|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.security.util.Axis2Util
Utility class for the Axis2-WSS4J Module
Constructor Summary | |
Axis2Util()
|
Method Summary | |
static org.w3c.dom.Document |
getDocumentFromSOAPEnvelope(SOAPEnvelope env)
Create a DOM Document using the SOAP Envelope |
static java.util.Vector |
getSignatureValues()
|
static SOAPEnvelope |
getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc,
SOAPConstants constants,
SOAPEnvelope reqEnv)
This is to be used only in the signature situation where the security header can be inserted into the original SOAPEnvelope rather than replacing the whole envelope |
static SOAPEnvelope |
getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc,
java.lang.String envelopeNS)
Covert a DOM Document containing a SOAP Envelope in to a org.apache.axis2.soap.SOAPEnvelope |
static void |
setSignatureValues(java.util.Vector signatureValues)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Axis2Util()
Method Detail |
public static org.w3c.dom.Document getDocumentFromSOAPEnvelope(SOAPEnvelope env) throws WSSecurityException
env
- An org.apache.axis2.soap.SOAPEnvelope instance
java.lang.Exception
WSSecurityException
public static SOAPEnvelope getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc, java.lang.String envelopeNS) throws WSSecurityException
doc
- DOM DocumentenvelopeNS
- SOAP Namespace of the the given Envelope
java.lang.Exception
WSSecurityException
public static SOAPEnvelope getSOAPEnvelopeFromDocument(org.w3c.dom.Document doc, SOAPConstants constants, SOAPEnvelope reqEnv) throws WSSecurityException
doc
- reqEnv
-
WSSecurityException
public static java.util.Vector getSignatureValues()
public static void setSignatureValues(java.util.Vector signatureValues)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |