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.encoder   
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.encoder
 

Fields in org.opensaml.ws.soap.soap11.encoder with type parameters of type Body
private  SOAPObjectBuilder<Body> SOAP11Encoder.bodyBuilder
          SOAP Body builder.
 

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.
 

Fields in org.opensaml.ws.soap.soap11.impl declared as Body
private  Body EnvelopeImpl.body
          SOAP 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 © 1999-2013. All Rights Reserved.