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