public class LocalServiceResolverImpl extends AbstractServiceResolverImpl implements ServiceResolver, org.springframework.context.ApplicationContextAware
Constructor and Description |
---|
LocalServiceResolverImpl() |
Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext() |
String |
getBaseAddress() |
<T> T |
getService(Class<T> clazz,
W3CEndpointReference epr)
return a service client given an EPR instance.
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBaseAddress(String baseAddress) |
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)
public String getBaseAddress()
public void setBaseAddress(String baseAddress)
public org.springframework.context.ApplicationContext getApplicationContext()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
Copyright © 2017. All rights reserved.