|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableEndpoint
Adds methods on EndpointReference
to set and manipulate endpoint references.
Field Summary | |
---|---|
static java.lang.String |
ADDRESS
|
static java.lang.String |
BINDING_QNAME
|
static java.lang.String |
PORT_NAME
|
static java.lang.String |
SERVICE_QNAME
|
static java.lang.String |
SESSION
|
Fields inherited from interface org.apache.ode.bpel.iapi.EndpointReference |
---|
SERVICE_REF_QNAME |
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 |
getUrl()
|
void |
set(org.w3c.dom.Node node)
Set service endpoint value from an XML node. |
java.util.Map |
toMap()
Expresses the fact that the endpoint can be either tranformed to a Map representation or initialized from a Map. |
Methods inherited from interface org.apache.ode.bpel.iapi.EndpointReference |
---|
toXML |
Field Detail |
---|
static final java.lang.String ADDRESS
static final java.lang.String SESSION
static final java.lang.String SERVICE_QNAME
static final java.lang.String PORT_NAME
static final java.lang.String BINDING_QNAME
Method Detail |
---|
java.util.Map toMap()
void fromMap(java.util.Map eprMap)
boolean accept(org.w3c.dom.Node node)
node
-
void set(org.w3c.dom.Node node)
node
- java.lang.String getUrl()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |