gov.grants.apply.ws
Class ProcessorFactory
java.lang.Object
gov.grants.apply.ws.ProcessorFactory
- Direct Known Subclasses:
- ProductionModeFactory, StandAloneModeFactory
- public abstract class ProcessorFactory
- extends java.lang.Object
- Author:
- Grants.gov WebServices Team
Abstract factory deciding what type of processor should be used thru the life of the
application.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorFactory
public ProcessorFactory()
getFactory
public static final ProcessorFactory getFactory()
isProductionMode
public static final boolean isProductionMode()
createAssignAgencyTrackingNumberProcessor
public abstract IAssignAgencyTrackingNumberProcessor createAssignAgencyTrackingNumberProcessor()
createConfirmApplicationDeliveryProcessor
public abstract IConfirmApplicationDeliveryProcessor createConfirmApplicationDeliveryProcessor()
createGetApplicationListProcessor
public abstract IGetApplicationListProcessor createGetApplicationListProcessor()
createGetApplicationProcessor
public abstract IGetApplicationProcessor createGetApplicationProcessor()
createGetApplicationZipProcessor
public abstract IGetApplicationZipProcessor createGetApplicationZipProcessor()