com.counterclaim.openefm.connector.soap
Class SoapEfmConnectorStub

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

public class SoapEfmConnectorStub
extends java.lang.Object
implements EfmConnector


Constructor Summary
SoapEfmConnectorStub()
           
 
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

SoapEfmConnectorStub

public SoapEfmConnectorStub()
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.