public interface MutableEndpoint extends EndpointReference
EndpointReference
to set and manipulate endpoint references.Modifier and Type | Field and Description |
---|---|
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 |
SERVICE_REF_QNAME
Modifier and Type | Method and Description |
---|---|
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.
|
toXML
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
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()