Uses of Interface
org.apache.axis.soap.SOAPConstants

Packages that use SOAPConstants
org.apache.axis   
org.apache.axis.client   
org.apache.axis.message   
org.apache.axis.soap   
 

Uses of SOAPConstants in org.apache.axis
 

Fields in org.apache.axis declared as SOAPConstants
static SOAPConstants Constants.DEFAULT_SOAP_VERSION
           
 

Methods in org.apache.axis that return SOAPConstants
 SOAPConstants MessageContext.getSOAPConstants()
          Get the SOAPConstants used by this message context.
 

Methods in org.apache.axis with parameters of type SOAPConstants
 void MessageContext.setSOAPConstants(SOAPConstants soapConstants)
          Set the SOAPConstants used by this message context.
 java.lang.String Message.getContentType(SOAPConstants sc)
          Get the content type of the attachments.
 

Uses of SOAPConstants in org.apache.axis.client
 

Methods in org.apache.axis.client with parameters of type SOAPConstants
 void Call.setSOAPVersion(SOAPConstants soapConstants)
          Allow the user to set the default SOAP version.
 

Uses of SOAPConstants in org.apache.axis.message
 

Methods in org.apache.axis.message that return SOAPConstants
 SOAPConstants SOAPEnvelope.getSOAPConstants()
          Get the soap constants for this envelope
 

Methods in org.apache.axis.message with parameters of type SOAPConstants
 void SOAPEnvelope.setSoapConstants(SOAPConstants soapConstants)
          Set the soap constants for this envelope
 

Constructors in org.apache.axis.message with parameters of type SOAPConstants
SOAPHeader(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, org.apache.axis.encoding.DeserializationContext context, SOAPConstants soapConsts)
           
SOAPEnvelope(SOAPConstants soapConstants)
           
SOAPEnvelope(SOAPConstants soapConstants, org.apache.axis.schema.SchemaVersion schemaVersion)
           
SOAPEnvelope(boolean registerPrefixes, SOAPConstants soapConstants)
           
SOAPEnvelope(boolean registerPrefixes, SOAPConstants soapConstants, org.apache.axis.schema.SchemaVersion schemaVersion)
           
SOAPBody(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, org.apache.axis.encoding.DeserializationContext context, SOAPConstants soapConsts)
           
EnvelopeBuilder(java.lang.String messageType, SOAPConstants soapConstants)
           
 

Uses of SOAPConstants in org.apache.axis.soap
 

Classes in org.apache.axis.soap that implement SOAPConstants
 class SOAP11Constants
          SOAP 1.1 constants
 class SOAP12Constants
          SOAP 1.2 constants
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.