Uses of Interface
jakarta.xml.soap.SOAPElement
Packages that use SOAPElement
Package
Description
Provides the API for creating and building SOAP messages.
-
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap
Subinterfaces of SOAPElement in com.sun.xml.messaging.saaj.soapModifier and TypeInterfaceDescriptioninterfaceDifferent implementations for SOAP Envelope must all implement this interface.interfaceMethods in com.sun.xml.messaging.saaj.soap that return SOAPElementModifier 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()Methods in com.sun.xml.messaging.saaj.soap with parameters of type SOAPElementModifier and TypeMethodDescriptionMessageImpl.getAttachment(SOAPElement element) voidSOAPDocumentImpl.setParentElement(SOAPElement parent) voidSOAPPartImpl.setParentElement(SOAPElement parent) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement SOAPElementModifier and TypeClassDescriptionclassAll elements of the SOAP-ENV:BODY.classThe implementation of SOAP-ENV:BODY or the SOAPBody abstraction.classclassclassclassOur implementation of the SOAP envelope.classclassclassclassMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPElementModifier and TypeMethodDescriptionElementImpl.addAttribute(Name name, String value) ElementImpl.addAttribute(QName qname, String value) protected SOAPElementElementImpl.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 SOAPElementBodyImpl.addElement(Name name) protected SOAPElementBodyImpl.addElement(QName name) protected SOAPElementDetailImpl.addElement(Name name) protected SOAPElementDetailImpl.addElement(QName name) protected SOAPElementElementImpl.addElement(Name name) protected SOAPElementElementImpl.addElement(QName name) protected SOAPElementEnvelopeImpl.addElement(Name name) protected SOAPElementEnvelopeImpl.addElement(QName name) protected SOAPElementFaultImpl.addElement(Name name) protected SOAPElementFaultImpl.addElement(QName name) protected SOAPElementHeaderImpl.addElement(Name name) protected SOAPElementHeaderImpl.addElement(QName name) ElementImpl.addNamespaceDeclaration(String prefix, String uri) protected SOAPElementElementImpl.addTextNode(String text) protected SOAPElementBodyImpl.convertToSoapElement(Element element) protected SOAPElementDetailImpl.convertToSoapElement(Element element) protected SOAPElementElementImpl.convertToSoapElement(Element element) protected SOAPElementFaultImpl.convertToSoapElement(Element element) protected SOAPElementHeaderImpl.convertToSoapElement(Element element) static SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, Name name) static SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) static SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, QName name) static SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, Element element) Create element wrapper for existing DOM element.protected SOAPElementElementImpl.createElement(Name name) protected SOAPElementElementImpl.createElement(QName name) static SOAPElementElementFactory.createNamedElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) protected SOAPElementElementImpl.findAndConvertChildElement(NameImpl name) protected SOAPElementprotected SOAPElementBodyImpl.findFault()AttrImpl.getParentElement()ElementImpl.getParentElement()TextImpl.getParentElement()protected SOAPElementElementImpl.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) Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type SOAPElementModifier and TypeMethodDescriptionElementImpl.addChildElement(SOAPElement element) protected static QNameFaultImpl.convertCodeToQName(String code, SOAPElement codeContainingElement) protected abstract booleanBodyImpl.isFault(SOAPElement child) voidAttrImpl.setParentElement(SOAPElement parent) voidBodyElementImpl.setParentElement(SOAPElement element) voidBodyImpl.setParentElement(SOAPElement element) voidElementImpl.setParentElement(SOAPElement element) voidHeaderElementImpl.setParentElement(SOAPElement element) voidHeaderImpl.setParentElement(SOAPElement element) voidTextImpl.setParentElement(SOAPElement parent) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement SOAPElementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPElementModifier 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) Methods in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type SOAPElementModifier and TypeMethodDescriptionFault1_1Impl.addChildElement(SOAPElement element) protected booleanBody1_1Impl.isFault(SOAPElement child) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement SOAPElementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPElementModifier 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 SOAPElementBody1_2Impl.addElement(Name name) protected SOAPElementBody1_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) Methods in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type SOAPElementModifier and TypeMethodDescriptionFault1_2Impl.addChildElement(SOAPElement element) protected booleanBody1_2Impl.isFault(SOAPElement child) -
Uses of SOAPElement in com.sun.xml.messaging.saaj.util.stax
Fields in com.sun.xml.messaging.saaj.util.stax declared as SOAPElementMethods in com.sun.xml.messaging.saaj.util.stax that return SOAPElementModifier and TypeMethodDescriptionSaajStaxWriter.DeferredElement.flushTo(SOAPElement target) Flushes state of this element to thetargetelement.protected SOAPElementSaajStaxWriter.getEnvelope()Methods in com.sun.xml.messaging.saaj.util.stax with parameters of type SOAPElementModifier and TypeMethodDescriptionSaajStaxWriter.DeferredElement.flushTo(SOAPElement target) Flushes state of this element to thetargetelement.Constructors in com.sun.xml.messaging.saaj.util.stax with parameters of type SOAPElement -
Uses of SOAPElement in jakarta.xml.soap
Subinterfaces of SOAPElement in jakarta.xml.soapModifier and TypeInterfaceDescriptioninterfaceA container forDetailEntryobjects.interfaceThe content for aDetailobject, giving details for aSOAPFaultobject.interfaceAn object that represents the contents of the SOAP body element in a SOAP message.interfaceASOAPBodyElementobject represents the contents in aSOAPBodyobject.interfaceThe container for the SOAPHeader and SOAPBody portions of aSOAPPartobject.interfaceAn element in theSOAPBodyobject that contains error and/or status information.interfaceA representation of the contents in aSOAPFaultobject.interfaceA representation of the SOAP header element.interfaceAn object representing the contents in the SOAP header part of the SOAP envelope.Methods in jakarta.xml.soap that return SOAPElementModifier and TypeMethodDescriptionSOAPElement.addAttribute(Name name, String value) Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPElement.addAttribute(QName qname, String value) Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPElement.addChildElement(Name name) Creates a newSOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject.SOAPElement.addChildElement(SOAPElement element) Add aSOAPElementas a child of thisSOAPElementinstance.SOAPElement.addChildElement(String localName) Creates a newSOAPElementobject initialized with the specified local name and adds the new element to thisSOAPElementobject.SOAPElement.addChildElement(String localName, String prefix) Creates a newSOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject.SOAPElement.addChildElement(String localName, String prefix, String uri) Creates a newSOAPElementobject initialized with the specified local name, prefix, and URI and adds the new element to thisSOAPElementobject.SOAPElement.addChildElement(QName qname) Creates a newSOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject.SOAPElement.addNamespaceDeclaration(String prefix, String uri) Adds a namespace declaration with the specified prefix and URI to thisSOAPElementobject.SOAPElement.addTextNode(String text) Creates a newTextobject initialized with the givenStringand adds it to thisSOAPElementobject.abstract SOAPElementSOAPFactory.createElement(Name name) Creates aSOAPElementobject initialized with the givenNameobject.abstract SOAPElementSOAPFactory.createElement(String localName) Creates aSOAPElementobject initialized with the given local name.abstract SOAPElementSOAPFactory.createElement(String localName, String prefix, String uri) Creates a newSOAPElementobject with the given local name, prefix and uri.SOAPFactory.createElement(QName qname) Creates aSOAPElementobject initialized with the givenQNameobject.SOAPFactory.createElement(Element domElement) Creates aSOAPElementobject from an existing DOMElement.Node.getParentElement()Returns the parent element of thisNodeobject.SOAPElement.setElementQName(QName newName) Changes the name of thisElementtonewNameif possible.Methods in jakarta.xml.soap with parameters of type SOAPElementModifier and TypeMethodDescriptionSOAPElement.addChildElement(SOAPElement element) Add aSOAPElementas a child of thisSOAPElementinstance.abstract AttachmentPartSOAPMessage.getAttachment(SOAPElement element) Returns anAttachmentPartobject that is associated with an attachment that is referenced by thisSOAPElementornullif no such attachment exists.voidNode.setParentElement(SOAPElement parent) Sets the parent of thisNodeobject to the givenSOAPElementobject.Constructors in jakarta.xml.soap with parameters of type SOAPElementModifierConstructorDescriptionSAAJResult(SOAPElement rootNode) Creates aSAAJResultthat will write the results as a child node of theSOAPElementspecified.