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 SOAPConstantsConstants. DEFAULT_SOAP_VERSIONMethods in org.apache.axis that return SOAPConstants Modifier and Type Method Description SOAPConstantsMessageContext. getSOAPConstants()Get theSOAPConstantsused by this message context.Methods in org.apache.axis with parameters of type SOAPConstants Modifier and Type Method Description java.lang.StringMessage. getContentType(SOAPConstants sc)Get the content type of the attachments.voidMessageContext. setSOAPConstants(SOAPConstants soapConstants)Set theSOAPConstantsused 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 voidCall. 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 SOAPConstantsDeserializationContext. 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 SOAPConstantsSOAPEnvelope. getSOAPConstants()Get the soap constants for this envelopeMethods in org.apache.axis.message with parameters of type SOAPConstants Modifier and Type Method Description voidSOAPEnvelope. 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 classSOAP11ConstantsSOAP 1.1 constantsclassSOAP12ConstantsSOAP 1.2 constants
-