public class SOAP11Constants extends Object implements SOAPConstants
SOAP11_CONSTANTS, SOAP12_CONSTANTS
Constructor and Description |
---|
SOAP11Constants() |
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 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 © 2017 JBoss by Red Hat. All rights reserved.