org.jboss.soa.esb.services.security.auth.ws
Class SOAPExtractorUtil

java.lang.Object
  extended by org.jboss.soa.esb.services.security.auth.ws.SOAPExtractorUtil

public final class SOAPExtractorUtil
extends java.lang.Object

Author:
Daniel Bevenius

Field Summary
static java.lang.String WSSE_LN
          Security element localname
static java.lang.String WSSE_NS
          SOAP Message Security 1.0 NameSpace URL
static java.lang.String WSSE_NS2
           
static java.lang.String WSSE11_NS
          SOAP Message Security 1.1 NameSpace URL
 
Method Summary
static javax.xml.soap.SOAPHeaderElement getSecurityHeader(javax.xml.soap.SOAPEnvelope env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSSE_LN

public static final java.lang.String WSSE_LN
Security element localname

See Also:
Constant Field Values

WSSE_NS

public static final java.lang.String WSSE_NS
SOAP Message Security 1.0 NameSpace URL

See Also:
Constant Field Values

WSSE_NS2

public static final java.lang.String WSSE_NS2
See Also:
Constant Field Values

WSSE11_NS

public static final java.lang.String WSSE11_NS
SOAP Message Security 1.1 NameSpace URL

See Also:
Constant Field Values
Method Detail

getSecurityHeader

public static javax.xml.soap.SOAPHeaderElement getSecurityHeader(javax.xml.soap.SOAPEnvelope env)
                                                          throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException