Package com.sun.xml.messaging.saaj.soap
Interface SOAPDocument
-
- All Known Implementing Classes:
SOAPDocumentImpl,SOAPPart1_1Impl,SOAPPart1_2Impl,SOAPPartImpl
public interface SOAPDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SOAPDocumentImplgetDocument()SOAPPartImplgetSOAPPart()
-
-
-
Method Detail
-
getSOAPPart
SOAPPartImpl getSOAPPart()
-
getDocument
SOAPDocumentImpl getDocument()
-
-