com.sun.xml.ws.security.opt.impl.message
Class SOAPBody
java.lang.Object
com.sun.xml.ws.security.opt.impl.message.SOAPBody
public class SOAPBody
- extends java.lang.Object
- Author:
- K.Venugopal@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
public SOAPBody(SecurityElement se,
com.sun.xml.ws.api.SOAPVersion soapVersion)
getSOAPVersion
public com.sun.xml.ws.api.SOAPVersion getSOAPVersion()
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getBodyContentId
public java.lang.String getBodyContentId()
setBodyContentId
public void setBodyContentId(java.lang.String id)
writePayload
public void writePayload(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
writeTo
public void writeTo(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
getPayloadNamespaceURI
public java.lang.String getPayloadNamespaceURI()
getPayloadLocalPart
public java.lang.String getPayloadLocalPart()
read
public javax.xml.stream.XMLStreamReader read()
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
cachePayLoad
public void cachePayLoad()
throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
getAttributeValuePrefixes
public java.util.List getAttributeValuePrefixes()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.