|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.addressing.EndpointReference
Class EndpointReference TODO : Policy has not been integrated to this
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 |
public EndpointReference(java.lang.String address)
address
- Method Detail |
public java.lang.String getAddress()
public void setAddress(java.lang.String address)
address
- public javax.xml.namespace.QName getInterfaceName()
public void setInterfaceName(javax.xml.namespace.QName interfaceName)
interfaceName
- public AnyContentType getReferenceProperties()
public void setReferenceProperties(AnyContentType referenceProperties)
referenceProperties
- public AnyContentType getReferenceParameters()
public void setReferenceParameters(AnyContentType referenceParameters)
referenceParameters
- public ServiceName getServiceName()
public void setServiceName(ServiceName serviceName)
serviceName
- public OMElement getPolicies()
public void setPolicies(OMElement policies)
public AnyContentType getMetadata()
public void setMetadata(AnyContentType metadata)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |