com.mjh.switchrmi.protocol.html
Class HtmlRequest

java.lang.Object
  |
  +--com.mjh.switchrmi.protocol.html.HtmlRequest
All Implemented Interfaces:
RmiRequest

public class HtmlRequest
extends java.lang.Object
implements RmiRequest


Constructor Summary
HtmlRequest()
           
 
Method Summary
 java.lang.Object[] getArguments()
           
 java.lang.Class[] getArgumentTypes()
           
 java.lang.String getEncodedMethodSignature()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.String getMethodName()
           
 java.lang.String getReturnType()
           
 java.lang.String[] getStringArgumentTypes()
           
 void setArguments(java.lang.Object[] args)
           
 void setEncodedMethodSignature(java.lang.String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlRequest

public HtmlRequest()
Method Detail

setEncodedMethodSignature

public void setEncodedMethodSignature(java.lang.String string)
Specified by:
setEncodedMethodSignature in interface RmiRequest

getEncodedMethodSignature

public java.lang.String getEncodedMethodSignature()
Specified by:
getEncodedMethodSignature in interface RmiRequest

setArguments

public void setArguments(java.lang.Object[] args)
Specified by:
setArguments in interface RmiRequest

getArguments

public java.lang.Object[] getArguments()
Specified by:
getArguments in interface RmiRequest

getReturnType

public java.lang.String getReturnType()
Specified by:
getReturnType in interface RmiRequest

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in interface RmiRequest

getArgumentTypes

public java.lang.Class[] getArgumentTypes()
Specified by:
getArgumentTypes in interface RmiRequest

getStringArgumentTypes

public java.lang.String[] getStringArgumentTypes()
Specified by:
getStringArgumentTypes in interface RmiRequest

getMethod

public java.lang.reflect.Method getMethod()
Specified by:
getMethod in interface RmiRequest


Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.