org.activemq.transport.http
Class HttpTransportConnector

java.lang.Object
  extended by org.activemq.transport.TransportServerChannelSupport
      extended by org.activemq.transport.http.HttpTransportConnector
All Implemented Interfaces:
org.activemq.service.Service, org.activemq.transport.TransportServerChannel
Direct Known Subclasses:
HttpsTransportConnector

public class HttpTransportConnector
extends org.activemq.transport.TransportServerChannelSupport

Version:
$Revision$

Constructor Summary
HttpTransportConnector(URI uri)
           
 
Method Summary
protected  org.activemq.io.TextWireFormat createWireFormat()
           
 org.activemq.io.TextWireFormat getWireFormat()
           
protected  void setSocketListener(org.mortbay.http.SocketListener socketListener)
           
 void setWireFormat(org.activemq.io.TextWireFormat wireFormat)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.activemq.transport.TransportServerChannelSupport
addClient, getSocketAddress, getTransportChannelListener, getUrl, removeClient, resolveHostName, setTransportChannelListener, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpTransportConnector

public HttpTransportConnector(URI uri)
Method Detail

start

public void start()
           throws JMSException
Specified by:
start in interface org.activemq.service.Service
Specified by:
start in interface org.activemq.transport.TransportServerChannel
Overrides:
start in class org.activemq.transport.TransportServerChannelSupport
Throws:
JMSException

stop

public void stop()
          throws JMSException
Specified by:
stop in interface org.activemq.service.Service
Specified by:
stop in interface org.activemq.transport.TransportServerChannel
Overrides:
stop in class org.activemq.transport.TransportServerChannelSupport
Throws:
JMSException

getWireFormat

public org.activemq.io.TextWireFormat getWireFormat()

setWireFormat

public void setWireFormat(org.activemq.io.TextWireFormat wireFormat)

createWireFormat

protected org.activemq.io.TextWireFormat createWireFormat()

setSocketListener

protected void setSocketListener(org.mortbay.http.SocketListener socketListener)


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.