Uses of Interface
org.opensaml.soap.wsaddressing.WSAddressingObject
Package | Description |
---|---|
org.opensaml.soap.wsaddressing |
XMLObject interfaces for WS-Addressing 1.0 elements.
|
org.opensaml.soap.wsaddressing.impl |
XML Object provider implementations for WS-Addressing.
|
org.opensaml.soap.wstrust |
XMLObject interfaces for WS-Trust 1.3 elements.
|
org.opensaml.soap.wstrust.impl |
XML Object provider implementations for WS-Trust.
|
-
Uses of WSAddressingObject in org.opensaml.soap.wsaddressing
Classes in org.opensaml.soap.wsaddressing with type parameters of type WSAddressingObject Modifier and Type Interface Description interface
WSAddressingObjectBuilder<WSAddressingObjectType extends WSAddressingObject>
WSAddressingObjectBuilder.Subinterfaces of WSAddressingObject in org.opensaml.soap.wsaddressing Modifier and Type Interface Description interface
Action
The <wsa:Action> element.interface
Address
The <wsa:Address> element.interface
AttributedQName
Interface for type <wsa:AttributedQName>.interface
AttributedUnsignedLong
Interface for type <wsa:AttributedUnsignedLongType>.interface
AttributedURI
Interface for element of type <wsa:AttributedURIType>.interface
EndpointReference
The <wsa:EndpointReference> element.interface
EndpointReferenceType
Interface for element of typeEndpointReferenceType
.interface
FaultTo
The <wsa:FaultTo> element.interface
From
The <wsa:From> element.interface
MessageID
The <wsa:MessageID> element.interface
Metadata
The optional <wsa:Metadata> element.interface
ProblemAction
Interface for element <wsa:ProblemAction>.interface
ProblemHeaderQName
Interface for element <wsa:ProblemHeaderQName>.interface
ProblemIRI
The <wsa:ProblemIRI> element.interface
ReferenceParameters
The optional <wsa:ReferenceParameters> element.interface
RelatesTo
Interface for element <wsa:RelatesTo>.interface
ReplyTo
The <wsa:ReplyTo> element.interface
RetryAfter
Interface for element <wsa:RetryAfter>.interface
SoapAction
Interface for element of type <wsa:SoapAction>.interface
To
The <wsa:To> element. -
Uses of WSAddressingObject in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl with type parameters of type WSAddressingObject Modifier and Type Class Description class
AbstractWSAddressingObjectBuilder<WSAddressingObjectType extends WSAddressingObject>
AbstractWSAddressObjectBuilder.Classes in org.opensaml.soap.wsaddressing.impl that implement WSAddressingObject Modifier and Type Class Description class
AbstractWSAddressingObject
AbstractWSAddressingObject.class
ActionImpl
ActionImpl is the concrete implementation ofAction
.class
AddressImpl
AddressImpl is the concrete implementation ofAddress
.class
AttributedQNameImpl
Implementation ofAttributedQName
.class
AttributedUnsignedLongImpl
Implementation ofAttributedUnsignedLong
.class
AttributedURIImpl
AbstractAttributedURIType is the abstract implementation ofAttributedURI
.class
EndpointReferenceImpl
Concrete implementation of elementEndpointReference
.class
EndpointReferenceTypeImpl
Abstract implementation of the element of typeEndpointReferenceType
.class
FaultToImpl
Concrete implementation of elementFaultTo
.class
FromImpl
Concrete implementation of elementFrom
.class
MessageIDImpl
Concrete implementation for theMessageID
element.class
MetadataImpl
MetadataImpl.class
ProblemActionImpl
Implementation ofProblemAction
.class
ProblemHeaderQNameImpl
Concrete implementation for theProblemHeaderQName
element.class
ProblemIRIImpl
ProblemIRIImpl is the concrete implementation ofProblemIRI
.class
ReferenceParametersImpl
ReferenceParametersImpl.class
RelatesToImpl
Implementation ofRelatesTo
.class
ReplyToImpl
Concrete implementation of elementReplyTo
.class
RetryAfterImpl
Implementation ofRetryAfter
.class
SoapActionImpl
Implementation ofSoapAction
.class
ToImpl
Concrete implementation for theTo
element. -
Uses of WSAddressingObject in org.opensaml.soap.wstrust
Subinterfaces of WSAddressingObject in org.opensaml.soap.wstrust Modifier and Type Interface Description interface
Issuer
The wst:Issuer element. -
Uses of WSAddressingObject in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement WSAddressingObject Modifier and Type Class Description class
IssuerImpl
IssuerImpl.