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

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

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

A configurator that uses a spring context to find dispatchers.

Author:
Matthew Pocock

Constructor Summary
SpringDispatcherConfigurator()
           
 
Method Summary
 void afterPropertiesSet()
           
 MultiplexingStrategyDispatcher getDispatcher()
           
 void setDispatcher(MultiplexingStrategyDispatcher dispatcher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringDispatcherConfigurator

public SpringDispatcherConfigurator()
Method Detail

getDispatcher

public MultiplexingStrategyDispatcher getDispatcher()

setDispatcher

public void setDispatcher(MultiplexingStrategyDispatcher dispatcher)

afterPropertiesSet

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


Copyright © 2006-2008. All Rights Reserved.