com.counterclaim.openefm.connector.soap
Class SoapCmsConnectorImpl

java.lang.Object
  extended bycom.counterclaim.openefm.connector.soap.SoapCmsConnectorImpl
All Implemented Interfaces:
CmsConnector, FilingNotifier

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

 

Field Summary
private static org.apache.log4j.Logger log
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log
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.