Package | Description |
---|---|
javax.xml.soap |
Provides the API for creating and building SOAP messages.
|
org.jboss.ws.core | |
org.jboss.ws.core.soap |
Modifier and Type | Method and Description |
---|---|
SOAPHeaderElement |
SOAPHeader.addHeaderElement(Name name)
Creates a new
SOAPHeaderElement object initialized with the
specified name and adds it to this SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addHeaderElement(QName qname)
Creates a new
SOAPHeaderElement object initialized with the
specified qname and adds it to this SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addNotUnderstoodHeaderElement(QName name)
Creates a new NotUnderstood
SOAPHeaderElement object initialized
with the specified name and adds it to this SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(Iterator supportedSOAPURIs)
Creates a new Upgrade
SOAPHeaderElement object initialized
with the specified List of supported SOAP URIs and adds it to this
SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(String supportedSoapUri)
Creates a new Upgrade
SOAPHeaderElement object initialized
with the specified supported SOAP URI and adds it to this
SOAPHeader object. |
SOAPHeaderElement |
SOAPHeader.addUpgradeHeaderElement(String[] supportedSoapUris)
Creates a new Upgrade
SOAPHeaderElement object initialized
with the specified array of supported SOAP URIs and adds it to this
SOAPHeader object. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CommonSOAPBinding.verifyUnderstoodHeader(SOAPHeaderElement element) |
protected void |
CommonSOAP12Binding.verifyUnderstoodHeader(SOAPHeaderElement element) |
protected void |
CommonSOAP11Binding.verifyUnderstoodHeader(SOAPHeaderElement element) |
Modifier and Type | Class and Description |
---|---|
class |
SOAPHeaderElementImpl
An object representing the contents in the SOAP header part of the SOAP envelope.
|
Modifier and Type | Method and Description |
---|---|
SOAPHeaderElement |
SOAPHeaderImpl.addHeaderElement(Name name)
Creates a new SOAPHeaderElement object initialized with the specified name and adds it to this SOAPHeader object.
|
SOAPHeaderElement |
SOAPHeaderImpl.addHeaderElement(QName qname) |
SOAPHeaderElement |
SOAPHeaderImpl.addNotUnderstoodHeaderElement(QName qname) |
SOAPHeaderElement |
SOAPHeaderImpl.addUpgradeHeaderElement(Iterator supportedSoapUris) |
SOAPHeaderElement |
SOAPHeaderImpl.addUpgradeHeaderElement(String supportedSoapUri) |
SOAPHeaderElement |
SOAPHeaderImpl.addUpgradeHeaderElement(String[] supportedSoapUris) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.