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

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

public class SpringServletContextObjectSupplier
extends java.lang.Object
implements org.apache.axis2.ServiceObjectSupplier


Field Summary
static java.lang.String SERVICE_SPRING_BEANNAME
           
 
Constructor Summary
SpringServletContextObjectSupplier()
           
 
Method Summary
 java.lang.Object getServiceObject(org.apache.axis2.description.AxisService axisService)
          Method getServiceObject that is Spring aware via ServletContext.
 
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

SpringServletContextObjectSupplier

public SpringServletContextObjectSupplier()
Method Detail

getServiceObject

public java.lang.Object getServiceObject(org.apache.axis2.description.AxisService axisService)
                                  throws org.apache.axis2.AxisFault
Method getServiceObject that is Spring aware via ServletContext.

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


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.