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 |
---|---|
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 "next" role/actor URI
|
String |
getNextRoleURI()
Obtain the "next" role/actor URI
|
QName |
getRoleAttributeQName()
Obtain the QName for the role attribute (actor/role)
|
static final SOAP11Constants SOAP11_CONSTANTS
static final SOAP12Constants SOAP12_CONSTANTS
String getEnvelopeURI()
QName getHeaderQName()
QName getBodyQName()
QName getRoleAttributeQName()
String getNextRoleURI()
String getMustUnderstand()
Copyright © 2017 JBoss by Red Hat. All rights reserved.