org.eclipse.higgins.sts.api
Interface IEndpointReference


public interface IEndpointReference

Interface representing WS-Addressing EndpointReference information

Author:
mikemci at us dot ibm dot com

Method Summary
 URI getAddress()
          Gets the Address URI
 List getAnyOtherElements()
          Gets the list of any other elements (other than those explicitly named)
 String getIdentityCertificate()
           
 List getMetadataElements()
          Gets the list of any Metadata elements
 List getReferenceParametersElements()
          Gets the list of any ReferenceParameters elements
 void setAddress(URI uriAddress)
          Sets the WS-Addressing namespace URI
 void setIdentityCertificate(String strIdentityCertificate)
           
 

Method Detail

getAddress

public URI getAddress()
Gets the Address URI

Returns:
the Address URI

getIdentityCertificate

public String getIdentityCertificate()

setIdentityCertificate

public void setIdentityCertificate(String strIdentityCertificate)

setAddress

public void setAddress(URI uriAddress)
Sets the WS-Addressing namespace URI

Parameters:
uriAddress - the WS-Addressing namespace URI

getReferenceParametersElements

public List getReferenceParametersElements()
Gets the list of any ReferenceParameters elements

Returns:
the list of any ReferenceParameters elements

getMetadataElements

public List getMetadataElements()
Gets the list of any Metadata elements

Returns:
the list of any Metadata elements

getAnyOtherElements

public List getAnyOtherElements()
Gets the list of any other elements (other than those explicitly named)

Returns:
the list of any other elements (other than those explicitly named)