gov.grants.apply.ws.production
Class ProductionModeFactory

java.lang.Object
  extended bygov.grants.apply.ws.ProcessorFactory
      extended bygov.grants.apply.ws.production.ProductionModeFactory

public final class ProductionModeFactory
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
ProductionModeFactory()
           
 
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

ProductionModeFactory

public ProductionModeFactory()
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