org.mule.providers.ssl
Class SslMessageReceiver.SslStreamWorker
java.lang.Object
org.mule.providers.AbstractReceiverWorker
org.mule.providers.AbstractReceiverResourceWorker
org.mule.providers.tcp.TcpMessageReceiver.TcpWorker
org.mule.providers.tcp.TcpMessageReceiver.TcpStreamWorker
org.mule.providers.ssl.SslMessageReceiver.SslStreamWorker
- All Implemented Interfaces:
- Runnable, javax.resource.spi.work.Work, Disposable
- Enclosing class:
- SslMessageReceiver
protected class SslMessageReceiver.SslStreamWorker
- extends TcpMessageReceiver.TcpStreamWorker
Method Summary |
protected void |
preRouteMuleMessage(MuleMessage message)
This callback is called before a message is routed into Mule and can be used by the worker to set connection
specific properties to message before it gets routed |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslMessageReceiver.SslStreamWorker
public SslMessageReceiver.SslStreamWorker(Socket socket,
AbstractMessageReceiver receiver)
throws IOException
- Throws:
IOException
preRouteMuleMessage
protected void preRouteMuleMessage(MuleMessage message)
throws Exception
- Description copied from class:
AbstractReceiverWorker
- This callback is called before a message is routed into Mule and can be used by the worker to set connection
specific properties to message before it gets routed
- Overrides:
preRouteMuleMessage
in class TcpMessageReceiver.TcpWorker
- Parameters:
message
- the next message to be processed
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.