public class EndpointReferenceContextImpl extends java.lang.Object implements EndpointReferenceContext
| Constructor and Description |
|---|
EndpointReferenceContextImpl(ODEServer server) |
| Modifier and Type | Method and Description |
|---|---|
EndpointReference |
convertEndpoint(javax.xml.namespace.QName qName,
org.w3c.dom.Element element)
Converts an endpoint reference from its XML representation to another
type of endpoint reference.
|
java.util.Map |
getConfigLookup(EndpointReference epr) |
EndpointReference |
resolveEndpointReference(org.w3c.dom.Element element)
Resolve an end-point reference from its XML representation.
|
public EndpointReferenceContextImpl(ODEServer server)
public EndpointReference resolveEndpointReference(org.w3c.dom.Element element)
EndpointReferenceContextEndpointReference objects that have been persisted in the
database via EndpointReference#toXML(javax.xml.transform.Result)
method.resolveEndpointReference in interface EndpointReferenceContextEndpointReferencepublic EndpointReference convertEndpoint(javax.xml.namespace.QName qName, org.w3c.dom.Element element)
EndpointReferenceContextconvertEndpoint in interface EndpointReferenceContextpublic java.util.Map getConfigLookup(EndpointReference epr)
getConfigLookup in interface EndpointReferenceContext