Uses of Interface
com.mjh.switchrmi.RmiRequest

Packages that use RmiRequest
com.mjh.switchrmi   
com.mjh.switchrmi.protocol.html   
com.mjh.switchrmi.protocol.raw   
com.mjh.switchrmi.protocol.xmlrpc   
 

Uses of RmiRequest in com.mjh.switchrmi
 

Classes in com.mjh.switchrmi that implement RmiRequest
 class RmiRequestImpl
           
 

Methods in com.mjh.switchrmi that return RmiRequest
 RmiRequest RmiProtocol.readRequest(RmiContext context)
           
 RmiRequest RmiProtocol.createRequest(java.lang.reflect.Method method, java.lang.Object[] args, RmiContext context)
           
 

Methods in com.mjh.switchrmi with parameters of type RmiRequest
 void RmiProtocol.writeRequest(RmiRequest request, RmiContext context)
           
 RmiResponse RmiProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 

Constructors in com.mjh.switchrmi with parameters of type RmiRequest
RmiResponseImpl(RmiRequest req, java.lang.Object obj)
           
 

Uses of RmiRequest in com.mjh.switchrmi.protocol.html
 

Classes in com.mjh.switchrmi.protocol.html that implement RmiRequest
 class HtmlRequest
           
 

Methods in com.mjh.switchrmi.protocol.html that return RmiRequest
 RmiRequest HtmlProtocol.createRequest(java.lang.reflect.Method method, java.lang.Object[] args, RmiContext context)
           
 RmiRequest HtmlProtocol.readRequest(RmiContext context)
           
 

Methods in com.mjh.switchrmi.protocol.html with parameters of type RmiRequest
 RmiResponse HtmlProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 void HtmlProtocol.writeRequest(RmiRequest request, RmiContext context)
           
 

Uses of RmiRequest in com.mjh.switchrmi.protocol.raw
 

Methods in com.mjh.switchrmi.protocol.raw that return RmiRequest
 RmiRequest RawProtocol.createRequest(java.lang.reflect.Method method, java.lang.Object[] args, RmiContext context)
           
 RmiRequest RawProtocol.readRequest(RmiContext context)
           
 

Methods in com.mjh.switchrmi.protocol.raw with parameters of type RmiRequest
 RmiResponse RawProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 void RawProtocol.writeRequest(RmiRequest request, RmiContext context)
           
 

Uses of RmiRequest in com.mjh.switchrmi.protocol.xmlrpc
 

Methods in com.mjh.switchrmi.protocol.xmlrpc that return RmiRequest
 RmiRequest XmlRpcProtocol.createRequest(java.lang.reflect.Method method, java.lang.Object[] args, RmiContext context)
           
 RmiRequest XmlRpcProtocol.readRequest(RmiContext context)
           
 

Methods in com.mjh.switchrmi.protocol.xmlrpc with parameters of type RmiRequest
 RmiResponse XmlRpcProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 void XmlRpcProtocol.writeRequest(RmiRequest req, RmiContext context)
           
 



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