Uses of Class
com.sun.xml.messaging.saaj.soap.SOAPPartImpl
-
Packages that use SOAPPartImpl Package Description com.sun.xml.messaging.saaj.soap com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 -
-
Uses of SOAPPartImpl in com.sun.xml.messaging.saaj.soap
Fields in com.sun.xml.messaging.saaj.soap declared as SOAPPartImpl Modifier and Type Field Description protected SOAPPartImplMessageImpl. soapPartImplMethods in com.sun.xml.messaging.saaj.soap that return SOAPPartImpl Modifier and Type Method Description protected SOAPPartImplSOAPPartImpl. doCloneNode()protected abstract SOAPPartImplSOAPPartImpl. duplicateType()SOAPPartImplSOAPDocument. getSOAPPart()SOAPPartImplSOAPDocumentImpl. getSOAPPart()SOAPPartImplSOAPPartImpl. getSOAPPart()Methods in com.sun.xml.messaging.saaj.soap with parameters of type SOAPPartImpl Modifier and Type Method Description static EnvelopeEnvelopeFactory. createEnvelope(Source src, SOAPPartImpl soapPart)Constructors in com.sun.xml.messaging.saaj.soap with parameters of type SOAPPartImpl Constructor Description SOAPDocumentImpl(SOAPPartImpl enclosingDocument)StaxBridge(SOAPPartImpl soapPart)StaxLazySourceBridge(LazyEnvelopeSource src, SOAPPartImpl soapPart)StaxReaderBridge(XMLStreamReader reader, SOAPPartImpl soapPart) -
Uses of SOAPPartImpl in com.sun.xml.messaging.saaj.soap.ver1_1
Subclasses of SOAPPartImpl in com.sun.xml.messaging.saaj.soap.ver1_1 Modifier and Type Class Description classSOAPPart1_1ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPPartImpl Modifier and Type Method Description protected SOAPPartImplSOAPPart1_1Impl. duplicateType() -
Uses of SOAPPartImpl in com.sun.xml.messaging.saaj.soap.ver1_2
Subclasses of SOAPPartImpl in com.sun.xml.messaging.saaj.soap.ver1_2 Modifier and Type Class Description classSOAPPart1_2ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPPartImpl Modifier and Type Method Description protected SOAPPartImplSOAPPart1_2Impl. duplicateType()
-