org.apache.tuscany.sca.binding.notification.encoding
Class EndpointReference

java.lang.Object
  extended by org.apache.tuscany.sca.binding.notification.encoding.EndpointReference
All Implemented Interfaces:
EncodingObject

public class EndpointReference
extends java.lang.Object
implements EncodingObject


Constructor Summary
EndpointReference()
           
 
Method Summary
 EndpointAddress getEndpointAddress()
           
 ReferenceProperties getReferenceProperties()
           
 void setEndpointAddress(EndpointAddress endpointAddress)
           
 void setReferenceProperties(ReferenceProperties referenceProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference()
Method Detail

getEndpointAddress

public EndpointAddress getEndpointAddress()

setEndpointAddress

public void setEndpointAddress(EndpointAddress endpointAddress)

getReferenceProperties

public ReferenceProperties getReferenceProperties()

setReferenceProperties

public void setReferenceProperties(ReferenceProperties referenceProperties)