public interface EndpointResolver
An underlying mechanism in the style of the OGSA WS-Naming specification is assumed, where an EPR maybe be fully abstract, or concrete but with sufficient information embedded to enable its renewal if necessary.
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.ws.addressing.EndpointReferenceType |
mint(org.apache.cxf.ws.addressing.EndpointReferenceType physical)
Mint a new abstract EPR for a given concrete EPR
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
mint(QName serviceName)
Mint a new abstract EPR for a given service name.
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
renew(org.apache.cxf.ws.addressing.EndpointReferenceType logical,
org.apache.cxf.ws.addressing.EndpointReferenceType physical)
Force a fresh resolution of the given abstract EPR, discarding any
previously cached reference.
|
org.apache.cxf.ws.addressing.EndpointReferenceType |
resolve(org.apache.cxf.ws.addressing.EndpointReferenceType logical)
Retrieve a concrete EPR corresponding to the given abstract EPR,
returning a cached reference if already resolved.
|
org.apache.cxf.ws.addressing.EndpointReferenceType resolve(org.apache.cxf.ws.addressing.EndpointReferenceType logical)
logical
- the abstract EPR to resolveorg.apache.cxf.ws.addressing.EndpointReferenceType renew(org.apache.cxf.ws.addressing.EndpointReferenceType logical, org.apache.cxf.ws.addressing.EndpointReferenceType physical)
logical
- the previously resolved abstract EPRphysical
- the concrete EPR to refreshorg.apache.cxf.ws.addressing.EndpointReferenceType mint(QName serviceName)
serviceName
- org.apache.cxf.ws.addressing.EndpointReferenceType mint(org.apache.cxf.ws.addressing.EndpointReferenceType physical)
physical
- Apache CXF