public interface SOAPConstants extends Serializable
Modifier and Type | Field and Description |
---|---|
static SOAP11Constants |
SOAP11_CONSTANTS
SOAP 1.1 constants - thread-safe and shared
|
static SOAP12Constants |
SOAP12_CONSTANTS
SOAP 1.2 constants - thread-safe and shared
|
Modifier and Type | Method and Description |
---|---|
javax.xml.namespace.QName |
getBodyQName()
Obtain the QName for the Body element
|
String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP
|
javax.xml.namespace.QName |
getHeaderQName()
Obtain the QName for the Header element
|
String |
getMustunderstand()
Deprecated.
use getMustUnderstand() instead
|
String |
getMustUnderstand()
Obtain the "next" role/actor URI
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
javax.xml.namespace.QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
static final SOAP11Constants SOAP11_CONSTANTS
static final SOAP12Constants SOAP12_CONSTANTS
String getEnvelopeURI()
javax.xml.namespace.QName getHeaderQName()
javax.xml.namespace.QName getBodyQName()
javax.xml.namespace.QName getRoleAttributeQName()
String getNextRoleURI()
String getMustUnderstand()
String getMustunderstand()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.