Class SpringAppContextAwareObjectSupplier
- java.lang.Object
-
- org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier
-
- All Implemented Interfaces:
ServiceObjectSupplier
public class SpringAppContextAwareObjectSupplier extends Object implements ServiceObjectSupplier
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_SPRING_BEANNAME
-
Constructor Summary
Constructors Constructor Description SpringAppContextAwareObjectSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getServiceObject(AxisService axisService)
Method getServiceObject used to get the spring beans from the spring application context for the given spring service
-
-
-
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 used to get the spring beans from the spring application context for the given spring service- Specified by:
getServiceObject
in interfaceServiceObjectSupplier
- Parameters:
axisService
- - spring service- Returns:
- Object
- Throws:
AxisFault
-
-