org.jboss.mq.il.http
Class HTTPServerILFactory

java.lang.Object
  extended byorg.jboss.mq.il.http.HTTPServerILFactory
All Implemented Interfaces:
ServerILFactory (src)

public class HTTPServerILFactory
extends java.lang.Object
implements ServerILFactory (src)

The HTTP/S implementation of the ServerILFactory object.


Field Summary
static java.lang.String CLIENT_IL_SERVICE
           
static java.lang.String REST_INTERVAL_KEY
           
static java.lang.String SERVER_IL_FACTORY
           
static java.lang.String SERVER_URL_KEY
           
static java.lang.String TIMEOUT_KEY
           
 
Fields inherited from interface org.jboss.mq.il.ServerILFactory (src)
CLIENT_IL_SERVICE_KEY, CLIENTID, PING_PERIOD_KEY, SERVER_IL_FACTORY_KEY
 
Constructor Summary
HTTPServerILFactory()
           
 
Method Summary
 ServerIL (src) getServerIL()
           
 void init(java.util.Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_IL_FACTORY

public static final java.lang.String SERVER_IL_FACTORY

CLIENT_IL_SERVICE

public static final java.lang.String CLIENT_IL_SERVICE

SERVER_URL_KEY

public static final java.lang.String SERVER_URL_KEY
See Also:
Constant Field Values (src)

TIMEOUT_KEY

public static final java.lang.String TIMEOUT_KEY
See Also:
Constant Field Values (src)

REST_INTERVAL_KEY

public static final java.lang.String REST_INTERVAL_KEY
See Also:
Constant Field Values (src)
Constructor Detail

HTTPServerILFactory

public HTTPServerILFactory()
Method Detail

getServerIL

public ServerIL (src)  getServerIL()
                     throws java.lang.Exception
Specified by:
getServerIL in interface ServerILFactory (src)
Throws:
java.lang.Exception

init

public void init(java.util.Properties props)
          throws java.lang.Exception
Specified by:
init in interface ServerILFactory (src)
Throws:
java.lang.Exception