Class SOAPBody
java.lang.Object
com.sun.xml.ws.security.opt.impl.message.SOAPBody
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionSOAPBody(byte[] payLoad, com.sun.xml.ws.api.SOAPVersion soapVersion) SOAPBody(com.sun.xml.ws.api.message.Message message) SOAPBody(com.sun.xml.ws.api.message.Message message, com.sun.xml.ws.api.SOAPVersion soapVersion) Creates a new instance of SOAPBodySOAPBody(SecurityElement se, com.sun.xml.ws.api.SOAPVersion soapVersion) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetId()com.sun.xml.ws.api.SOAPVersionread()voidvoidvoidwritePayload(XMLStreamWriter writer) voidwriteTo(XMLStreamWriter writer)
-
Constructor Details
-
SOAPBody
public SOAPBody(com.sun.xml.ws.api.message.Message message) -
SOAPBody
public SOAPBody(com.sun.xml.ws.api.message.Message message, com.sun.xml.ws.api.SOAPVersion soapVersion) Creates a new instance of SOAPBody -
SOAPBody
public SOAPBody(byte[] payLoad, com.sun.xml.ws.api.SOAPVersion soapVersion) -
SOAPBody
-
-
Method Details
-
getSOAPVersion
public com.sun.xml.ws.api.SOAPVersion getSOAPVersion() -
getId
-
setId
-
getBodyContentId
-
setBodyContentId
-
writePayload
- Throws:
XMLStreamException
-
writeTo
- Throws:
XMLStreamException
-
getPayloadNamespaceURI
-
getPayloadLocalPart
-
read
- Throws:
XMLStreamException
-
cachePayLoad
- Throws:
XMLStreamException
-
getAttributeValuePrefixes
-