Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.publisher.remoting.invoker
Interface RemotePublicationInvoker

All Known Implementing Classes:
DefaultRemotePublicationInvoker

public interface RemotePublicationInvoker

Interface for remote invocation of publishing.

Author:
tiry

Method Summary
 void init(String baseURL, String userName, String password, RemotePublisherMarshaler marshaler)
           
 Object invoke(String methodName, List<Object> params)
           
 

Method Detail

init

void init(String baseURL,
          String userName,
          String password,
          RemotePublisherMarshaler marshaler)

invoke

Object invoke(String methodName,
              List<Object> params)
              throws ClientException
Throws:
ClientException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.