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 java.lang.Object

Author:
K.Venugopal@sun.com

Constructor Summary
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)
           
 
Method Summary
 void cachePayLoad()
           
 java.util.List getAttributeValuePrefixes()
           
 java.lang.String getBodyContentId()
           
 java.lang.String getId()
           
 java.lang.String getPayloadLocalPart()
           
 java.lang.String getPayloadNamespaceURI()
           
 com.sun.xml.ws.api.SOAPVersion getSOAPVersion()
           
 javax.xml.stream.XMLStreamReader read()
           
 void setBodyContentId(java.lang.String id)
           
 void setId(java.lang.String id)
           
 void writePayload(javax.xml.stream.XMLStreamWriter writer)
           
 void writeTo(javax.xml.stream.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(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)
Method Detail

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.