com.ibm.websphere.sca.addressing

Interface EndpointReference


  1. public interface EndpointReference
Represents a WS-Addressing endpoint reference.

Field Summary

Modifier and Type Field and Description
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_EIS
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_GENERIC_JMS
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_HTTP
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_JMS
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_MQ
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_MQJMS
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_NOT_SET
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_SCA
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_SLSB
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_WEB_SERVICE
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_WEB_SERVICE_SOAP_1_1
  1. static
  2. com.ibm.websphere.sca.addressing.BindingType
BINDING_TYPE_WEB_SERVICE_SOAP_1_2

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getAddress()
Returns the endpoint address.
  1. com.ibm.websphere.sca.addressing.BindingType
getBindingType()
Returns the binding type specified with the endpoint reference.
  1. java.lang.String
getImport()
Returns the target import set for the endpoint reference.
  1. java.lang.String
getPort()
Returns the name of the WSDL port associated with this endpoint reference.
  1. javax.xml.namespace.QName
getPortType()
Returns the QName of the WSDL portType associated with this endpoint reference.
  1. commonj.sdo.Sequence
getReferenceParameters()
Returns the endpoint reference parameters..
  1. commonj.sdo.Sequence
getReferenceProperties()
Returns the endpoint reference properties.
  1. javax.xml.namespace.QName
getService()
Returns the QName of the WSDL service associated with this endpoint reference.
  1. void
setAddress(java.lang.String address)
Sets the endpoint address.
  1. void
setBindingType(com.ibm.websphere.sca.addressing.BindingType bindingType)
Specify the binding type for this endpoint reference.
  1. void
setImport(java.lang.String importName)
Sets the target import for the endpoint reference.
  1. void
setPort(java.lang.String name)
Sets the name of the WSDL port associated with this endpoint reference.
  1. void
setPortType(javax.xml.namespace.QName qname)
Sets the QName of the WSDL portType associated with this endpoint reference.
  1. void
setService(javax.xml.namespace.QName qname)
Sets the QName of the WSDL service associated with this endpoint reference.

Field Detail

BINDING_TYPE_NOT_SET

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_NOT_SET

BINDING_TYPE_JMS

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_JMS

BINDING_TYPE_MQJMS

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_MQJMS

BINDING_TYPE_GENERIC_JMS

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_GENERIC_JMS

BINDING_TYPE_MQ

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_MQ

BINDING_TYPE_WEB_SERVICE

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_WEB_SERVICE

BINDING_TYPE_HTTP

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_HTTP

BINDING_TYPE_SCA

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_SCA

BINDING_TYPE_EIS

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_EIS

BINDING_TYPE_SLSB

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_SLSB

BINDING_TYPE_WEB_SERVICE_SOAP_1_1

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_WEB_SERVICE_SOAP_1_1

BINDING_TYPE_WEB_SERVICE_SOAP_1_2

  1. static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_WEB_SERVICE_SOAP_1_2

Method Detail

getAddress

  1. java.lang.String getAddress()
Returns the endpoint address.
Returns:
The address.

setAddress

  1. void setAddress(java.lang.String address)
Sets the endpoint address.
Parameters:
address - The address.

getReferenceProperties

  1. commonj.sdo.Sequence getReferenceProperties( )
Returns the endpoint reference properties.
Returns:
The collection of reference parameters.

getReferenceParameters

  1. commonj.sdo.Sequence getReferenceParameters( )
Returns the endpoint reference parameters..
Returns:
The collection of reference parameters.

getPortType

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

setPortType

  1. 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

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

setService

  1. 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

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

setPort

  1. 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.

setBindingType

  1. void setBindingType(com.ibm.websphere.sca.addressing.BindingType bindingType)
Specify the binding type for this endpoint reference. One may need to specify bindingType when protocol information in the URI is ambiguous, for example a "http://..." URI can be for webservice binding as well as for HTTP binding
Parameters:
bindingType - The binding type of the service.

getBindingType

  1. com.ibm.websphere.sca.addressing.BindingType getBindingType( )
Returns the binding type specified with the endpoint reference.
Returns:
The bindng type.

setImport

  1. void setImport(java.lang.String importName)
Sets the target import for the endpoint reference.
Parameters:
importName - The target import name.

getImport

  1. java.lang.String getImport()
Returns the target import set for the endpoint reference.
Returns:
target import name