org.deegree_impl.enterprise.control
Class RPCWebEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.deegree_impl.enterprise.control.WebEvent
          extended byorg.deegree_impl.enterprise.control.RPCWebEvent
All Implemented Interfaces:
FormEvent, java.io.Serializable

public class RPCWebEvent
extends WebEvent

Author:
Administrator
See Also:
Serialized Form

Field Summary
private  RPCMethodCall mc
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
RPCWebEvent(HttpServletRequest request)
          Creates a new instance of RPCWebEvent
RPCWebEvent(HttpServletRequest request, RPCMethodCall mc)
          Creates a new instance of RPCWebEvent
 
Method Summary
private  RPCMethodCall getMethodCall(ServletRequest request)
          extracts the RPC method call from the
 RPCMethodCall getRPCMethodCall()
          returns the the RPC methodcall extracted from the HttpServletRequest passed to the first constructor.
 
Methods inherited from class org.deegree_impl.enterprise.control.WebEvent
getDocumentPath, getParameter, getRequestUser, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.deegree.enterprise.control.FormEvent
getSource
 

Field Detail

mc

private RPCMethodCall mc
Constructor Detail

RPCWebEvent

public RPCWebEvent(HttpServletRequest request)
Creates a new instance of RPCWebEvent


RPCWebEvent

public RPCWebEvent(HttpServletRequest request,
                   RPCMethodCall mc)
Creates a new instance of RPCWebEvent

Method Detail

getRPCMethodCall

public RPCMethodCall getRPCMethodCall()
returns the the RPC methodcall extracted from the HttpServletRequest passed to the first constructor.


getMethodCall

private RPCMethodCall getMethodCall(ServletRequest request)
                             throws RPCException
extracts the RPC method call from the

Throws:
RPCException