public class ServiceFactoryImpl extends Object implements ServiceFactory
| Constructor and Description |
|---|
ServiceFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected <T> void |
configServiceProxy(T port)
Inherited class could set timeout properties by override this method.
|
<T> T |
createProxyFromService(jakarta.xml.ws.Service service,
ApiEnvironment env,
Class<T> serviceInterface) |
jakarta.xml.ws.Service |
createService(Class serviceInterface,
ApiEnvironment env) |
public jakarta.xml.ws.Service createService(Class serviceInterface, ApiEnvironment env)
createService in interface ServiceFactorypublic <T> T createProxyFromService(jakarta.xml.ws.Service service,
ApiEnvironment env,
Class<T> serviceInterface)
createProxyFromService in interface ServiceFactoryprotected <T> void configServiceProxy(T port)
port - Proxy supports Service TCopyright © 2024. All rights reserved.