Class SpringAppContextAwareObjectSupplier
java.lang.Object
org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier
- All Implemented Interfaces:
org.apache.axis2.ServiceObjectSupplier
public class SpringAppContextAwareObjectSupplier
extends Object
implements org.apache.axis2.ServiceObjectSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetServiceObject(org.apache.axis2.description.AxisService axisService) Method getServiceObject used to get the spring beans from the spring application context for the given spring service
-
Field Details
-
SERVICE_SPRING_BEANNAME
- See Also:
-
-
Constructor Details
-
SpringAppContextAwareObjectSupplier
public SpringAppContextAwareObjectSupplier()
-
-
Method Details
-
getServiceObject
public Object getServiceObject(org.apache.axis2.description.AxisService axisService) throws org.apache.axis2.AxisFault Method getServiceObject used to get the spring beans from the spring application context for the given spring service- Specified by:
getServiceObjectin interfaceorg.apache.axis2.ServiceObjectSupplier- Parameters:
axisService- - spring service- Returns:
- Object
- Throws:
org.apache.axis2.AxisFault
-