org.sblim.wbem.client.indications

Class CIMIndicationHandler


public class CIMIndicationHandler
extends HttpContentHandler

Handles the HTTP connections, providing the necesary interfaces for CIMListener server.

Constructor Summary

CIMIndicationHandler(CIMEventDispatcher pDispatcher)
CIMIndicationHandler(CIMEventDispatcher pDispatcher, SessionProperties pProperties)

Method Summary

void
close()
int
getMsgID()
void
handleContent(MessageReader pReader, MessageWriter pWriter, InetAddress pInetAddress)

Methods inherited from class org.sblim.wbem.http.HttpContentHandler

close, handleContent

Constructor Details

CIMIndicationHandler

public CIMIndicationHandler(CIMEventDispatcher pDispatcher)

CIMIndicationHandler

public CIMIndicationHandler(CIMEventDispatcher pDispatcher,
                            SessionProperties pProperties)

Method Details

close

public void close()
Overrides:
close in interface HttpContentHandler

getMsgID

public int getMsgID()

handleContent

public void handleContent(MessageReader pReader,
                          MessageWriter pWriter,
                          InetAddress pInetAddress)
            throws HttpException,
                   IOException
Overrides:
handleContent in interface HttpContentHandler

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