com.sun.xml.ws.security.opt.impl.message
Class SOAPBody

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.message.SOAPBody

public class SOAPBody
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
SOAPBody(byte[] payLoad, SOAPVersion soapVersion)
           
SOAPBody(Message message)
           
SOAPBody(Message message, SOAPVersion soapVersion)
          Creates a new instance of SOAPBody
SOAPBody(SecurityElement se, SOAPVersion soapVersion)
           
 
Method Summary
 void cachePayLoad()
           
 List getAttributeValuePrefixes()
           
 String getBodyContentId()
           
 String getId()
           
 String getPayloadLocalPart()
           
 String getPayloadNamespaceURI()
           
 SOAPVersion getSOAPVersion()
           
 XMLStreamReader read()
           
 void setBodyContentId(String id)
           
 void setId(String id)
           
 void writePayload(XMLStreamWriter writer)
           
 void writeTo(XMLStreamWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.