Uses of Interface
org.opensaml.soap.wsaddressing.ReferenceParameters
Packages that use ReferenceParameters
Package
Description
XMLObject interfaces for WS-Addressing 1.0 elements.
XML Object provider implementations for WS-Addressing.
-
Uses of ReferenceParameters in org.opensaml.soap.wsaddressing
Methods in org.opensaml.soap.wsaddressing that return ReferenceParametersModifier and TypeMethodDescriptionEndpointReferenceType.getReferenceParameters()Returns the optional <wsa:ReferenceParameters> child element.Methods in org.opensaml.soap.wsaddressing with parameters of type ReferenceParametersModifier and TypeMethodDescriptionvoidEndpointReferenceType.setReferenceParameters(ReferenceParameters referenceParameters) Sets the <wsa:ReferenceParameters> child element. -
Uses of ReferenceParameters in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement ReferenceParametersFields in org.opensaml.soap.wsaddressing.impl declared as ReferenceParametersModifier and TypeFieldDescriptionprivate ReferenceParametersEndpointReferenceTypeImpl.referenceParametersOptionalReferenceParameterschild element.Methods in org.opensaml.soap.wsaddressing.impl that return ReferenceParametersModifier and TypeMethodDescriptionReferenceParametersBuilder.buildObject()Builds a WS-Addressing object.ReferenceParametersBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EndpointReferenceTypeImpl.getReferenceParameters()Returns the optional <wsa:ReferenceParameters> child element.Methods in org.opensaml.soap.wsaddressing.impl with parameters of type ReferenceParametersModifier and TypeMethodDescriptionvoidEndpointReferenceTypeImpl.setReferenceParameters(ReferenceParameters newReferenceParameters) Sets the <wsa:ReferenceParameters> child element.