|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectelectric.soap.util.SOAPEnvelopes
SOAPEnvelopes contains utility methods for creating SOAP envelopes.
Field Summary |
Fields inherited from interface electric.soap.ISOAPConstants |
ACTOR, ASYNC, BODY, DETAIL, ENCODING_STYLE, ENVELOPE, EXCEPTION, FAULT, FAULT_ACTOR, FAULT_CODE, FAULT_STRING, GET_SOAP_ACTOR, GET_SOAP_CODE, HEADER, MUST_UNDERSTAND, NEXT_ACTOR, OPTIMIZED_HEADER, SET_SOAP_ACTOR, SET_SOAP_CODE, SET_SOAP_DETAIL, SOAP_ACTION_HEADER, SOAP_BINDING, SOAP_ENCODING, SOAP_ENCODING_PREFIX, SOAP_ENVELOPE, SOAP_HTTP_TRANSPORT, SOAP_PREFIX, SOAP11_BINDING, SOAP11_ENCODING, SOAP11_ENVELOPE, SOAP12, SOAP12_BINDING, SOAP12_ENCODING, SOAP12_ENVELOPE, SOAP12_HTTP_CONTENT_TYPE, STACKTRACE, TME_PREFIX, UNDERSTOOD, XSD_PREFIX, XSI_PREFIX, XSI_SUFFIX |
Constructor Summary | |
SOAPEnvelopes()
|
Method Summary | |
static java.util.Hashtable |
getParseContext()
Return the context for parsing optimized RPC messages. |
static Document |
newEncodedEnvelope(java.lang.String version)
Return an encoded envelope with the specified XML version, or the default XML version if null is specified. |
static Document |
newEncodedEnvelope(java.lang.String version,
java.lang.String soapVersion)
Return an encoded envelope with the specified XML version, or the default XML version if null is specified. |
static Document |
newLiteralEnvelope(java.lang.String version)
Return a literal envelope with the specified XML version, or the default XML version if null is specified. |
static Document |
newOptimizedEnvelope()
Return an envelope for an optimized RPC SOAP message. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SOAPEnvelopes()
Method Detail |
public static Document newOptimizedEnvelope()
public static Document newEncodedEnvelope(java.lang.String version)
version
- The version.public static Document newEncodedEnvelope(java.lang.String version, java.lang.String soapVersion)
version
- The version.public static Document newLiteralEnvelope(java.lang.String version)
version
- The version.public static java.util.Hashtable getParseContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |