Uses of Interface
org.opensaml.ws.wsfed.Address

Packages that use Address
org.opensaml.ws.wsfed   
org.opensaml.ws.wsfed.impl   
 

Uses of Address in org.opensaml.ws.wsfed
 

Methods in org.opensaml.ws.wsfed that return Address
 Address EndPointReference.getAddress()
          Return the object representing the Address (element).
 

Methods in org.opensaml.ws.wsfed with parameters of type Address
 void EndPointReference.setAddress(Address address)
          Sets the end point address as an object.
 

Uses of Address in org.opensaml.ws.wsfed.impl
 

Classes in org.opensaml.ws.wsfed.impl that implement Address
 class AddressImpl
          Implementation of the Address object.
 

Methods in org.opensaml.ws.wsfed.impl that return Address
 Address AddressBuilder.buildObject()
          Builds a WS-Federation object using its default element name.
 Address AddressBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 Address EndPointReferenceImpl.getAddress()
          Return the object representing the Address (element).
 

Methods in org.opensaml.ws.wsfed.impl with parameters of type Address
 void EndPointReferenceImpl.setAddress(Address newAddress)
          Sets the end point address as an object.
 



Copyright © 2006-2013 Internet2. All Rights Reserved.