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

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

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

A configurator that uses a spring context to find dispatchers.

Author:
Matthew Pocock

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

Constructor Detail

SpringMapProcessorConfigurator

public SpringMapProcessorConfigurator()
Method Detail

getProcessor

public MultiplexingMapProcessor getProcessor()

setProcessor

public void setProcessor(MultiplexingMapProcessor 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.