Class SOAPBody
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.message.SOAPBody
-
public class SOAPBody extends Object
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description SOAPBody(byte[] payLoad, SOAPVersion soapVersion)SOAPBody(Message message)SOAPBody(Message message, SOAPVersion soapVersion)Creates a new instance of SOAPBodySOAPBody(SecurityElement se, SOAPVersion soapVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcachePayLoad()ListgetAttributeValuePrefixes()StringgetBodyContentId()StringgetId()StringgetPayloadLocalPart()StringgetPayloadNamespaceURI()SOAPVersiongetSOAPVersion()XMLStreamReaderread()voidsetBodyContentId(String id)voidsetId(String id)voidwritePayload(XMLStreamWriter writer)voidwriteTo(XMLStreamWriter writer)
-
-
-
Constructor Detail
-
SOAPBody
public SOAPBody(Message message)
-
SOAPBody
public SOAPBody(Message message, SOAPVersion soapVersion)
Creates a new instance of SOAPBody
-
SOAPBody
public SOAPBody(byte[] payLoad, SOAPVersion soapVersion)
-
SOAPBody
public SOAPBody(SecurityElement se, SOAPVersion soapVersion)
-
-
Method Detail
-
getSOAPVersion
public SOAPVersion getSOAPVersion()
-
getId
public String getId()
-
setId
public void setId(String id)
-
getBodyContentId
public String getBodyContentId()
-
setBodyContentId
public void setBodyContentId(String id)
-
writePayload
public void writePayload(XMLStreamWriter writer) throws XMLStreamException
- Throws:
XMLStreamException
-
writeTo
public void writeTo(XMLStreamWriter writer) throws XMLStreamException
- Throws:
XMLStreamException
-
getPayloadNamespaceURI
public String getPayloadNamespaceURI()
-
getPayloadLocalPart
public String getPayloadLocalPart()
-
read
public XMLStreamReader read() throws XMLStreamException
- Throws:
XMLStreamException
-
cachePayLoad
public void cachePayLoad() throws XMLStreamException- Throws:
XMLStreamException
-
getAttributeValuePrefixes
public List getAttributeValuePrefixes()
-
-