org.eclipse.higgins.sts.common
Class EndpointReference

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.EndpointReference
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IEndpointReference

public class EndpointReference
extends Object
implements org.eclipse.higgins.sts.api.IEndpointReference

Author:
mikemci at us dot ibm dot com

Constructor Summary
EndpointReference()
           
 
Method Summary
 URI getAddress()
           
 List getAnyOtherElements()
           
 String getIdentityCertificate()
           
 List getMetadataElements()
           
 List getReferenceParametersElements()
           
 void setAddress(URI uriAddress)
           
 void setIdentityCertificate(String strIdentityCertificate)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference()
Method Detail

getAddress

public URI getAddress()
Specified by:
getAddress in interface org.eclipse.higgins.sts.api.IEndpointReference

getIdentityCertificate

public String getIdentityCertificate()
Specified by:
getIdentityCertificate in interface org.eclipse.higgins.sts.api.IEndpointReference

setIdentityCertificate

public void setIdentityCertificate(String strIdentityCertificate)
Specified by:
setIdentityCertificate in interface org.eclipse.higgins.sts.api.IEndpointReference

getAnyOtherElements

public List getAnyOtherElements()
Specified by:
getAnyOtherElements in interface org.eclipse.higgins.sts.api.IEndpointReference

getMetadataElements

public List getMetadataElements()
Specified by:
getMetadataElements in interface org.eclipse.higgins.sts.api.IEndpointReference

getReferenceParametersElements

public List getReferenceParametersElements()
Specified by:
getReferenceParametersElements in interface org.eclipse.higgins.sts.api.IEndpointReference

setAddress

public void setAddress(URI uriAddress)
Specified by:
setAddress in interface org.eclipse.higgins.sts.api.IEndpointReference