Uses of Interface
jakarta.xml.soap.SOAPElement
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap
Modifier and TypeInterfaceDescriptioninterface
Different implementations for SOAP Envelope must all implement this interface.interface
Modifier and TypeMethodDescriptionSOAPFactoryImpl.createElement
(Name name) SOAPFactoryImpl.createElement
(String tagName) SOAPFactoryImpl.createElement
(String localName, String prefix, String uri) SOAPFactoryImpl.createElement
(QName qname) SOAPFactoryImpl.createElement
(Element domElement) SOAPDocumentImpl.getParentElement()
SOAPPartImpl.getParentElement()
Modifier and TypeMethodDescriptionMessageImpl.getAttachment
(SOAPElement element) void
SOAPDocumentImpl.setParentElement
(SOAPElement parent) void
SOAPPartImpl.setParentElement
(SOAPElement parent) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap.impl
Modifier and TypeClassDescriptionclass
All elements of the SOAP-ENV:BODY.class
The implementation of SOAP-ENV:BODY or the SOAPBody abstraction.class
class
class
class
Our implementation of the SOAP envelope.class
class
class
class
Modifier and TypeMethodDescriptionElementImpl.addAttribute
(Name name, String value) ElementImpl.addAttribute
(QName qname, String value) protected SOAPElement
ElementImpl.addChildElement
(Name name) ElementImpl.addChildElement
(SOAPElement element) ElementImpl.addChildElement
(String localName) ElementImpl.addChildElement
(String localName, String prefix) ElementImpl.addChildElement
(String localName, String prefix, String uri) ElementImpl.addChildElement
(QName qname) HeaderImpl.addChildElement
(String localName) protected SOAPElement
BodyImpl.addElement
(Name name) protected SOAPElement
BodyImpl.addElement
(QName name) protected SOAPElement
DetailImpl.addElement
(Name name) protected SOAPElement
DetailImpl.addElement
(QName name) protected SOAPElement
ElementImpl.addElement
(Name name) protected SOAPElement
ElementImpl.addElement
(QName name) protected SOAPElement
EnvelopeImpl.addElement
(Name name) protected SOAPElement
EnvelopeImpl.addElement
(QName name) protected SOAPElement
FaultImpl.addElement
(Name name) protected SOAPElement
FaultImpl.addElement
(QName name) protected SOAPElement
HeaderImpl.addElement
(Name name) protected SOAPElement
HeaderImpl.addElement
(QName name) ElementImpl.addNamespaceDeclaration
(String prefix, String uri) protected SOAPElement
ElementImpl.addTextNode
(String text) protected SOAPElement
BodyImpl.convertToSoapElement
(Element element) protected SOAPElement
DetailImpl.convertToSoapElement
(Element element) protected SOAPElement
ElementImpl.convertToSoapElement
(Element element) protected SOAPElement
FaultImpl.convertToSoapElement
(Element element) protected SOAPElement
HeaderImpl.convertToSoapElement
(Element element) static SOAPElement
ElementFactory.createElement
(SOAPDocumentImpl ownerDocument, Name name) static SOAPElement
ElementFactory.createElement
(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) static SOAPElement
ElementFactory.createElement
(SOAPDocumentImpl ownerDocument, QName name) static SOAPElement
ElementFactory.createElement
(SOAPDocumentImpl ownerDocument, Element element) Create element wrapper for existing DOM element.protected SOAPElement
ElementImpl.createElement
(Name name) protected SOAPElement
ElementImpl.createElement
(QName name) static SOAPElement
ElementFactory.createNamedElement
(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) protected SOAPElement
ElementImpl.findAndConvertChildElement
(NameImpl name) protected SOAPElement
protected SOAPElement
BodyImpl.findFault()
AttrImpl.getParentElement()
ElementImpl.getParentElement()
TextImpl.getParentElement()
protected SOAPElement
ElementImpl.replaceElementWithSOAPElement
(Element element, ElementImpl copy) BodyImpl.setElementQName
(QName newName) ElementImpl.setElementQName
(QName newName) EnvelopeImpl.setElementQName
(QName newName) FaultElementImpl.setElementQName
(QName newName) FaultImpl.setElementQName
(QName newName) HeaderImpl.setElementQName
(QName newName) Modifier and TypeMethodDescriptionElementImpl.addChildElement
(SOAPElement element) protected static QName
FaultImpl.convertCodeToQName
(String code, SOAPElement codeContainingElement) protected abstract boolean
BodyImpl.isFault
(SOAPElement child) void
AttrImpl.setParentElement
(SOAPElement parent) void
BodyElementImpl.setParentElement
(SOAPElement element) void
BodyImpl.setParentElement
(SOAPElement element) void
ElementImpl.setParentElement
(SOAPElement element) void
HeaderElementImpl.setParentElement
(SOAPElement element) void
HeaderImpl.setParentElement
(SOAPElement element) void
TextImpl.setParentElement
(SOAPElement parent) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap.ver1_1
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionFault1_1Impl.addChildElement
(SOAPElement element) BodyElement1_1Impl.setElementQName
(QName newName) DetailEntry1_1Impl.setElementQName
(QName newName) FaultElement1_1Impl.setElementQName
(QName newName) HeaderElement1_1Impl.setElementQName
(QName newName) Modifier and TypeMethodDescriptionFault1_1Impl.addChildElement
(SOAPElement element) protected boolean
Body1_1Impl.isFault
(SOAPElement child) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap.ver1_2
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Modifier and TypeMethodDescriptionBody1_2Impl.addAttribute
(Name name, String value) Body1_2Impl.addAttribute
(QName name, String value) Detail1_2Impl.addAttribute
(Name name, String value) Detail1_2Impl.addAttribute
(QName name, String value) Envelope1_2Impl.addAttribute
(Name name, String value) Envelope1_2Impl.addAttribute
(QName name, String value) Fault1_2Impl.addAttribute
(Name name, String value) Fault1_2Impl.addAttribute
(QName name, String value) FaultElement1_2Impl.addAttribute
(Name name, String value) FaultElement1_2Impl.addAttribute
(QName name, String value) Header1_2Impl.addAttribute
(Name name, String value) Header1_2Impl.addAttribute
(QName name, String value) Body1_2Impl.addChildElement
(Name name) Body1_2Impl.addChildElement
(QName name) Envelope1_2Impl.addChildElement
(Name name) Envelope1_2Impl.addChildElement
(QName name) Fault1_2Impl.addChildElement
(SOAPElement element) protected SOAPElement
Body1_2Impl.addElement
(Name name) protected SOAPElement
Body1_2Impl.addElement
(QName name) Envelope1_2Impl.addTextNode
(String text) Fault1_2Impl.addTextNode
(String text) Header1_2Impl.addTextNode
(String text) BodyElement1_2Impl.setElementQName
(QName newName) DetailEntry1_2Impl.setElementQName
(QName newName) FaultElement1_2Impl.setElementQName
(QName newName) HeaderElement1_2Impl.setElementQName
(QName newName) Modifier and TypeMethodDescriptionFault1_2Impl.addChildElement
(SOAPElement element) protected boolean
Body1_2Impl.isFault
(SOAPElement child) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.util.stax
Modifier and TypeMethodDescriptionSaajStaxWriter.DeferredElement.flushTo
(SOAPElement target) Flushes state of this element to thetarget
element.protected SOAPElement
SaajStaxWriter.getEnvelope()
Modifier and TypeMethodDescriptionSaajStaxWriter.DeferredElement.flushTo
(SOAPElement target) Flushes state of this element to thetarget
element. -
Uses of SOAPElement in jakarta.xml.soap
Modifier and TypeInterfaceDescriptioninterface
A container forDetailEntry
objects.interface
The content for aDetail
object, giving details for aSOAPFault
object.interface
An object that represents the contents of the SOAP body element in a SOAP message.interface
ASOAPBodyElement
object represents the contents in aSOAPBody
object.interface
The container for the SOAPHeader and SOAPBody portions of aSOAPPart
object.interface
An element in theSOAPBody
object that contains error and/or status information.interface
A representation of the contents in aSOAPFault
object.interface
A representation of the SOAP header element.interface
An object representing the contents in the SOAP header part of the SOAP envelope.Modifier and TypeMethodDescriptionSOAPElement.addAttribute
(Name name, String value) Adds an attribute with the specified name and value to thisSOAPElement
object.SOAPElement.addAttribute
(QName qname, String value) Adds an attribute with the specified name and value to thisSOAPElement
object.SOAPElement.addChildElement
(Name name) Creates a newSOAPElement
object initialized with the givenName
object and adds the new element to thisSOAPElement
object.SOAPElement.addChildElement
(SOAPElement element) Add aSOAPElement
as a child of thisSOAPElement
instance.SOAPElement.addChildElement
(String localName) Creates a newSOAPElement
object initialized with the specified local name and adds the new element to thisSOAPElement
object.SOAPElement.addChildElement
(String localName, String prefix) Creates a newSOAPElement
object initialized with the specified local name and prefix and adds the new element to thisSOAPElement
object.SOAPElement.addChildElement
(String localName, String prefix, String uri) Creates a newSOAPElement
object initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElement
object.SOAPElement.addChildElement
(QName qname) Creates a newSOAPElement
object initialized with the givenQName
object and adds the new element to thisSOAPElement
object.SOAPElement.addNamespaceDeclaration
(String prefix, String uri) Adds a namespace declaration with the specified prefix and URI to thisSOAPElement
object.SOAPElement.addTextNode
(String text) Creates a newText
object initialized with the givenString
and adds it to thisSOAPElement
object.abstract SOAPElement
SOAPFactory.createElement
(Name name) Creates aSOAPElement
object initialized with the givenName
object.abstract SOAPElement
SOAPFactory.createElement
(String localName) Creates aSOAPElement
object initialized with the given local name.abstract SOAPElement
SOAPFactory.createElement
(String localName, String prefix, String uri) Creates a newSOAPElement
object with the given local name, prefix and uri.SOAPFactory.createElement
(QName qname) Creates aSOAPElement
object initialized with the givenQName
object.SOAPFactory.createElement
(Element domElement) Creates aSOAPElement
object from an existing DOMElement
.Node.getParentElement()
Returns the parent element of thisNode
object.SOAPElement.setElementQName
(QName newName) Changes the name of thisElement
tonewName
if possible.Modifier and TypeMethodDescriptionSOAPElement.addChildElement
(SOAPElement element) Add aSOAPElement
as a child of thisSOAPElement
instance.abstract AttachmentPart
SOAPMessage.getAttachment
(SOAPElement element) Returns anAttachmentPart
object that is associated with an attachment that is referenced by thisSOAPElement
ornull
if no such attachment exists.void
Node.setParentElement
(SOAPElement parent) Sets the parent of thisNode
object to the givenSOAPElement
object.ModifierConstructorDescriptionSAAJResult
(SOAPElement rootNode) Creates aSAAJResult
that will write the results as a child node of theSOAPElement
specified.