public class JaxwsServiceResolverImpl extends AbstractServiceResolverImpl implements ServiceResolver
Constructor and Description |
---|
JaxwsServiceResolverImpl() |
Modifier and Type | Method and Description |
---|---|
<T> T |
getService(Class<T> clazz,
W3CEndpointReference epr)
return a service client given an EPR instance.
|
getResourceIdentifier
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getResourceIdentifier
public <T> T getService(Class<T> clazz, W3CEndpointReference epr)
getService
in interface ServiceResolver
T
- the service typeclazz
- needed for type inference of type parameter epr
- EPRServiceResolver.getService(java.lang.Class, javax.xml.ws.wsaddressing.W3CEndpointReference)
Copyright © 2017. All rights reserved.