Uses of Interface
org.opensaml.soap.common.SOAPObject
-
Packages that use SOAPObject Package Description org.opensaml.soap.common Common classes shared across SOAP versions, clients, and transports.org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements.org.opensaml.soap.soap11.impl Provided implementations of the SOAP 1.1 XMLObject interfaces. -
-
Uses of SOAPObject in org.opensaml.soap.common
Classes in org.opensaml.soap.common with type parameters of type SOAPObject Modifier and Type Interface Description interfaceSOAPObjectBuilder<SOAPObjectType extends SOAPObject>Builder for SOAPObjects.Classes in org.opensaml.soap.common that implement SOAPObject Modifier and Type Class Description classAbstractExtensibleSOAPObjectAbstract class implementing element and attribute extensibility. -
Uses of SOAPObject in org.opensaml.soap.soap11
Subinterfaces of SOAPObject in org.opensaml.soap.soap11 Modifier and Type Interface Description interfaceBodySOAP 1.1 Body.interfaceDetailSOAP 1.1 Detail.interfaceEnvelopeSOAP 1.1 Envelope.interfaceFaultSOAP 1.1 Fault.interfaceFaultActorSOAP 1.1 faultactor.interfaceFaultCodeSOAP 1.1 faultcode.interfaceFaultStringSOAP 1.1 faultstring.interfaceHeaderSOAP 1.1 Header. -
Uses of SOAPObject in org.opensaml.soap.soap11.impl
Classes in org.opensaml.soap.soap11.impl that implement SOAPObject Modifier and Type Class Description classBodyImplConcrete implemenation ofBody.classDetailImplConcrete implementation ofDetail.classEnvelopeImplConcrete implementation ofEnvelope.classFaultActorImplConcrete implementation ofFaultActor.classFaultCodeImplConcrete implementation ofFaultCode.classFaultImplConcrete implemenation ofFault.classFaultStringImplConcrete implemenation ofFaultString.classHeaderImplConcrete implementation ofHeader.
-