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

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

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

Magik to do provider discovery.

Author:
Matthew Pocock

Constructor Summary
SPIDispatcherConfigurator()
           
 
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

SPIDispatcherConfigurator

public SPIDispatcherConfigurator()
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.