com.counterclaim.openefm.connector.soap
Class SoapEfmConnectorImpl

java.lang.Object
  |
  +--com.counterclaim.openefm.connector.soap.SoapEfmConnectorImpl
All Implemented Interfaces:
EfmConnector

public class SoapEfmConnectorImpl
extends java.lang.Object
implements EfmConnector


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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.