org.openejb.webadmin
Interface HttpObject

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface HttpObject
extends javax.ejb.EJBObject

The standard EJB Object interface for the webadmin

Author:
Tim Uberg, David Blevins

Method Summary
 void onMessage(HttpRequest request, HttpResponse response)
          This is the main method for all the web admin beans.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

onMessage

void onMessage(HttpRequest request,
               HttpResponse response)
               throws java.rmi.RemoteException
This is the main method for all the web admin beans. It does all the processing and delegates work as necessary.

Parameters:
request - the HTTP request object
response - the HTTP response object
Throws:
RemoteException - if an exception is thrown


Copyright © 1999-2011 OpenEJB. All Rights Reserved.