com.counterclaim.openefm.connector
Interface EfmConnector
- All Known Implementing Classes:
- SoapEfmConnectorImpl, SoapEfmConnectorStub
- public interface EfmConnector
This interface defines a view onto the OpenEFM system useful to classes implementing CmsAdapter
.
Method Summary |
void |
reportFilingStatus(Id filingId,
java.lang.String statusCode,
java.lang.String message)
Report the status of a filing to the OpenEFM. |
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.
- 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.