net.sbbi.upnp.jmx
Interface HttpRequestHandler

All Known Implementing Classes:
HttpGetRequest, HttpPostRequest, HttpSubscriptionRequest

public interface HttpRequestHandler

Interface to define how a class must handle an http request

Version:
1.0
Author:
SuperBonBon

Method Summary
 java.lang.String service(java.util.Set devices, HttpRequest request)
          Handles the HTTP request
 

Method Detail

service

public java.lang.String service(java.util.Set devices,
                                HttpRequest request)
Handles the HTTP request

Parameters:
devices - the potential target UPNPMBeanDevice objects
request - teh client http request
Returns:
the content who should be sent to the client or null if the request does not match any target UPNPMBeanDevice provided in the Set


Copyright © 2005 SuperBonBon Industries. All Rights Reserved.