com.counterclaim.openefm.connector
Interface CmsConnector

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

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.
Parameters:
filing -  


Copyright © 2002 counterclaim.com. All Rights Reserved.