it.eng.spago.dispatching.ejbchannel
Class RemoteSessionFacadeEJBProxy

java.lang.Object
  extended byit.eng.spago.dispatching.ejbchannel.RemoteSessionFacadeEJBProxy
All Implemented Interfaces:
java.io.Serializable

public class RemoteSessionFacadeEJBProxy
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RemoteSessionFacadeEJBProxy()
           
 
Method Summary
 RequestContextIFace service(RequestContextIFace request)
          Metodo che eseue il lookup all'EJB remoto e delega l'esecuzione del servizio.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSessionFacadeEJBProxy

public RemoteSessionFacadeEJBProxy()
Method Detail

service

public RequestContextIFace service(RequestContextIFace request)
                            throws java.lang.Exception
Metodo che eseue il lookup all'EJB remoto e delega l'esecuzione del servizio. Prende l'oggetto risultato e aggiorna i Container di Request,Response e Session

Parameters:
request -
Returns:
@throws Exception
Throws:
java.lang.Exception