org.apache.axis2.addressing
Class EndpointReference

java.lang.Object
  extended byorg.apache.axis2.addressing.EndpointReference
All Implemented Interfaces:
java.io.Serializable

public class EndpointReference
extends java.lang.Object
implements java.io.Serializable

Class EndpointReference TODO : Policy has not been integrated to this

See Also:
Serialized Form

Constructor Summary
EndpointReference(java.lang.String address)
           
 
Method Summary
 java.lang.String getAddress()
          Method getValue
 javax.xml.namespace.QName getInterfaceName()
          Method getInterfaceName
 AnyContentType getMetadata()
           
 OMElement getPolicies()
           
 AnyContentType getReferenceParameters()
          Method getReferenceParameters
 AnyContentType getReferenceProperties()
          Method getReferenceProperties
 ServiceName getServiceName()
          Method getServiceName
 void setAddress(java.lang.String address)
          Method setValue
 void setInterfaceName(javax.xml.namespace.QName interfaceName)
          Method setInterfaceName
 void setMetadata(AnyContentType metadata)
           
 void setPolicies(OMElement policies)
           
 void setReferenceParameters(AnyContentType referenceParameters)
          Method setReferenceParameters
 void setReferenceProperties(AnyContentType referenceProperties)
          Method setReferenceProperties
 void setServiceName(ServiceName serviceName)
          Method setServiceName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReference

public EndpointReference(java.lang.String address)
Parameters:
address -
Method Detail

getAddress

public java.lang.String getAddress()
Method getValue

Returns:

setAddress

public void setAddress(java.lang.String address)
Method setValue

Parameters:
address -

getInterfaceName

public javax.xml.namespace.QName getInterfaceName()
Method getInterfaceName

Returns:

setInterfaceName

public void setInterfaceName(javax.xml.namespace.QName interfaceName)
Method setInterfaceName

Parameters:
interfaceName -

getReferenceProperties

public AnyContentType getReferenceProperties()
Method getReferenceProperties

Returns:

setReferenceProperties

public void setReferenceProperties(AnyContentType referenceProperties)
Method setReferenceProperties

Parameters:
referenceProperties -

getReferenceParameters

public AnyContentType getReferenceParameters()
Method getReferenceParameters

Returns:

setReferenceParameters

public void setReferenceParameters(AnyContentType referenceParameters)
Method setReferenceParameters

Parameters:
referenceParameters -

getServiceName

public ServiceName getServiceName()
Method getServiceName

Returns:

setServiceName

public void setServiceName(ServiceName serviceName)
Method setServiceName

Parameters:
serviceName -

getPolicies

public OMElement getPolicies()

setPolicies

public void setPolicies(OMElement policies)

getMetadata

public AnyContentType getMetadata()

setMetadata

public void setMetadata(AnyContentType metadata)