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 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(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)
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()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.