Uses of Interface
org.opensaml.ws.wsaddressing.Metadata

Packages that use Metadata
org.opensaml.ws.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements. 
org.opensaml.ws.wsaddressing.impl   
 

Uses of Metadata in org.opensaml.ws.wsaddressing
 

Methods in org.opensaml.ws.wsaddressing that return Metadata
 Metadata EndpointReferenceType.getMetadata()
          Returns the optional <wsa:Metadata> child element.
 

Methods in org.opensaml.ws.wsaddressing with parameters of type Metadata
 void EndpointReferenceType.setMetadata(Metadata metadata)
          Sets the <wsa:Metadata> child element.
 

Uses of Metadata in org.opensaml.ws.wsaddressing.impl
 

Classes in org.opensaml.ws.wsaddressing.impl that implement Metadata
 class MetadataImpl
          MetadataImpl.
 

Methods in org.opensaml.ws.wsaddressing.impl that return Metadata
 Metadata MetadataBuilder.buildObject()
          Builds a WS-Addressing object.
 Metadata MetadataBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Metadata EndpointReferenceTypeImpl.getMetadata()
          Returns the optional <wsa:Metadata> child element.
 

Methods in org.opensaml.ws.wsaddressing.impl with parameters of type Metadata
 void EndpointReferenceTypeImpl.setMetadata(Metadata newMetadata)
          Sets the <wsa:Metadata> child element.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.