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 |
---|---|
QName |
getBodyQName()
Obtain the QName for the Body element
|
String |
getEnvelopeURI()
Obtain the envelope namespace for this version of SOAP
|
QName |
getHeaderQName()
Obtain the QName for the Header element
|
String |
getMustUnderstand()
Obtain the MustUnderstand string
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
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 QName getHeaderQName()
SOAPConstants
getHeaderQName
in interface SOAPConstants
public QName getBodyQName()
SOAPConstants
getBodyQName
in interface SOAPConstants
public QName getRoleAttributeQName()
getRoleAttributeQName
in interface SOAPConstants
public String getNextRoleURI()
getNextRoleURI
in interface SOAPConstants
public String getMustUnderstand()
getMustUnderstand
in interface SOAPConstants
Copyright © 2019 JBoss by Red Hat. All rights reserved.