Uses of Interface
org.opensaml.soap.wsaddressing.AttributedURI
-
Packages that use AttributedURI 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. -
-
Uses of AttributedURI in org.opensaml.soap.wsaddressing
Subinterfaces of AttributedURI in org.opensaml.soap.wsaddressing Modifier and Type Interface Description interfaceActionThe <wsa:Action> element.interfaceAddressThe <wsa:Address> element.interfaceMessageIDThe <wsa:MessageID> element.interfaceProblemIRIThe <wsa:ProblemIRI> element.interfaceToThe <wsa:To> element. -
Uses of AttributedURI in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement AttributedURI Modifier and Type Class Description classActionImplActionImpl is the concrete implementation ofAction.classAddressImplAddressImpl is the concrete implementation ofAddress.classAttributedURIImplAbstractAttributedURIType is the abstract implementation ofAttributedURI.classMessageIDImplConcrete implementation for theMessageIDelement.classProblemIRIImplProblemIRIImpl is the concrete implementation ofProblemIRI.classToImplConcrete implementation for theToelement.
-