Uses of Interface
org.opensaml.soap.wsaddressing.Metadata
Packages that use Metadata
Package
Description
XMLObject interfaces for WS-Addressing 1.0 elements.
XML Object provider implementations for WS-Addressing.
-
Uses of Metadata in org.opensaml.soap.wsaddressing
Methods in org.opensaml.soap.wsaddressing that return MetadataModifier and TypeMethodDescriptionEndpointReferenceType.getMetadata()Returns the optional <wsa:Metadata> child element.Methods in org.opensaml.soap.wsaddressing with parameters of type MetadataModifier and TypeMethodDescriptionvoidEndpointReferenceType.setMetadata(Metadata metadata) Sets the <wsa:Metadata> child element. -
Uses of Metadata in org.opensaml.soap.wsaddressing.impl
Classes in org.opensaml.soap.wsaddressing.impl that implement MetadataFields in org.opensaml.soap.wsaddressing.impl declared as MetadataModifier and TypeFieldDescriptionprivate MetadataEndpointReferenceTypeImpl.metadataOptionalMetadatachild element.Methods in org.opensaml.soap.wsaddressing.impl that return MetadataModifier and TypeMethodDescriptionMetadataBuilder.buildObject()Builds a WS-Addressing object.MetadataBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EndpointReferenceTypeImpl.getMetadata()Returns the optional <wsa:Metadata> child element.Methods in org.opensaml.soap.wsaddressing.impl with parameters of type MetadataModifier and TypeMethodDescriptionvoidEndpointReferenceTypeImpl.setMetadata(Metadata newMetadata) Sets the <wsa:Metadata> child element.