org.apache.ws.addressing
Interface EndpointReference

All Known Implementing Classes:
XmlBeansEndpointReference

public interface EndpointReference

Interface for EndpointReferences

Author:
Sal Campana

Method Summary
 void addReferenceParameter(java.lang.Object refProp)
           
 void addReferenceProperty(java.lang.Object refProp)
           
 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.

Returns:
Address

getPortName

public java.lang.String getPortName()
Returns the PortName associated with the Service in the EPR as a String

Returns:
Service's Port Name

getPortType

public javax.xml.namespace.QName getPortType()
Returns the PortType QName

Returns:
PortType QName

getReferenceParameters

public java.lang.Object[] getReferenceParameters()
Returns the ReferenceParameters Object.

Returns:
Object[] The ReferenceParameters

getReferenceProperties

public java.lang.Object[] getReferenceProperties()
Returns the ReferenceProperties Object.

Returns:
Object[] The ReferenceProperties

getServiceName

public javax.xml.namespace.QName getServiceName()
Service QName

Returns:
Service QName

addReferenceParameter

public void addReferenceParameter(java.lang.Object refProp)
Parameters:
refProp -

addReferenceProperty

public void addReferenceProperty(java.lang.Object refProp)
Parameters:
refProp -


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.