Uses of Class
com.sun.xml.messaging.saaj.soap.SOAPPartImpl

Packages that use SOAPPartImpl
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
protected  SOAPPartImpl MessageImpl.soapPartImpl
           
 

Methods in com.sun.xml.messaging.saaj.soap that return SOAPPartImpl
protected  SOAPPartImpl SOAPPartImpl.doCloneNode()
           
protected abstract  SOAPPartImpl SOAPPartImpl.duplicateType()
           
 SOAPPartImpl SOAPDocument.getSOAPPart()
           
 SOAPPartImpl SOAPDocumentImpl.getSOAPPart()
           
 SOAPPartImpl SOAPPartImpl.getSOAPPart()
           
 

Methods in com.sun.xml.messaging.saaj.soap with parameters of type SOAPPartImpl
static Envelope EnvelopeFactory.createEnvelope(Source src, SOAPPartImpl soapPart)
           
 

Constructors in com.sun.xml.messaging.saaj.soap with parameters of type SOAPPartImpl
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
 class SOAPPart1_1Impl
           
 

Methods in com.sun.xml.messaging.saaj.soap.ver1_1 that return SOAPPartImpl
protected  SOAPPartImpl SOAPPart1_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
 class SOAPPart1_2Impl
           
 

Methods in com.sun.xml.messaging.saaj.soap.ver1_2 that return SOAPPartImpl
protected  SOAPPartImpl SOAPPart1_2Impl.duplicateType()
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.