|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- The address.public commonj.sdo.Sequence getReferenceProperties()
public commonj.sdo.Sequence getReferenceParameters()
public javax.xml.namespace.QName getPortType()
public void setPortType(javax.xml.namespace.QName qname)
qname
- The QName of the portType.public javax.xml.namespace.QName getService()
public void setService(javax.xml.namespace.QName qname)
qname
- The QName of the service.public java.lang.String getPort()
public void setPort(java.lang.String name)
name
- The name of the port.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |