2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.binding.ws.addressing
Interface EndPointReference
public interface EndPointReference
Defines a model for WS-Addressing
 <wsa:EndpointReference>
     <wsa:Address>xs:anyURI</wsa:Address>
     <wsa:ReferenceProperties>... </wsa:ReferenceProperties> ?
     <wsa:ReferenceParameters>... </wsa:ReferenceParameters> ?
     <wsa:PortType>xs:QName</wsa:PortType> ?
     <wsa:ServiceName PortName="xs:NCName"?>xs:QName</wsa:ServiceName> ?
     <wsp:Policy> ... </wsp:Policy>*
 </wsa:EndpointReference>
 
getAddress
java.net.URI getAddress()
 
setAddress
void setAddress(java.net.URI address)
 
getPortType
javax.xml.namespace.QName getPortType()
 
setPortType
void setPortType(javax.xml.namespace.QName portType)
 
getServiceName
javax.xml.namespace.QName getServiceName()
 
setServiceName
void setServiceName(javax.xml.namespace.QName serviceName)
 
getPortName
javax.xml.namespace.QName getPortName()
 
setPortName
void setPortName(javax.xml.namespace.QName portName)
 
getReferenceProperties
java.util.List<java.lang.Object> getReferenceProperties()
 
getReferenceParameters
java.util.List<java.lang.Object> getReferenceParameters()
 
getPolicies
java.util.List<java.lang.Object> getPolicies()