org.sblim.wbem.http
Class HttpContentHandler

java.lang.Object
  extended by org.sblim.wbem.http.HttpContentHandler
Direct Known Subclasses:
CIMIndicationHandler

public abstract class HttpContentHandler
extends java.lang.Object


Constructor Summary
HttpContentHandler()
           
 
Method Summary
abstract  void close()
           
abstract  void handleContent(MessageReader pMr, MessageWriter pMw, java.net.InetAddress pInetAdress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpContentHandler

public HttpContentHandler()
Method Detail

handleContent

public abstract void handleContent(MessageReader pMr,
                                   MessageWriter pMw,
                                   java.net.InetAddress pInetAdress)
                            throws HttpException,
                                   java.io.IOException
Throws:
HttpException
java.io.IOException

close

public abstract void close()


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.