public interface ServiceResolver
Modifier and Type | Method and Description |
---|---|
String |
getResourceIdentifier(W3CEndpointReference epr)
Extract the resource identifier embedded in the EPR.
|
<T> T |
getService(Class<T> clazz,
W3CEndpointReference epr)
return a service client given an EPR instance.
|
<T> T getService(Class<T> clazz, W3CEndpointReference epr)
T
- the service typeclazz
- needed for type inference of type parameter epr
- EPRString getResourceIdentifier(W3CEndpointReference epr)
epr
- end point referenceCopyright © 2017. All rights reserved.