public class SOAPBody extends Object
| Constructor and Description |
|---|
SOAPBody(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 SOAPBody
|
SOAPBody(SecurityElement se,
com.sun.xml.ws.api.SOAPVersion soapVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
cachePayLoad() |
List |
getAttributeValuePrefixes() |
String |
getBodyContentId() |
String |
getId() |
String |
getPayloadLocalPart() |
String |
getPayloadNamespaceURI() |
com.sun.xml.ws.api.SOAPVersion |
getSOAPVersion() |
XMLStreamReader |
read() |
void |
setBodyContentId(String id) |
void |
setId(String id) |
void |
writePayload(XMLStreamWriter writer) |
void |
writeTo(XMLStreamWriter writer) |
public SOAPBody(com.sun.xml.ws.api.message.Message message)
public SOAPBody(com.sun.xml.ws.api.message.Message message,
com.sun.xml.ws.api.SOAPVersion soapVersion)
public SOAPBody(byte[] payLoad,
com.sun.xml.ws.api.SOAPVersion soapVersion)
public SOAPBody(SecurityElement se, com.sun.xml.ws.api.SOAPVersion soapVersion)
public com.sun.xml.ws.api.SOAPVersion getSOAPVersion()
public String getId()
public void setId(String id)
public String getBodyContentId()
public void setBodyContentId(String id)
public void writePayload(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic void writeTo(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionpublic String getPayloadNamespaceURI()
public String getPayloadLocalPart()
public XMLStreamReader read() throws XMLStreamException
XMLStreamExceptionpublic void cachePayLoad()
throws XMLStreamException
XMLStreamExceptionpublic List getAttributeValuePrefixes()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.