gov.grants.apply.ws.standAloneMode
Class StandAloneModeFactory

java.lang.Object
  extended bygov.grants.apply.ws.ProcessorFactory
      extended bygov.grants.apply.ws.standAloneMode.StandAloneModeFactory

public final class StandAloneModeFactory
extends ProcessorFactory

Author:
Grants.gov WebServices Team TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
StandAloneModeFactory()
           
 
Method Summary
 IAssignAgencyTrackingNumberProcessor createAssignAgencyTrackingNumberProcessor()
           
 IConfirmApplicationDeliveryProcessor createConfirmApplicationDeliveryProcessor()
           
 IGetApplicationListProcessor createGetApplicationListProcessor()
           
 IGetApplicationProcessor createGetApplicationProcessor()
           
 IGetApplicationZipProcessor createGetApplicationZipProcessor()
           
 
Methods inherited from class gov.grants.apply.ws.ProcessorFactory
getFactory, isProductionMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandAloneModeFactory

public StandAloneModeFactory()
Method Detail

createAssignAgencyTrackingNumberProcessor

public IAssignAgencyTrackingNumberProcessor createAssignAgencyTrackingNumberProcessor()
Specified by:
createAssignAgencyTrackingNumberProcessor in class ProcessorFactory

createConfirmApplicationDeliveryProcessor

public IConfirmApplicationDeliveryProcessor createConfirmApplicationDeliveryProcessor()
Specified by:
createConfirmApplicationDeliveryProcessor in class ProcessorFactory

createGetApplicationListProcessor

public IGetApplicationListProcessor createGetApplicationListProcessor()
Specified by:
createGetApplicationListProcessor in class ProcessorFactory

createGetApplicationProcessor

public IGetApplicationProcessor createGetApplicationProcessor()
Specified by:
createGetApplicationProcessor in class ProcessorFactory

createGetApplicationZipProcessor

public IGetApplicationZipProcessor createGetApplicationZipProcessor()
Specified by:
createGetApplicationZipProcessor in class ProcessorFactory