org.jboss.remoting.transport.web
Class WebServerInvoker.CreatedInvocationRequest

java.lang.Object
  extended by org.jboss.remoting.InvocationRequest
      extended by org.jboss.remoting.transport.web.WebServerInvoker.CreatedInvocationRequest
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WebServerInvoker

protected static class WebServerInvoker.CreatedInvocationRequest
extends InvocationRequest

See Also:
Serialized Form

Constructor Summary
WebServerInvoker.CreatedInvocationRequest(java.lang.String sessionId, java.lang.String subsystem, java.lang.Object arg, java.util.Map requestPayload, java.util.Map returnPayload, InvokerLocator locator)
           
 
Method Summary
 
Methods inherited from class org.jboss.remoting.InvocationRequest
getLocator, getParameter, getRequestPayload, getReturnPayload, getSessionId, getSubsystem, setLocator, setParameter, setRequestPayload, setReturnPayload, setSessionId, setSubsystem, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebServerInvoker.CreatedInvocationRequest

public WebServerInvoker.CreatedInvocationRequest(java.lang.String sessionId,
                                                 java.lang.String subsystem,
                                                 java.lang.Object arg,
                                                 java.util.Map requestPayload,
                                                 java.util.Map returnPayload,
                                                 InvokerLocator locator)


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.