Class EJB3Util


  • public class EJB3Util
    extends Object
    Utility class that provides EJB3 specific features.
    Since:
    1.7.0
    • Constructor Detail

      • EJB3Util

        public EJB3Util()
    • Method Detail

      • makeNewServiceObject

        protected static Object makeNewServiceObject​(org.apache.axis2.context.MessageContext msgContext)
                                              throws org.apache.axis2.AxisFault
        Return a object which implements the service.
        Parameters:
        msgContext - the message context
        Returns:
        an object that implements the service
        Throws:
        org.apache.axis2.AxisFault - if fails