Uses of Class
com.sun.xml.messaging.saaj.soap.SOAPDocumentImpl
Packages that use SOAPDocumentImpl
Package
Description
-
Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap
Fields in com.sun.xml.messaging.saaj.soap declared as SOAPDocumentImplMethods in com.sun.xml.messaging.saaj.soap that return SOAPDocumentImplModifier and TypeMethodDescriptionprotected abstract SOAPDocumentImplSOAPFactoryImpl.createDocument()SOAPDocument.getDocument()SOAPDocumentImpl.getDocument()SOAPPartImpl.getDocument()Constructors in com.sun.xml.messaging.saaj.soap with parameters of type SOAPDocumentImplModifierConstructorDescriptionSOAPDocumentFragment(SOAPDocumentImpl ownerDoc) SOAPDocumentFragment(SOAPDocumentImpl soapDocument, DocumentFragment documentFragment) -
Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.dynamic
Methods in com.sun.xml.messaging.saaj.soap.dynamic that return SOAPDocumentImplModifier and TypeMethodDescriptionprotected SOAPDocumentImplSOAPFactoryDynamicImpl.createDocument() -
Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.impl
Methods in com.sun.xml.messaging.saaj.soap.impl that return SOAPDocumentImplMethods in com.sun.xml.messaging.saaj.soap.impl with parameters of type SOAPDocumentImplModifier and TypeMethodDescriptionstatic jakarta.xml.soap.SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, jakarta.xml.soap.Name name) static jakarta.xml.soap.SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) static jakarta.xml.soap.SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, QName name) static jakarta.xml.soap.SOAPElementElementFactory.createElement(SOAPDocumentImpl ownerDocument, Element element) Create element wrapper for existing DOM element.protected CDATASectionCDATAImpl.createN(SOAPDocumentImpl ownerDoc, String text) protected CDATASectionCDATAImpl.createN(SOAPDocumentImpl ownerDoc, CharacterData data) protected CommentSOAPCommentImpl.createN(SOAPDocumentImpl ownerDoc, String text) protected CommentSOAPCommentImpl.createN(SOAPDocumentImpl ownerDoc, CharacterData data) protected TextSOAPTextImpl.createN(SOAPDocumentImpl ownerDoc, String text) protected TextSOAPTextImpl.createN(SOAPDocumentImpl ownerDoc, CharacterData data) protected abstract TTextImpl.createN(SOAPDocumentImpl ownerDoc, String text) protected abstract TTextImpl.createN(SOAPDocumentImpl ownerDoc, CharacterData data) static jakarta.xml.soap.SOAPElementElementFactory.createNamedElement(SOAPDocumentImpl ownerDocument, String localName, String prefix, String namespaceUri) Constructors in com.sun.xml.messaging.saaj.soap.impl with parameters of type SOAPDocumentImplModifierConstructorDescriptionprotectedBodyElementImpl(SOAPDocumentImpl ownerDoc, jakarta.xml.soap.Name qname) protectedBodyElementImpl(SOAPDocumentImpl ownerDoc, QName qname) protectedBodyElementImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedBodyImpl(SOAPDocumentImpl ownerDoc, NameImpl bodyName) protectedBodyImpl(SOAPDocumentImpl ownerDoc, Element domElement) CDATAImpl(SOAPDocumentImpl ownerDoc, String text) CDATAImpl(SOAPDocumentImpl ownerDoc, CharacterData data) protectedDetailEntryImpl(SOAPDocumentImpl ownerDoc, jakarta.xml.soap.Name qname) protectedDetailEntryImpl(SOAPDocumentImpl ownerDoc, QName qname) protectedDetailEntryImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedDetailImpl(SOAPDocumentImpl ownerDoc, NameImpl detailName) protectedDetailImpl(SOAPDocumentImpl ownerDoc, Element domElement) ElementImpl(SOAPDocumentImpl ownerDoc, jakarta.xml.soap.Name name) ElementImpl(SOAPDocumentImpl ownerDoc, String uri, String qualifiedName) ElementImpl(SOAPDocumentImpl ownerDoc, QName name) ElementImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedEnvelopeImpl(SOAPDocumentImpl ownerDoc, NameImpl name, boolean createHeader, boolean createBody) protectedEnvelopeImpl(SOAPDocumentImpl ownerDoc, jakarta.xml.soap.Name name) protectedEnvelopeImpl(SOAPDocumentImpl ownerDoc, QName name) protectedEnvelopeImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedFaultElementImpl(SOAPDocumentImpl ownerDoc, NameImpl qname) protectedFaultElementImpl(SOAPDocumentImpl ownerDoc, QName qname) protectedFaultElementImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedFaultImpl(SOAPDocumentImpl ownerDoc, NameImpl name) protectedFaultImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedHeaderElementImpl(SOAPDocumentImpl ownerDoc, jakarta.xml.soap.Name qname) protectedHeaderElementImpl(SOAPDocumentImpl ownerDoc, QName qname) protectedHeaderElementImpl(SOAPDocumentImpl ownerDoc, Element domElement) protectedHeaderImpl(SOAPDocumentImpl ownerDoc, NameImpl name) protectedHeaderImpl(SOAPDocumentImpl ownerDoc, Element domElement) NamedNodeMapImpl(NamedNodeMap namedNodeMap, SOAPDocumentImpl soapDocument) Create wrapper.NodeListImpl(SOAPDocumentImpl soapDocument, NodeList nodeList) SOAPCommentImpl(SOAPDocumentImpl ownerDoc, String text) SOAPCommentImpl(SOAPDocumentImpl ownerDoc, CharacterData data) SOAPTextImpl(SOAPDocumentImpl ownerDoc, String text) SOAPTextImpl(SOAPDocumentImpl ownerDoc, CharacterData data) protectedTextImpl(SOAPDocumentImpl ownerDoc, String text) protectedTextImpl(SOAPDocumentImpl ownerDoc, CharacterData data)