Package | Description |
---|---|
org.jboss.ws.core.soap |
Modifier and Type | Class and Description |
---|---|
class |
DetailEntryImpl
The content for a Detail object, giving details for a SOAPFault object.
|
class |
DetailImpl
A container for DetailEntry objects.
|
class |
SOAPBodyElementDoc
An abstract implemenation of the SOAPBodyElement
This class should not expose functionality that is not part of
SOAPBodyElement . |
class |
SOAPBodyElementMessage
An abstract implemenation of the SOAPBodyElement
This class should not expose functionality that is not part of
SOAPBodyElement . |
class |
SOAPBodyElementRpc
An abstract implemenation of the SOAPBodyElement
This class should not expose functionality that is not part of
SOAPBodyElement . |
class |
SOAPBodyImpl
An object that represents the contents of the SOAP body element in a SOAP message.
|
class |
SOAPContentElement
A SOAPElement that gives access to its content as XML fragment or Java object.
|
class |
SOAPEnvelopeImpl
The container for the SOAPHeader and SOAPBody portions of a SOAPPart object.
|
class |
SOAPFaultElementImpl |
class |
SOAPFaultImpl
An element in the SOAPBody object that contains error and/or status information.
|
class |
SOAPHeaderElementImpl
An object representing the contents in the SOAP header part of the SOAP envelope.
|
class |
SOAPHeaderImpl
A representation of the SOAP header element.
|
Modifier and Type | Field and Description |
---|---|
protected SOAPElementImpl |
NodeImpl.soapParent |
Modifier and Type | Method and Description |
---|---|
void |
SAAJVisitor.visitSOAPElement(SOAPElementImpl soapElement) |
Constructor and Description |
---|
AttrImpl(SOAPElementImpl element,
Attr attr) |
SOAPBodyElementDoc(SOAPElementImpl element) |
SOAPBodyElementMessage(SOAPElementImpl element) |
SOAPBodyElementRpc(SOAPElementImpl element) |
SOAPContentElement(SOAPElementImpl element) |
SOAPElementImpl(SOAPElementImpl element)
Copy constructor for converting SOAPElement types
|
SOAPEnvelopeImpl(SOAPPartImpl soapPart,
SOAPElementImpl element,
boolean addHeaderAndBody)
Construct a SOAP envelope for the given SOAP version URI prefix, etc.
|
SOAPFaultElementImpl(SOAPElementImpl element) |
SOAPFaultImpl(SOAPElementImpl element) |
SOAPHeaderElementImpl(SOAPElementImpl element) |
Copyright © 2013 JBoss, by Red Hat. All Rights Reserved.