org.codehaus.activemq.transport.http
Class HttpTransportConnector
java.lang.Object
org.codehaus.activemq.transport.TransportServerChannelSupport
org.codehaus.activemq.transport.http.HttpTransportConnector
- All Implemented Interfaces:
- Service, TransportServerChannel
- public class HttpTransportConnector
- extends TransportServerChannelSupport
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpTransportConnector
public HttpTransportConnector(URI uri)
start
public void start()
throws JMSException
- Description copied from interface:
TransportServerChannel
- start listeneing for events
- Specified by:
start
in interface TransportServerChannel
- Overrides:
start
in class TransportServerChannelSupport
- Throws:
JMSException
stop
public void stop()
throws JMSException
- Description copied from interface:
TransportServerChannel
- close the ServerChannel
- Specified by:
stop
in interface TransportServerChannel
- Overrides:
stop
in class TransportServerChannelSupport
- Throws:
JMSException
getWireFormat
public TextWireFormat getWireFormat()
setWireFormat
public void setWireFormat(TextWireFormat wireFormat)
createWireFormat
protected TextWireFormat createWireFormat()
Copyright © 2004 Protique, Ltd.. All Rights Reserved.