Class SpringServletContextObjectSupplier
- java.lang.Object
-
- org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier
-
- All Implemented Interfaces:
ServiceObjectSupplier
public class SpringServletContextObjectSupplier extends Object implements ServiceObjectSupplier
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_SPRING_BEANNAME
-
Constructor Summary
Constructors Constructor Description SpringServletContextObjectSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getServiceObject(AxisService axisService)
Method getServiceObject that is Spring aware via ServletContext.
-
-
-
Field Detail
-
SERVICE_SPRING_BEANNAME
public static final String SERVICE_SPRING_BEANNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getServiceObject
public Object getServiceObject(AxisService axisService) throws AxisFault
Method getServiceObject that is Spring aware via ServletContext.- Specified by:
getServiceObject
in interfaceServiceObjectSupplier
- Parameters:
axisService
-- Returns:
- Returns Object.
- Throws:
AxisFault
-
-