uk.ac.ncl.cs.instantsoap.wsapi.impl
Class APIApplicationConfigurator

java.lang.Object
  extended by uk.ac.ncl.cs.instantsoap.wsapi.impl.APIApplicationConfigurator
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class APIApplicationConfigurator
extends Object
implements org.springframework.beans.factory.InitializingBean

Configurator that uses an applications list file.

Author:
Matthew Pocock

Constructor Summary
APIApplicationConfigurator()
           
APIApplicationConfigurator(CommandLineProcessor processor)
           
 
Method Summary
 void afterPropertiesSet()
           
 CommandLineProcessor getProcessor()
           
 void setProcessor(CommandLineProcessor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

APIApplicationConfigurator

public APIApplicationConfigurator()

APIApplicationConfigurator

public APIApplicationConfigurator(CommandLineProcessor processor)
Method Detail

getProcessor

public CommandLineProcessor getProcessor()

setProcessor

public void setProcessor(CommandLineProcessor processor)

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception


Copyright © 2006-2008. All Rights Reserved.