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 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 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 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, 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, 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, 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, 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, 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) -
Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.ver1_1
Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPDocumentImplConstructors in com.sun.xml.messaging.saaj.soap.ver1_1 with parameters of type SOAPDocumentImplModifierConstructorDescriptionBody1_1Impl(SOAPDocumentImpl ownerDocument, String prefix) Body1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) BodyElement1_1Impl(SOAPDocumentImpl ownerDoc, Name qname) BodyElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) BodyElement1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) Detail1_1Impl(SOAPDocumentImpl ownerDoc) Detail1_1Impl(SOAPDocumentImpl ownerDoc, String prefix) Detail1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc, Name qname) DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) DetailEntry1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) Envelope1_1Impl(SOAPDocumentImpl ownerDoc, String prefix) Envelope1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) Fault1_1Impl(SOAPDocumentImpl ownerDoc) Fault1_1Impl(SOAPDocumentImpl ownerDocument, String prefix) Fault1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, NameImpl qname) FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, String localName) FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, String localName, String prefix) FaultElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) Header1_1Impl(SOAPDocumentImpl ownerDocument, String prefix) Header1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc, Name qname) HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc, QName qname) HeaderElement1_1Impl(SOAPDocumentImpl ownerDoc, Element domElement) -
Uses of SOAPDocumentImpl in com.sun.xml.messaging.saaj.soap.ver1_2
Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPDocumentImplConstructors in com.sun.xml.messaging.saaj.soap.ver1_2 with parameters of type SOAPDocumentImplModifierConstructorDescriptionBody1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) Body1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) BodyElement1_2Impl(SOAPDocumentImpl ownerDoc, Name qname) BodyElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname) BodyElement1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) Detail1_2Impl(SOAPDocumentImpl ownerDocument) Detail1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) Detail1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, Name qname) DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, QName qname) DetailEntry1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) Envelope1_2Impl(SOAPDocumentImpl ownerDoc, String prefix) Envelope1_2Impl(SOAPDocumentImpl ownerDoc, String prefix, boolean createHeader, boolean createBody) Envelope1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) Fault1_2Impl(SOAPDocumentImpl ownerDocument) Fault1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) Fault1_2Impl(SOAPDocumentImpl ownerDoc, String name, String prefix) Fault1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, NameImpl qname) FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, String localName) FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname) FaultElement1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) Header1_2Impl(SOAPDocumentImpl ownerDocument, String prefix) Header1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement) HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, Name qname) HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, QName qname) HeaderElement1_2Impl(SOAPDocumentImpl ownerDoc, Element domElement)