|
|||||||||||
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 This class models the WS-A EndpointReferenceType. But this can be used without any WS-A handlers as well Since the models for this in Submission and Final versions are different, lets make this to comply with WS-A Final version. So any information found with WS-A submission will be "pumped" in to this model.
Constructor Summary | |
EndpointReference(String address)
|
Method Summary | |
void |
addAttribute(org.apache.ws.commons.om.OMAttribute omAttribute)
|
void |
addAttribute(String localName,
org.apache.ws.commons.om.OMNamespace ns,
String value)
|
void |
addExtensibleElement(org.apache.ws.commons.om.OMElement extensibleElement)
|
void |
addMetaData(org.apache.ws.commons.om.OMNode metaData)
|
void |
addReferenceParameter(org.apache.ws.commons.om.OMElement omElement)
|
void |
addReferenceParameter(QName qname,
String value)
|
void |
fromOM(org.apache.ws.commons.om.OMElement eprOMElement)
|
String |
getAddress()
|
Map |
getAllReferenceParameters()
This will return a Map of reference parameters with QName as the key and an OMElement as the value |
ArrayList |
getAttributes()
|
ArrayList |
getExtensibleElements()
|
ArrayList |
getMetaData()
|
String |
getName()
|
void |
setAddress(String address)
|
void |
setExtensibleElements(ArrayList extensibleElements)
{any} |
void |
setName(String name)
|
void |
setReferenceParameters(Map referenceParameters)
Set a Map with QName as the key and an OMElement as the value |
void |
toOM()
|
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(org.apache.ws.commons.om.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 Map getAllReferenceParameters()
public String getAddress()
public void setAddress(String address)
address
- - xs:anyURIpublic void addAttribute(String localName, org.apache.ws.commons.om.OMNamespace ns, String value)
localName
- ns
- value
- public ArrayList getAttributes()
public void addAttribute(org.apache.ws.commons.om.OMAttribute omAttribute)
omAttribute
- public ArrayList getExtensibleElements()
public void setExtensibleElements(ArrayList extensibleElements)
extensibleElements
- public void addExtensibleElement(org.apache.ws.commons.om.OMElement extensibleElement)
public ArrayList getMetaData()
public void addMetaData(org.apache.ws.commons.om.OMNode metaData)
public String getName()
public void setName(String name)
public void setReferenceParameters(Map referenceParameters)
referenceParameters
- public void fromOM(org.apache.ws.commons.om.OMElement eprOMElement)
public void toOM()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |