public class WSDL11Endpoint extends java.lang.Object implements MutableEndpoint
ADDRESS, BINDING_QNAME, PORT_NAME, SERVICE_QNAME, SESSIONSERVICE_REF_QNAME| Constructor and Description |
|---|
WSDL11Endpoint() |
WSDL11Endpoint(javax.xml.namespace.QName serviceName,
java.lang.String portName) |
WSDL11Endpoint(javax.xml.namespace.QName serviceQName,
java.lang.String portName,
java.lang.String location) |
| 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.
|
javax.xml.namespace.QName |
getServiceName() |
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.
|
org.w3c.dom.Document |
toXML()
Convert the EPR to an XML representation.
|
public WSDL11Endpoint()
public WSDL11Endpoint(javax.xml.namespace.QName serviceQName,
java.lang.String portName,
java.lang.String location)
public WSDL11Endpoint(javax.xml.namespace.QName serviceName,
java.lang.String portName)
public java.lang.String getUrl()
getUrl in interface MutableEndpointpublic javax.xml.namespace.QName getServiceName()
public boolean accept(org.w3c.dom.Node node)
MutableEndpointaccept in interface MutableEndpointpublic void set(org.w3c.dom.Node node)
MutableEndpointset in interface MutableEndpointpublic org.w3c.dom.Document toXML()
EndpointReferencetoXML in interface EndpointReferencepublic java.util.Map toMap()
MutableEndpointtoMap in interface MutableEndpointpublic void fromMap(java.util.Map eprMap)
MutableEndpointfromMap in interface MutableEndpoint