Uses of Class
org.eclipse.higgins.sync.to.EndpointReferenceTO

Packages that use EndpointReferenceTO
org.eclipse.higgins.sync.to   
 

Uses of EndpointReferenceTO in org.eclipse.higgins.sync.to
 

Methods in org.eclipse.higgins.sync.to that return EndpointReferenceTO
 EndpointReferenceTO TokenServiceTO.getEndpointReference()
           
 EndpointReferenceTO EndpointReferenceTO.setAddress(URI address)
           
 EndpointReferenceTO EndpointReferenceTO.setIdentityXml(String identityXml)
           
 EndpointReferenceTO EndpointReferenceTO.setMetadataAddress(URI metadataAddress)
           
 EndpointReferenceTO EndpointReferenceTO.setMetadataXml(String metadataXml)
           
 

Methods in org.eclipse.higgins.sync.to with parameters of type EndpointReferenceTO
 void TokenServiceTO.setEndpointReference(EndpointReferenceTO endpointReference)