Uses of Interface
org.opensaml.ws.soap.common.SOAPObject

Packages that use SOAPObject
org.opensaml.ws.soap.common Common classes shared across SOAP versions, clients, and transports. 
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 SOAPObject in org.opensaml.ws.soap.common
 

Classes in org.opensaml.ws.soap.common with type parameters of type SOAPObject
 interface SOAPObjectBuilder<SOAPObjectType extends SOAPObject>
          Builder for SOAPObjects.
 

Classes in org.opensaml.ws.soap.common that implement SOAPObject
 class AbstractExtensibleSOAPObject
          Abstract class implementating validation and element and attribute extensibility.
 

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

Subinterfaces of SOAPObject in org.opensaml.ws.soap.soap11
 interface Body
          SOAP 1.1 Body.
 interface Detail
          SOAP 1.1 Detail.
 interface Envelope
          SOAP 1.1 Envelope.
 interface Fault
          SOAP 1.1 Fault.
 interface FaultActor
          SOAP 1.1 faultactor.
 interface FaultCode
          SOAP 1.1 faultcode.
 interface FaultString
          SOAP 1.1 faultstring.
 interface Header
          SOAP 1.1 Header.
 

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

Classes in org.opensaml.ws.soap.soap11.impl that implement SOAPObject
 class BodyImpl
          Concrete implemenation of Body.
 class DetailImpl
          Concrete implementation of Detail.
 class EnvelopeImpl
          Concrete implementation of Envelope.
 class FaultActorImpl
          Concrete implementation of FaultActor.
 class FaultCodeImpl
          Concrete implementation of FaultCode.
 class FaultImpl
          Concrete implemenation of Fault.
 class FaultStringImpl
          Concrete implemenation of FaultString.
 class HeaderImpl
          Concrete implementation of Header.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.