|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.server.http.HttpJmsServer
org.exolab.jms.server.http.HttpsJmsServer
public class HttpsJmsServer
This class enables clients to connect to the JMS server via a HTTP server. It must be used in conjunction with the TCP connector.
Constructor Summary | |
---|---|
HttpsJmsServer()
Construct a new HttpsJmsServer |
Method Summary | |
---|---|
protected 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 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 |
---|
public HttpsJmsServer()
HttpsJmsServer
Method Detail |
---|
public void init() throws ServerException
init
in interface JmsServerIfc
init
in class HttpJmsServer
ServerException
- if SSL support can't be initialisedprotected SchemeType getScheme()
getScheme
in class HttpJmsServer
protected HttpConfigurationType getHttpConfiguration()
getHttpConfiguration
in class HttpJmsServer
protected java.lang.String getHttpServerProperty()
getHttpServerProperty
in class HttpJmsServer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |