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

URI getAddress()
Gets the Address URI

Returns:
the Address URI

getIdentityCertificate

String getIdentityCertificate()

setIdentityCertificate

void setIdentityCertificate(String strIdentityCertificate)

setAddress

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

Parameters:
uriAddress - the WS-Addressing namespace URI

getReferenceParametersElements

List getReferenceParametersElements()
Gets the list of any ReferenceParameters elements

Returns:
the list of any ReferenceParameters elements

getMetadataElements

List getMetadataElements()
Gets the list of any Metadata elements

Returns:
the list of any Metadata elements

getAnyOtherElements

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)