Uses of Interface
jakarta.xml.soap.SOAPElement
-
Packages that use SOAPElement Package Description com.sun.xml.messaging.saaj.soap com.sun.xml.messaging.saaj.soap.impl com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 com.sun.xml.messaging.saaj.util.stax jakarta.xml.soap 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.soap Modifier and Type Interface Description interfaceEnvelopeDifferent implementations for SOAP Envelope must all implement this interface.interfaceLazyEnvelopeMethods in com.sun.xml.messaging.saaj.soap that return SOAPElement Modifier and Type Method Description SOAPElementSOAPFactoryImpl. createElement(Name name)SOAPElementSOAPFactoryImpl. createElement(String tagName)SOAPElementSOAPFactoryImpl. createElement(String localName, String prefix, String uri)SOAPElementSOAPFactoryImpl. createElement(QName qname)SOAPElementSOAPFactoryImpl. createElement(Element domElement)SOAPElementSOAPDocumentImpl. getParentElement()SOAPElementSOAPPartImpl. getParentElement()Methods in com.sun.xml.messaging.saaj.soap with parameters of type SOAPElement Modifier and Type Method Description AttachmentPartMessageImpl. 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 SOAPElement Modifier and Type Class Description classBodyElementImplAll elements of the SOAP-ENV:BODY.classBodyImplThe implementation of SOAP-ENV:BODY or the SOAPBody abstraction.classDetailEntryImplclassDetailImplclassElementImplclassEnvelopeImplOur implementation of the SOAP envelope.classFaultElementImplclassFaultImplclassHeaderElementImplclassHeaderImplMethods in com.sun.xml.messaging.saaj.soap.impl that return SOAPElement Modifier and Type Method Description SOAPElementElementImpl. addAttribute(Name name, String value)SOAPElementElementImpl. addAttribute(QName qname, String value)protected SOAPElementElementImpl. addCDATA(String text)SOAPElementElementImpl. addChildElement(Name name)SOAPElementElementImpl. addChildElement(SOAPElement element)SOAPElementElementImpl. addChildElement(String localName)SOAPElementElementImpl. addChildElement(String localName, String prefix)SOAPElementElementImpl. addChildElement(String localName, String prefix, String uri)SOAPElementElementImpl. addChildElement(QName qname)SOAPElementHeaderImpl. 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)SOAPElementElementImpl. addNamespaceDeclaration(String prefix, String uri)protected SOAPElementElementImpl. addText(String text)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 SOAPElementElementImpl. findChild(NameImpl name)protected SOAPElementBodyImpl. findFault()SOAPElementAttrImpl. getParentElement()SOAPElementElementImpl. getParentElement()SOAPElementTextImpl. getParentElement()protected SOAPElementElementImpl. replaceElementWithSOAPElement(Element element, ElementImpl copy)SOAPElementBodyImpl. setElementQName(QName newName)SOAPElementElementImpl. setElementQName(QName newName)SOAPElementEnvelopeImpl. setElementQName(QName newName)SOAPElementFaultElementImpl. setElementQName(QName newName)SOAPElementFaultImpl. setElementQName(QName newName)SOAPElementHeaderImpl. setElementQName(QName newName)Methods in com.sun.xml.messaging.saaj.soap.impl with parameters of type SOAPElement Modifier and Type Method Description SOAPElementElementImpl. 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 SOAPElement Modifier and Type Class Description classBody1_1ImplclassBodyElement1_1ImplclassDetail1_1ImplclassDetailEntry1_1ImplclassEnvelope1_1ImplclassFault1_1ImplclassFaultElement1_1ImplclassHeader1_1ImplclassHeaderElement1_1ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPElement Modifier and Type Method Description SOAPElementFault1_1Impl. addChildElement(SOAPElement element)SOAPElementBodyElement1_1Impl. setElementQName(QName newName)SOAPElementDetailEntry1_1Impl. setElementQName(QName newName)SOAPElementFaultElement1_1Impl. setElementQName(QName newName)SOAPElementHeaderElement1_1Impl. setElementQName(QName newName)Methods in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type SOAPElement Modifier and Type Method Description SOAPElementFault1_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 SOAPElement Modifier and Type Class Description classBody1_2ImplclassBodyElement1_2ImplclassDetail1_2ImplclassDetailEntry1_2ImplclassEnvelope1_2ImplclassFault1_2ImplclassFaultElement1_2ImplclassHeader1_2ImplclassHeaderElement1_2ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type SOAPElement Modifier and Type Method Description SOAPElementFault1_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 SOAPElement Modifier and Type Field Description protected SOAPElementSaajStaxWriter. currentElementMethods in com.sun.xml.messaging.saaj.util.stax that return SOAPElement Modifier and Type Method Description SOAPElementSaajStaxWriter.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 SOAPElement Modifier and Type Method Description SOAPElementSaajStaxWriter.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 Constructor Description SaajStaxReaderEx(SOAPElement se) -
Uses of SOAPElement in jakarta.xml.soap
Subinterfaces of SOAPElement in jakarta.xml.soap Modifier and Type Interface Description interfaceDetailA container forDetailEntryobjects.interfaceDetailEntryThe content for aDetailobject, giving details for aSOAPFaultobject.interfaceSOAPBodyAn object that represents the contents of the SOAP body element in a SOAP message.interfaceSOAPBodyElementASOAPBodyElementobject represents the contents in aSOAPBodyobject.interfaceSOAPEnvelopeThe container for the SOAPHeader and SOAPBody portions of aSOAPPartobject.interfaceSOAPFaultAn element in theSOAPBodyobject that contains error and/or status information.interfaceSOAPFaultElementA representation of the contents in aSOAPFaultobject.interfaceSOAPHeaderA representation of the SOAP header element.interfaceSOAPHeaderElementAn object representing the contents in the SOAP header part of the SOAP envelope.Methods in jakarta.xml.soap that return SOAPElement Modifier and Type Method Description SOAPElementSOAPElement. addAttribute(Name name, String value)Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPElementSOAPElement. addAttribute(QName qname, String value)Adds an attribute with the specified name and value to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(Name name)Creates a newSOAPElementobject initialized with the givenNameobject and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(SOAPElement element)Add aSOAPElementas a child of thisSOAPElementinstance.SOAPElementSOAPElement. addChildElement(String localName)Creates a newSOAPElementobject initialized with the specified local name and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addChildElement(String localName, String prefix)Creates a newSOAPElementobject initialized with the specified local name and prefix and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. 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.SOAPElementSOAPElement. addChildElement(QName qname)Creates a newSOAPElementobject initialized with the givenQNameobject and adds the new element to thisSOAPElementobject.SOAPElementSOAPElement. addNamespaceDeclaration(String prefix, String uri)Adds a namespace declaration with the specified prefix and URI to thisSOAPElementobject.SOAPElementSOAPElement. 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.SOAPElementSOAPFactory. createElement(QName qname)Creates aSOAPElementobject initialized with the givenQNameobject.SOAPElementSOAPFactory. createElement(Element domElement)Creates aSOAPElementobject from an existing DOMElement.SOAPElementNode. getParentElement()Returns the parent element of thisNodeobject.SOAPElementSOAPElement. setElementQName(QName newName)Changes the name of thisElementtonewNameif possible.Methods in jakarta.xml.soap with parameters of type SOAPElement Modifier and Type Method Description SOAPElementSOAPElement. 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 SOAPElement Constructor Description SAAJResult(SOAPElement rootNode)Creates aSAAJResultthat will write the results as a child node of theSOAPElementspecified.
-