Uses of Interface
org.apache.axis.soap.SOAPConstants
-
Packages that use SOAPConstants Package Description org.apache.axis org.apache.axis.client org.apache.axis.encoding org.apache.axis.message org.apache.axis.soap -
-
Uses of SOAPConstants in org.apache.axis
Fields in org.apache.axis declared as SOAPConstants Modifier and Type Field Description static SOAPConstants
Constants. DEFAULT_SOAP_VERSION
Methods in org.apache.axis that return SOAPConstants Modifier and Type Method Description SOAPConstants
MessageContext. getSOAPConstants()
Get theSOAPConstants
used by this message context.Methods in org.apache.axis with parameters of type SOAPConstants Modifier and Type Method Description java.lang.String
Message. getContentType(SOAPConstants sc)
Get the content type of the attachments.void
MessageContext. setSOAPConstants(SOAPConstants soapConstants)
Set theSOAPConstants
used by this message context. -
Uses of SOAPConstants in org.apache.axis.client
Methods in org.apache.axis.client with parameters of type SOAPConstants Modifier and Type Method Description void
Call. setSOAPVersion(SOAPConstants soapConstants)
Allow the user to set the default SOAP version. -
Uses of SOAPConstants in org.apache.axis.encoding
Methods in org.apache.axis.encoding that return SOAPConstants Modifier and Type Method Description SOAPConstants
DeserializationContext. getSOAPConstants()
returns the soap constants. -
Uses of SOAPConstants in org.apache.axis.message
Methods in org.apache.axis.message that return SOAPConstants Modifier and Type Method Description SOAPConstants
SOAPEnvelope. getSOAPConstants()
Get the soap constants for this envelopeMethods in org.apache.axis.message with parameters of type SOAPConstants Modifier and Type Method Description void
SOAPEnvelope. setSoapConstants(SOAPConstants soapConstants)
Set the soap constants for this envelopeConstructors in org.apache.axis.message with parameters of type SOAPConstants Constructor Description EnvelopeBuilder(java.lang.String messageType, SOAPConstants soapConstants)
SOAPBody(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
SOAPEnvelope(boolean registerPrefixes, SOAPConstants soapConstants)
SOAPEnvelope(boolean registerPrefixes, SOAPConstants soapConstants, SchemaVersion schemaVersion)
SOAPEnvelope(SOAPConstants soapConstants)
SOAPEnvelope(SOAPConstants soapConstants, SchemaVersion schemaVersion)
SOAPHeader(java.lang.String namespace, java.lang.String localPart, java.lang.String prefix, org.xml.sax.Attributes attributes, DeserializationContext context, SOAPConstants soapConsts)
-
Uses of SOAPConstants in org.apache.axis.soap
Classes in org.apache.axis.soap that implement SOAPConstants Modifier and Type Class Description class
SOAP11Constants
SOAP 1.1 constantsclass
SOAP12Constants
SOAP 1.2 constants
-