org.codehaus.xfire.spring
Class AbstractXFireSpringTest

java.lang.Object
  extended by AbstractXFireAegisTest
      extended by org.codehaus.xfire.spring.AbstractXFireSpringTest

public abstract class AbstractXFireSpringTest
extends AbstractXFireAegisTest

Provides test support for XFire spring web services. Simply supply your ApplicationContext by implementing the createContext method.

Author:
Dan Diephouse

Constructor Summary
AbstractXFireSpringTest()
           
 
Method Summary
protected abstract  ApplicationContext createContext()
           
protected  java.lang.Object getBean(java.lang.String id)
           
protected  ApplicationContext getContext()
           
 ServiceFactory getServiceFactory()
           
protected  XFire getXFire()
           
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractXFireSpringTest

public AbstractXFireSpringTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

createContext

protected abstract ApplicationContext createContext()

getContext

protected ApplicationContext getContext()

getServiceFactory

public ServiceFactory getServiceFactory()

getXFire

protected XFire getXFire()

getBean

protected java.lang.Object getBean(java.lang.String id)


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.