|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.services.security.auth.ws.SOAPExtractorUtil
public final class SOAPExtractorUtil
Util class containing methods to help extract SOAP Security Headers
Method Summary | |
---|---|
static javax.xml.soap.SOAPHeaderElement |
extractSecurityHeader(javax.xml.soap.SOAPEnvelope env)
Will return the SOAP Security header from the passed in SOAPEnvelope if one exists. |
static javax.xml.soap.SOAPHeaderElement |
getSecurityHeader(javax.xml.soap.SOAPEnvelope env)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static javax.xml.soap.SOAPHeaderElement getSecurityHeader(javax.xml.soap.SOAPEnvelope env) throws javax.xml.soap.SOAPException
extractSecurityHeader(SOAPEnvelope)
instead.
javax.xml.soap.SOAPException
public static javax.xml.soap.SOAPHeaderElement extractSecurityHeader(javax.xml.soap.SOAPEnvelope env) throws javax.xml.soap.SOAPException
env
- The SOAPEnvelope
javax.xml.soap.SOAPException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |