Hi
>From what I understand, Rampart reads the X.509 token from a keystore or trust
>store. In what format does it handle the certificate? Can I turn it into a
>human readable form in the code for testing?If so, which component contains
>the code for reading and handling the x.509 token from the
Hi devs,
According to my inspection,
There is no way to create a new instance from a class, which hasn't nullary
constructor by an ObjectSupplier. see the getObject method declaration.
Object getObject(Class clazz) throws AxisFault; This is an limitation.
adding anothe abstact method getObject(C
[
https://issues.apache.org/jira/browse/AXIS2-5501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13642528#comment-13642528
]
Kishanthan Thangarajah commented on AXIS2-5501:
---
Your observation is correct