|
|||||||||||
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 Contents of this class differs between WS-A Submission and WS-Final. Without having a inheritance hierarchy for this small difference, lets have all the properties in the same class.
Constructor Summary | |
EndpointReference(String address)
|
Method Summary | |
void |
addReferenceParameter(OMElement omElement)
|
void |
addReferenceParameter(QName qname,
String value)
|
void |
addReferenceProperty(OMElement omElement)
Remember that reference properties are only supported in WS-A Submission version. |
void |
addReferenceProperty(QName qname,
String value)
Remember that reference properties are only supported in WS-A Submission version. |
String |
getAddress()
Method getAddress |
Map |
getAllReferenceParameters()
This will return a Map of reference parameters with QName as the key and an OMElement as the value |
Map |
getAllReferenceProperties()
This will return a Map of reference properties with QName as the key and an OMElement as the value |
OMElement |
getMetaData()
|
OMElement |
getPolicy()
|
QName |
getPortType()
|
void |
setAddress(String address)
Method setAddress |
void |
setMetaData(OMElement metaData)
|
void |
setPolicy(OMElement policy)
|
void |
setPortType(QName portType)
|
void |
setReferenceParameters(Map referenceParameters)
Set a Map with QName as the key and an OMElement as the value |
void |
setReferenceProperties(HashMap referenceProperties)
Set a Map with QName as the key and an OMElement as the value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EndpointReference(String address)
address
- Method Detail |
public void addReferenceParameter(OMElement omElement)
omElement
- public void addReferenceParameter(QName qname, String value)
qname
- value
- - the text of the OMElement. Remember that this is a convenient method for the user,
which has limited capability. If you want more power use @See EndpointReference#addReferenceParameter(OMElement)public void addReferenceProperty(OMElement omElement)
omElement
- public void addReferenceProperty(QName qname, String value)
qname
- value
- public String getAddress()
public Map getAllReferenceParameters()
public Map getAllReferenceProperties()
public OMElement getMetaData()
public OMElement getPolicy()
public QName getPortType()
public void setAddress(String address)
address
- public void setMetaData(OMElement metaData)
public void setPolicy(OMElement policy)
public void setPortType(QName portType)
public void setReferenceParameters(Map referenceParameters)
referenceParameters
- public void setReferenceProperties(HashMap referenceProperties)
referenceProperties
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |