Uses of Interface
org.opensaml.ws.soap.soap11.Body

Packages that use Body
org.opensaml.ws.soap.soap11 XMLObject interfaces for SOAP 1.1 elements. 
org.opensaml.ws.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces. 
 

Uses of Body in org.opensaml.ws.soap.soap11
 

Methods in org.opensaml.ws.soap.soap11 that return Body
 Body Envelope.getBody()
          Gets the body of this envelope.
 

Methods in org.opensaml.ws.soap.soap11 with parameters of type Body
 void Envelope.setBody(Body newBody)
          Sets the body of this envelope.
 

Uses of Body in org.opensaml.ws.soap.soap11.impl
 

Classes in org.opensaml.ws.soap.soap11.impl that implement Body
 class BodyImpl
          Concrete implemenation of Body.
 

Methods in org.opensaml.ws.soap.soap11.impl that return Body
 Body BodyBuilder.buildObject()
          Creates an envelope object with the default SOAP 1.1 namespace, prefix and "Body" as the element local name.
 Body BodyBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Body EnvelopeImpl.getBody()
          Gets the body of this envelope.
 

Methods in org.opensaml.ws.soap.soap11.impl with parameters of type Body
 void EnvelopeImpl.setBody(Body newBody)
          Sets the body of this envelope.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.