Class EJB3Util

java.lang.Object
org.apache.axis2.rpc.receivers.ejb.EJB3Util

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

  • Constructor Details

    • EJB3Util

      public EJB3Util()
  • Method Details

    • 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