|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointReference
Represents a WS-Addressing endpoint reference.
Field Summary | |
---|---|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_EIS
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_GENERIC_JMS
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_HTTP
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_JMS
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_MQ
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_MQJMS
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_NOT_SET
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_SCA
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_SLSB
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_WEB_SERVICE
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_WEB_SERVICE_SOAP_1_1
|
static com.ibm.websphere.sca.addressing.BindingType |
BINDING_TYPE_WEB_SERVICE_SOAP_1_2
|
Method Summary | |
---|---|
java.lang.String |
getAddress()
Returns the endpoint address. |
com.ibm.websphere.sca.addressing.BindingType |
getBindingType()
Returns the binding type specified with the endpoint reference. |
java.lang.String |
getImport()
Returns the target import set for the endpoint reference. |
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 |
setBindingType(com.ibm.websphere.sca.addressing.BindingType bindingType)
Specify the binding type for this endpoint reference. |
void |
setImport(java.lang.String importName)
Sets the target import for the endpoint reference. |
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. |
Field Detail |
---|
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_NOT_SET
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_JMS
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_MQJMS
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_GENERIC_JMS
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_MQ
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_WEB_SERVICE
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_HTTP
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_SCA
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_EIS
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_SLSB
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_WEB_SERVICE_SOAP_1_1
static final com.ibm.websphere.sca.addressing.BindingType BINDING_TYPE_WEB_SERVICE_SOAP_1_2
Method Detail |
---|
java.lang.String getAddress()
void setAddress(java.lang.String address)
address
- The address.commonj.sdo.Sequence getReferenceProperties()
commonj.sdo.Sequence getReferenceParameters()
javax.xml.namespace.QName getPortType()
void setPortType(javax.xml.namespace.QName qname)
qname
- The QName of the portType.javax.xml.namespace.QName getService()
void setService(javax.xml.namespace.QName qname)
qname
- The QName of the service.java.lang.String getPort()
void setPort(java.lang.String name)
name
- The name of the port.void setBindingType(com.ibm.websphere.sca.addressing.BindingType bindingType)
bindingType
- The binding type of the service.com.ibm.websphere.sca.addressing.BindingType getBindingType()
void setImport(java.lang.String importName)
importName
- The target import name.java.lang.String getImport()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |