Uses of Class
com.sun.xml.ws.security.soap11.Body

Packages that use Body
com.sun.xml.ws.security.soap11   
 

Uses of Body in com.sun.xml.ws.security.soap11
 

Fields in com.sun.xml.ws.security.soap11 declared as Body
protected  Body Envelope.body
           
 

Methods in com.sun.xml.ws.security.soap11 that return Body
 Body ObjectFactory.createBody()
          Create an instance of Body
 Body Envelope.getBody()
          Gets the value of the body property.
 

Methods in com.sun.xml.ws.security.soap11 that return types with arguments of type Body
 JAXBElement<Body> ObjectFactory.createBody(Body value)
          Create an instance of JAXBElement<Body>}
 

Methods in com.sun.xml.ws.security.soap11 with parameters of type Body
 JAXBElement<Body> ObjectFactory.createBody(Body value)
          Create an instance of JAXBElement<Body>}
 void Envelope.setBody(Body value)
          Sets the value of the body property.
 



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