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 StringSERVICE_SPRING_BEANNAME
-
Constructor Summary
Constructors Constructor Description SpringAppContextAwareObjectSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetServiceObject(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:
getServiceObjectin interfaceServiceObjectSupplier- Parameters:
axisService- - spring service- Returns:
- Object
- Throws:
AxisFault
-
-