org.objectweb.jonas.ws.axis.JonasHandler Class Reference

List of all members.

Public Member Functions

void onFault (MessageContext msgContext)
void invoke (MessageContext msgContext) throws AxisFault

Detailed Description

This handler is called before all application specific handlers It allows to process some jonas specific stuff like setting the bean environment for example.
Author:
Philippe Durieux

Definition at line 52 of file JonasHandler.java.


Member Function Documentation

void org.objectweb.jonas.ws.axis.JonasHandler.invoke MessageContext  msgContext  )  throws AxisFault
 

Called on request and then on reply if no fault occured.

Parameters:
msgContext MessageContext
Exceptions:
AxisFault if the handler cannot get the service endpoint home

Definition at line 95 of file JonasHandler.java.

References org.objectweb.jonas_ejb.container.JServiceEndpointHome.checkSecurity(), org.objectweb.jonas_ejb.container.JServiceEndpointHome.resetCompCtx(), and org.objectweb.jonas_ejb.container.JServiceEndpointHome.setCompCtx().

Here is the call graph for this function:

void org.objectweb.jonas.ws.axis.JonasHandler.onFault MessageContext  msgContext  ) 
 

Called on reply if a fault occured.

Parameters:
msgContext MessageContext

Definition at line 78 of file JonasHandler.java.

References org.objectweb.jonas_ejb.container.JServiceEndpointHome.resetCompCtx().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:09:53 2005 for JOnAS by  doxygen 1.3.9.1