org.exolab.jms.server.http
Class HttpsJmsServer

java.lang.Object
  |
  +--org.exolab.jms.server.http.HttpJmsServer
        |
        +--org.exolab.jms.server.http.HttpsJmsServer
All Implemented Interfaces:
JmsServerIfc

public class HttpsJmsServer
extends HttpJmsServer

This class enables clients to connect to the JMS server via a HTTP server. It must be used in conjunction with the TCP connector.

Version:
$Revision: 1.2 $ $Date: 2003/08/07 13:33:08 $
Author:
Jim Mourikis

Constructor Summary
HttpsJmsServer()
          Construct a new HttpsJmsServer
 
Method Summary
protected  org.exolab.jms.config.HttpConfigurationType getHttpConfiguration()
          Returns the HTTP configuration
protected  java.lang.String getHttpServerProperty()
          Returns the HTTP server URL property name, used in the construction of connection factories
protected  org.exolab.jms.config.types.SchemeType getScheme()
          Returns the connector scheme for this server.
 void init()
          Initialise the server
 
Methods inherited from class org.exolab.jms.server.http.HttpJmsServer
bindConnectionFactories, getHttpServerURL, normalizeHost
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsJmsServer

public HttpsJmsServer()
Construct a new HttpsJmsServer
Method Detail

init

public void init()
          throws ServerException
Initialise the server
Overrides:
init in class HttpJmsServer
Throws:
ServerException - if SSL support can't be initialised

getScheme

protected org.exolab.jms.config.types.SchemeType getScheme()
Returns the connector scheme for this server.
Overrides:
getScheme in class HttpJmsServer

getHttpConfiguration

protected org.exolab.jms.config.HttpConfigurationType getHttpConfiguration()
Returns the HTTP configuration
Overrides:
getHttpConfiguration in class HttpJmsServer

getHttpServerProperty

protected java.lang.String getHttpServerProperty()
Returns the HTTP server URL property name, used in the construction of connection factories
Overrides:
getHttpServerProperty in class HttpJmsServer


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.