com.counterclaim.openefm.connector.soap
Class SoapEfmConnectorImpl

java.lang.Object
  extended bycom.counterclaim.openefm.connector.soap.SoapEfmConnectorImpl
All Implemented Interfaces:
EfmConnector

public class SoapEfmConnectorImpl
extends java.lang.Object
implements EfmConnector

 

Field Summary
private static org.apache.log4j.Logger log
           
 
Constructor Summary
SoapEfmConnectorImpl()
           
 
Method Summary
 void reportFilingStatus(Id filingId, java.lang.String statusCode, java.lang.String message)
          Report the status of a filing to the OpenEFM.
 
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

SoapEfmConnectorImpl

public SoapEfmConnectorImpl()
Method Detail

reportFilingStatus

public void reportFilingStatus(Id filingId,
                               java.lang.String statusCode,
                               java.lang.String message)
Report the status of a filing to the OpenEFM. Use the status codes defined in ??? and a free-form message.

Specified by:
reportFilingStatus in interface EfmConnector
Parameters:
filingId - The Id of the filing reported on.
statusCode - The status code.
message - A free-form message containing additional detail.


Copyright © 2002 counterclaim.com. All Rights Reserved.