Uses of Interface
com.mjh.switchrmi.RmiResponse

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

Uses of RmiResponse in com.mjh.switchrmi
 

Classes in com.mjh.switchrmi that implement RmiResponse
 class RmiResponseImpl
           
 

Methods in com.mjh.switchrmi that return RmiResponse
 RmiResponse RmiProtocol.readResponse(RmiContext context)
           
 RmiResponse RmiProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 

Methods in com.mjh.switchrmi with parameters of type RmiResponse
 void RmiProtocol.writeResponse(RmiResponse response, RmiContext context)
           
 

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

Classes in com.mjh.switchrmi.protocol.html that implement RmiResponse
 class HtmlIndexResponse
           
 class HtmlResponse
           
 

Methods in com.mjh.switchrmi.protocol.html that return RmiResponse
 RmiResponse HtmlProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 RmiResponse HtmlProtocol.readResponse(RmiContext context)
           
 

Methods in com.mjh.switchrmi.protocol.html with parameters of type RmiResponse
 void HtmlProtocol.writeResponse(RmiResponse response, RmiContext context)
           
 

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

Methods in com.mjh.switchrmi.protocol.raw that return RmiResponse
 RmiResponse RawProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 RmiResponse RawProtocol.readResponse(RmiContext context)
           
 

Methods in com.mjh.switchrmi.protocol.raw with parameters of type RmiResponse
 void RawProtocol.writeResponse(RmiResponse response, RmiContext context)
           
 

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

Methods in com.mjh.switchrmi.protocol.xmlrpc that return RmiResponse
 RmiResponse XmlRpcProtocol.createResponse(RmiRequest request, java.lang.Object result, RmiContext context)
           
 RmiResponse XmlRpcProtocol.readResponse(RmiContext context)
           
 RmiResponse XmlRpcProtocol.readSynchronousResponse(RmiContext context)
           
 

Methods in com.mjh.switchrmi.protocol.xmlrpc with parameters of type RmiResponse
 void XmlRpcProtocol.writeResponse(RmiResponse response, RmiContext context)
           
 



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