Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.addressing
Interface EndpointReference  view EndpointReference download EndpointReference.java

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