Class EjbEndpointFacadeImpl

    • Method Detail

      • getEndpointClassLoader

        public ClassLoader getEndpointClassLoader()
        Description copied from interface: EjbEndpointFacade
        Returns the application class loader associated with this web service endpoint. This class loader must be the Thread's context class loader when startInvocation() is called and must remain the Thread's context class loader until after endInvocation() returns.
        Specified by:
        getEndpointClassLoader in interface EjbEndpointFacade
      • startInvocation

        public ComponentInvocation startInvocation()
        Description copied from interface: EjbEndpointFacade
        Start an invocation for the EJB web service endpoint. Once startInvocation() is called, endInvocation() must be called at some later time on the same thread. Interleaved invocations on the same thread are not allowed.
        Specified by:
        startInvocation in interface EjbEndpointFacade
        Returns:
        A component invocation for this invocation. Must be passed to the corresponding endInvocation.