public interface EndpointReferenceContext
EndpointReference
objects.Modifier and Type | Method and Description |
---|---|
EndpointReference |
convertEndpoint(javax.xml.namespace.QName targetType,
org.w3c.dom.Element sourceEndpoint)
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 epr)
Resolve an end-point reference from its XML representation.
|
EndpointReference resolveEndpointReference(org.w3c.dom.Element epr)
EndpointReference
objects that have been persisted in the
database via EndpointReference#toXML(javax.xml.transform.Result)
method.XML
- representation of the EPREndpointReference
EndpointReference convertEndpoint(javax.xml.namespace.QName targetType, org.w3c.dom.Element sourceEndpoint)
targetType
- sourceEndpoint
- java.util.Map getConfigLookup(EndpointReference epr)
epr
-