Class GenericProxyFactory
java.lang.Object
org.gcube.common.calls.jaxws.proxies.GenericProxyFactory
Factory for creating generic proxies for service interfaces.
- Author:
- Fabio Simeoni
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
public static org.slf4j.Logger logLogger for this class.
-
-
Constructor Details
-
GenericProxyFactory
public GenericProxyFactory()
-
-
Method Details
-
getProxy
Creates a proxy for the given interface and implementation.- Type Parameters:
T- the interface typeI- the implementation type- Parameters:
intf- the service interfaceendpointAddress- the service endpoint addressobj- the service implementation- Returns:
- a proxy instance
-