com.counterclaim.openefm.connector.soap
Class SoapCmsConnectorImpl

java.lang.Object
  |
  +--com.counterclaim.openefm.connector.soap.SoapCmsConnectorImpl
All Implemented Interfaces:
CmsConnector, FilingNotifier

public class SoapCmsConnectorImpl
extends java.lang.Object
implements CmsConnector, FilingNotifier


Constructor Summary
SoapCmsConnectorImpl()
           
 
Method Summary
 void addListener(FilingListener listener)
          Add a FilingListener to the list.
 void removeListener(FilingListener listener)
          Remove a FilingListener from the list.
 void submitFiling(InternalLxmlFiling filing)
          Send an InternalLxmlFiling to the backing CMS.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapCmsConnectorImpl

public SoapCmsConnectorImpl()
Method Detail

submitFiling

public void submitFiling(InternalLxmlFiling filing)
Send an InternalLxmlFiling to the backing CMS.
Specified by:
submitFiling in interface CmsConnector
Parameters:
filing -  

addListener

public void addListener(FilingListener listener)
Add a FilingListener to the list.
Specified by:
addListener in interface FilingNotifier
Parameters:
listener -  

removeListener

public void removeListener(FilingListener listener)
Remove a FilingListener from the list.
Specified by:
removeListener in interface FilingNotifier
Parameters:
listener -  


Copyright © 2002 counterclaim.com. All Rights Reserved.