com.ibm.websphere.sca.addressing
Interface EndpointReference


public interface EndpointReference

Represents a WS-Addressing endpoint reference.


Method Summary
 java.lang.String getAddress()
          Returns the endpoint address.
 java.lang.String getPort()
          Returns the name of the WSDL port associated with this endpoint reference.
 javax.xml.namespace.QName getPortType()
          Returns the QName of the WSDL portType associated with this endpoint reference.
 commonj.sdo.Sequence getReferenceParameters()
          Returns the endpoint reference parameters..
 commonj.sdo.Sequence getReferenceProperties()
          Returns the endpoint reference properties.
 javax.xml.namespace.QName getService()
          Returns the QName of the WSDL service associated with this endpoint reference.
 void setAddress(java.lang.String address)
          Sets the endpoint address.
 void setPort(java.lang.String name)
          Sets the name of the WSDL port associated with this endpoint reference.
 void setPortType(javax.xml.namespace.QName qname)
          Sets the QName of the WSDL portType associated with this endpoint reference.
 void setService(javax.xml.namespace.QName qname)
          Sets the QName of the WSDL service associated with this endpoint reference.
 

Method Detail

getAddress

public java.lang.String getAddress()
Returns the endpoint address.

Returns:
The address.

setAddress

public void setAddress(java.lang.String address)
Sets the endpoint address.

Parameters:
address - The address.

getReferenceProperties

public commonj.sdo.Sequence getReferenceProperties()
Returns the endpoint reference properties.

Returns:
The collection of reference parameters.

getReferenceParameters

public commonj.sdo.Sequence getReferenceParameters()
Returns the endpoint reference parameters..

Returns:
The collection of reference parameters.

getPortType

public javax.xml.namespace.QName getPortType()
Returns the QName of the WSDL portType associated with this endpoint reference.

Returns:
The QName of the portType.

setPortType

public void setPortType(javax.xml.namespace.QName qname)
Sets the QName of the WSDL portType associated with this endpoint reference.

Parameters:
qname - The QName of the portType.

getService

public javax.xml.namespace.QName getService()
Returns the QName of the WSDL service associated with this endpoint reference.

Returns:
The QName of the service.

setService

public void setService(javax.xml.namespace.QName qname)
Sets the QName of the WSDL service associated with this endpoint reference.

Parameters:
qname - The QName of the service.

getPort

public java.lang.String getPort()
Returns the name of the WSDL port associated with this endpoint reference.

Returns:
The name of the port.

setPort

public void setPort(java.lang.String name)
Sets the name of the WSDL port associated with this endpoint reference.

Parameters:
name - The name of the port.