public class SOAP12Constants extends Object implements SOAPConstants
Modifier and Type | Field and Description |
---|---|
static String |
PROP_WEBMETHOD
MessageContext property name for webmethod
|
SOAP11_CONSTANTS, SOAP12_CONSTANTS
Constructor and Description |
---|
SOAP12Constants() |
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 MustUnderstand string
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
javax.xml.namespace.QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
public static final String PROP_WEBMETHOD
public String getEnvelopeURI()
SOAPConstants
getEnvelopeURI
in interface SOAPConstants
public javax.xml.namespace.QName getHeaderQName()
SOAPConstants
getHeaderQName
in interface SOAPConstants
public javax.xml.namespace.QName getBodyQName()
SOAPConstants
getBodyQName
in interface SOAPConstants
public javax.xml.namespace.QName getRoleAttributeQName()
getRoleAttributeQName
in interface SOAPConstants
public String getNextRoleURI()
getNextRoleURI
in interface SOAPConstants
public String getMustUnderstand()
getMustUnderstand
in interface SOAPConstants
public String getMustunderstand()
getMustunderstand
in interface SOAPConstants
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.