public class WikittyHessianFactory extends Object
| Constructor and Description |
|---|
WikittyHessianFactory() |
| Modifier and Type | Method and Description |
|---|---|
static <S> S |
getService(Class<S> serviceInterface,
String serviceEndpoint)
Get hessian service proxy on remove endpoint.
|
static WikittyService |
getWikittyService(String serviceEndpoint)
Get hessian wikitty service proxy on remove endpoint.
|
public static WikittyService getWikittyService(String serviceEndpoint) throws WikittyException
serviceEndpoint - service endpoint (full url)WikittyServiceWikittyException - if hessian proxy can't be createdpublic static <S> S getService(Class<S> serviceInterface, String serviceEndpoint) throws WikittyException
S - service typeserviceInterface - service interfaceserviceEndpoint - service endpoint (full url)SWikittyException - if hessian proxy can't be createdCopyright © 2010-2012 CodeLutin. All Rights Reserved.