Package | Description |
---|---|
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.encoding | |
org.apache.axis.message | |
org.apache.axis.soap |
Modifier and Type | Field and Description |
---|---|
static SOAPConstants |
Constants.DEFAULT_SOAP_VERSION |
Modifier and Type | Method and Description |
---|---|
SOAPConstants |
MessageContext.getSOAPConstants()
Get the
SOAPConstants used by this message context. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Message.getContentType(SOAPConstants sc)
Get the content type of the attachments.
|
void |
MessageContext.setSOAPConstants(SOAPConstants soapConstants)
Set the
SOAPConstants used by this message context. |
Modifier and Type | Method and Description |
---|---|
void |
Call.setSOAPVersion(SOAPConstants soapConstants)
Allow the user to set the default SOAP version.
|
Modifier and Type | Method and Description |
---|---|
SOAPConstants |
DeserializationContext.getSOAPConstants()
returns the soap constants.
|
Modifier and Type | Method and Description |
---|---|
SOAPConstants |
SOAPEnvelope.getSOAPConstants()
Get the soap constants for this envelope
|
Modifier and Type | Method and Description |
---|---|
void |
SOAPEnvelope.setSoapConstants(SOAPConstants soapConstants)
Set the soap constants for this envelope
|
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP11Constants
SOAP 1.1 constants
|
class |
SOAP12Constants
SOAP 1.2 constants
|
Copyright © 2005 Apache Web Services Project. All Rights Reserved.