Class SpringAppContextAwareObjectSupplier

  • All Implemented Interfaces:
    org.apache.axis2.ServiceObjectSupplier

    public class SpringAppContextAwareObjectSupplier
    extends Object
    implements org.apache.axis2.ServiceObjectSupplier
    • Constructor Detail

      • SpringAppContextAwareObjectSupplier

        public SpringAppContextAwareObjectSupplier()
    • Method Detail

      • 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:
        getServiceObject in interface org.apache.axis2.ServiceObjectSupplier
        Parameters:
        axisService - - spring service
        Returns:
        Object
        Throws:
        org.apache.axis2.AxisFault