com.counterclaim.openefm.connector
Interface CmsConnector

All Known Subinterfaces:
RmiCmsConnector
All Known Implementing Classes:
LocalRmiCmsConnectorImpl, RemoteRmiCmsConnectorImpl, SoapCmsConnectorImpl, SoapCmsConnectorStub

public interface CmsConnector

This interface defines a view onto a backing CMS system wrapped by a CmsAdapter

 

Method Summary
 void submitFiling(InternalLxmlFiling filing)
          Send an InternalLxmlFiling to the backing CMS.
 

Method Detail

submitFiling

public void submitFiling(InternalLxmlFiling filing)
                  throws java.rmi.RemoteException
Send an InternalLxmlFiling to the backing CMS.

Throws:
java.rmi.RemoteException
Parameters:
filing -


Copyright © 2002 counterclaim.com. All Rights Reserved.