com.mjh.switchrmi.protocol.html
Class HtmlProtocol
java.lang.Object
|
+--com.mjh.switchrmi.protocol.html.HtmlProtocol
- All Implemented Interfaces:
- RmiProtocol
- public class HtmlProtocol
- extends java.lang.Object
- implements RmiProtocol
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlProtocol
public HtmlProtocol()
getName
public java.lang.String getName()
- Specified by:
getName in interface RmiProtocol
getMimeType
public java.lang.String getMimeType()
- Specified by:
getMimeType in interface RmiProtocol
createRequest
public RmiRequest createRequest(java.lang.reflect.Method method,
java.lang.Object[] args,
RmiContext context)
- Specified by:
createRequest in interface RmiProtocol
createResponse
public RmiResponse createResponse(RmiRequest request,
java.lang.Object result,
RmiContext context)
- Specified by:
createResponse in interface RmiProtocol
writeRequest
public void writeRequest(RmiRequest request,
RmiContext context)
throws java.lang.Exception
- Specified by:
writeRequest in interface RmiProtocol
java.lang.Exception
readResponse
public RmiResponse readResponse(RmiContext context)
throws java.lang.Exception
- Specified by:
readResponse in interface RmiProtocol
java.lang.Exception
readRequest
public RmiRequest readRequest(RmiContext context)
throws java.lang.Exception
- Specified by:
readRequest in interface RmiProtocol
java.lang.Exception
writeResponse
public void writeResponse(RmiResponse response,
RmiContext context)
throws java.lang.Exception
- Specified by:
writeResponse in interface RmiProtocol
java.lang.Exception
Copyright © 2002-2002 Michael J. Henderson & Associates, LLC. All Rights Reserved.