|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.jbi.EndpointReferenceContextImpl
public class EndpointReferenceContextImpl
Implementation of the ODE EndpointReferenceContext
interface used by the BPEL engine to convert XML descriptions of endpoint
references (EPRs) into Java object representations. In the JBI context all
endpoint references are considered to be JBI
ServiceEndpoint
s are resolved by using the
ComponentContext.resolveEndpointReference(org.w3c.dom.DocumentFragment)
method. Note that is is possible to resolve both "internal" and "external"
endpoint in this manner. The schema to the internal end-point representation
is described on page 50 of the JBI specification 1.0.
Constructor Summary | |
---|---|
EndpointReferenceContextImpl(OdeContext ode)
|
Method Summary | |
---|---|
static javax.xml.namespace.QName |
convertClarkQName(java.lang.String name)
|
EndpointReference |
convertEndpoint(javax.xml.namespace.QName eprType,
org.w3c.dom.Element epr)
Converts an endpoint reference from its XML representation to another type of endpoint reference. |
java.util.Map |
getConfigLookup(EndpointReference epr)
Convert an endpoint reference into a set of key/value pairs that may be necessary to look up config information. |
EndpointReference |
resolveEndpointReference(org.w3c.dom.Element epr)
Resolve an end-point reference from its XML representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointReferenceContextImpl(OdeContext ode)
Method Detail |
---|
public EndpointReference resolveEndpointReference(org.w3c.dom.Element epr)
EndpointReferenceContext
EndpointReference
objects that have been persisted in the
database via EndpointReference#toXML(javax.xml.transform.Result)
method.
resolveEndpointReference
in interface EndpointReferenceContext
EndpointReference
public EndpointReference convertEndpoint(javax.xml.namespace.QName eprType, org.w3c.dom.Element epr)
EndpointReferenceContext
convertEndpoint
in interface EndpointReferenceContext
public static javax.xml.namespace.QName convertClarkQName(java.lang.String name)
public java.util.Map getConfigLookup(EndpointReference epr)
EndpointReferenceContext
getConfigLookup
in interface EndpointReferenceContext
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |