Nuxeo Enterprise Platform 5.4

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 java.lang.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)
           
 java.lang.String invoke(java.lang.String methodName, java.lang.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 java.lang.String invoke(java.lang.String methodName,
                               java.lang.String data)
                        throws ClientException
Specified by:
invoke in interface PublicationInvokationHandler
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.