org.nuxeo.ecm.platform.publisher.remoting.invoker
Class DefaultRemotePublicationInvoker
java.lang.Object
org.nuxeo.ecm.platform.publisher.remoting.invoker.DefaultRemotePublicationInvoker
- All Implemented Interfaces:
- RemotePublicationInvoker
public class DefaultRemotePublicationInvoker
- extends Object
- implements RemotePublicationInvoker
Dummy test invoker: does all marshaling work but directly calls the
TestInvokationHandler
without any network.
- Author:
- tiry
DefaultRemotePublicationInvoker
public DefaultRemotePublicationInvoker()
init
public void init(String baseURL,
String userName,
String password,
RemotePublisherMarshaler marshaler)
- Specified by:
init
in interface RemotePublicationInvoker
invoke
public Object invoke(String methodName,
List<Object> params)
throws ClientException
- Specified by:
invoke
in interface RemotePublicationInvoker
- Throws:
ClientException
Copyright © 2011 Nuxeo SAS. All Rights Reserved.