Uses of Interface
org.apache.ws.security.SOAPConstants

Packages that use SOAPConstants
org.apache.ws.security   
org.apache.ws.security.handler   
org.apache.ws.security.util   
 

Uses of SOAPConstants in org.apache.ws.security
 

Classes in org.apache.ws.security that implement SOAPConstants
 class SOAP11Constants
          SOAP 1.1 constants
 class SOAP12Constants
          SOAP 1.2 constants
 

Uses of SOAPConstants in org.apache.ws.security.handler
 

Methods in org.apache.ws.security.handler that return SOAPConstants
 SOAPConstants RequestData.getSoapConstants()
           
 

Methods in org.apache.ws.security.handler with parameters of type SOAPConstants
 void RequestData.setSoapConstants(SOAPConstants soapConstants)
           
 

Uses of SOAPConstants in org.apache.ws.security.util
 

Methods in org.apache.ws.security.util that return SOAPConstants
static SOAPConstants WSSecurityUtil.getSOAPConstants(org.w3c.dom.Element startElement)
           
 

Methods in org.apache.ws.security.util with parameters of type SOAPConstants
static org.w3c.dom.Element WSSecurityUtil.findBodyElement(org.w3c.dom.Document doc, SOAPConstants sc)
          return the first soap "Body" element.
static org.w3c.dom.Element WSSecurityUtil.getSecurityHeader(org.w3c.dom.Document doc, java.lang.String actor, SOAPConstants sc)
          Returns the first WS-Security header element for a given actor.
 



Copyright © 2004-2009 Apache Web Services. All Rights Reserved.