Uses of Interface
org.apache.axis.soap.SOAPConstants
Packages that use SOAPConstants
Package
Description
-
Uses of SOAPConstants in org.apache.axis
Fields in org.apache.axis declared as SOAPConstantsMethods in org.apache.axis that return SOAPConstantsModifier and TypeMethodDescriptionMessageContext.getSOAPConstants()
Get theSOAPConstants
used by this message context.Methods in org.apache.axis with parameters of type SOAPConstantsModifier and TypeMethodDescriptionMessage.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 SOAPConstantsModifier and TypeMethodDescriptionvoid
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 SOAPConstantsModifier and TypeMethodDescriptionDeserializationContext.getSOAPConstants()
returns the soap constants. -
Uses of SOAPConstants in org.apache.axis.message
Methods in org.apache.axis.message that return SOAPConstantsModifier and TypeMethodDescriptionSOAPEnvelope.getSOAPConstants()
Get the soap constants for this envelopeMethods in org.apache.axis.message with parameters of type SOAPConstantsModifier and TypeMethodDescriptionvoid
SOAPEnvelope.setSoapConstants
(SOAPConstants soapConstants) Set the soap constants for this envelopeConstructors in org.apache.axis.message with parameters of type SOAPConstantsModifierConstructorDescriptionEnvelopeBuilder
(String messageType, SOAPConstants soapConstants) SOAPBody
(String namespace, String localPart, String prefix, 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
(String namespace, String localPart, String prefix, Attributes attributes, DeserializationContext context, SOAPConstants soapConsts) -
Uses of SOAPConstants in org.apache.axis.soap
Classes in org.apache.axis.soap that implement SOAPConstantsModifier and TypeClassDescriptionclass
SOAP 1.1 constantsclass
SOAP 1.2 constants