Package org.apache.activemq.transport
Class MarshallingTransportFilter
- java.lang.Object
-
- org.apache.activemq.transport.TransportFilter
-
- org.apache.activemq.transport.MarshallingTransportFilter
-
- All Implemented Interfaces:
Service,Transport,TransportListener
public class MarshallingTransportFilter extends TransportFilter
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.transport.TransportFilter
next, transportListener
-
-
Constructor Summary
Constructors Constructor Description MarshallingTransportFilter(Transport next, WireFormat localWireFormat, WireFormat remoteWireFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonCommand(Object command)called to process a commandvoidoneway(Object command)A one way asynchronous send-
Methods inherited from class org.apache.activemq.transport.TransportFilter
asyncRequest, getNext, getPeerCertificates, getReceiveCounter, getRemoteAddress, getTransportListener, getWireFormat, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, onException, reconnect, request, request, setPeerCertificates, setTransportListener, start, stop, toString, transportInterupted, transportResumed, updateURIs
-
-
-
-
Constructor Detail
-
MarshallingTransportFilter
public MarshallingTransportFilter(Transport next, WireFormat localWireFormat, WireFormat remoteWireFormat)
-
-
Method Detail
-
oneway
public void oneway(Object command) throws IOException
Description copied from interface:TransportA one way asynchronous send- Specified by:
onewayin interfaceTransport- Overrides:
onewayin classTransportFilter- Throws:
IOException
-
onCommand
public void onCommand(Object command)
Description copied from interface:TransportListenercalled to process a command- Specified by:
onCommandin interfaceTransportListener- Overrides:
onCommandin classTransportFilter
-
-