|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ode.bpel.epr.WSAEndpoint
public class WSAEndpoint
A service endpoint represented as a WS-Addressing EndpointReference.
| Field Summary |
|---|
| Fields inherited from interface org.apache.ode.bpel.epr.MutableEndpoint |
|---|
ADDRESS, BINDING_QNAME, PORT_NAME, SERVICE_QNAME, SESSION |
| Fields inherited from interface org.apache.ode.bpel.iapi.EndpointReference |
|---|
SERVICE_REF_QNAME |
| Constructor Summary | |
|---|---|
WSAEndpoint()
|
|
WSAEndpoint(java.util.Map map)
|
|
WSAEndpoint(WSAEndpoint prototype)
|
|
| Method Summary | |
|---|---|
boolean |
accept(org.w3c.dom.Node node)
Checks if the type of the provided node is the right one for this ServiceEndpoint implementation. |
void |
fromMap(java.util.Map eprMap)
Expresses the fact that the endpoint can be either tranformed to a Map representation or initialized from a Map. |
java.lang.String |
getPortName()
|
javax.xml.namespace.QName |
getServiceName()
|
java.lang.String |
getSessionId()
|
java.lang.String |
getUrl()
|
void |
set(org.w3c.dom.Node node)
Set service endpoint value from an XML node. |
void |
setSessionId(java.lang.String sessionId)
|
void |
setUrl(java.lang.String url)
|
java.util.Map |
toMap()
Expresses the fact that the endpoint can be either tranformed to a Map representation or initialized from a Map. |
org.w3c.dom.Document |
toXML()
Convert the EPR to an XML representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSAEndpoint()
public WSAEndpoint(WSAEndpoint prototype)
public WSAEndpoint(java.util.Map map)
| Method Detail |
|---|
public java.lang.String getSessionId()
public void setSessionId(java.lang.String sessionId)
public java.lang.String getUrl()
getUrl in interface MutableEndpointpublic void setUrl(java.lang.String url)
public javax.xml.namespace.QName getServiceName()
public java.lang.String getPortName()
public boolean accept(org.w3c.dom.Node node)
MutableEndpoint
accept in interface MutableEndpointpublic void set(org.w3c.dom.Node node)
MutableEndpoint
set in interface MutableEndpointpublic org.w3c.dom.Document toXML()
EndpointReference
toXML in interface EndpointReferencepublic java.util.Map toMap()
MutableEndpoint
toMap in interface MutableEndpointpublic void fromMap(java.util.Map eprMap)
MutableEndpoint
fromMap in interface MutableEndpoint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||