|
|||||||||
| Home >> All >> org >> apache >> ws >> [ addressing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.addressing
Interface EndpointReference

- All Known Implementing Classes:
- XmlBeansEndpointReference
- public interface EndpointReference
Interface for EndpointReferences
| Method Summary | |
java.lang.String |
getAddress()
Returns the Address from the EPR as a String. |
java.lang.String |
getPortName()
Returns the PortName associated with the Service in the EPR as a String |
javax.xml.namespace.QName |
getPortType()
Returns the PortType QName |
java.lang.Object[] |
getReferenceParameters()
Returns the ReferenceParameters Object. |
java.lang.Object[] |
getReferenceProperties()
Returns the ReferenceProperties Object. |
javax.xml.namespace.QName |
getServiceName()
Service QName |
| Method Detail |
getAddress
public java.lang.String getAddress()
- Returns the Address from the EPR as a String.
getPortName
public java.lang.String getPortName()
- Returns the PortName associated with the Service in the EPR as a String
getPortType
public javax.xml.namespace.QName getPortType()
- Returns the PortType QName
getReferenceProperties
public java.lang.Object[] getReferenceProperties()
- Returns the ReferenceProperties Object.
getReferenceParameters
public java.lang.Object[] getReferenceParameters()
- Returns the ReferenceParameters Object.
getServiceName
public javax.xml.namespace.QName getServiceName()
- Service QName
|
|||||||||
| Home >> All >> org >> apache >> ws >> [ addressing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC