org.apache.axis2.extensions.spring.receivers
Class SpringAppContextAwareObjectSupplier

java.lang.Object
  extended by org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier
All Implemented Interfaces:
ServiceObjectSupplier

public class SpringAppContextAwareObjectSupplier
extends java.lang.Object
implements ServiceObjectSupplier


Field Summary
static java.lang.String SERVICE_SPRING_BEANNAME
           
 
Constructor Summary
SpringAppContextAwareObjectSupplier()
           
 
Method Summary
 java.lang.Object getServiceObject(AxisService axisService)
          Method getServiceObject that is Spring aware via Spring interface ApplicationContextAware.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_SPRING_BEANNAME

public static final java.lang.String SERVICE_SPRING_BEANNAME
See Also:
Constant Field Values
Constructor Detail

SpringAppContextAwareObjectSupplier

public SpringAppContextAwareObjectSupplier()
Method Detail

getServiceObject

public java.lang.Object getServiceObject(AxisService axisService)
                                  throws AxisFault
Method getServiceObject that is Spring aware via Spring interface ApplicationContextAware.

Specified by:
getServiceObject in interface ServiceObjectSupplier
Parameters:
axisService -
Returns:
Returns Object.
Throws:
AxisFault


Copyright © 2007 Apache Web Services Project. All Rights Reserved.