Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.publisher.remoting.server
Class TestInvokationHandler

java.lang.Object
  extended by org.nuxeo.ecm.platform.publisher.remoting.server.TestInvokationHandler
All Implemented Interfaces:
PublicationInvokationHandler

public class TestInvokationHandler
extends Object
implements PublicationInvokationHandler

PublicationInvokationHandler implementation. Could be called by a Restlet, a WebEngine module or a TestInvoker

Author:
tiry

Constructor Summary
TestInvokationHandler()
           
TestInvokationHandler(RemotePublisherMarshaler marshaler)
           
 
Method Summary
 void init(RemotePublisherMarshaler marshaler)
           
 String invoke(String methodName, String data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInvokationHandler

public TestInvokationHandler()

TestInvokationHandler

public TestInvokationHandler(RemotePublisherMarshaler marshaler)
Method Detail

init

public void init(RemotePublisherMarshaler marshaler)
Specified by:
init in interface PublicationInvokationHandler

invoke

public String invoke(String methodName,
                     String data)
              throws ClientException
Specified by:
invoke in interface PublicationInvokationHandler
Throws:
ClientException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.