org.mule.transport.ssl
Class SslMessageReceiver.SslWorker
java.lang.Object
org.mule.transport.AbstractReceiverWorker
org.mule.transport.AbstractReceiverResourceWorker
org.mule.transport.tcp.TcpMessageReceiver.TcpWorker
org.mule.transport.ssl.SslMessageReceiver.SslWorker
- All Implemented Interfaces:
- Runnable, javax.resource.spi.work.Work, Disposable, Expirable
- Enclosing class:
- SslMessageReceiver
protected class SslMessageReceiver.SslWorker
- extends TcpMessageReceiver.TcpWorker
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 |
protected void |
shutdownSocket()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SslMessageReceiver.SslWorker
public SslMessageReceiver.SslWorker(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
shutdownSocket
protected void shutdownSocket()
throws IOException
- Overrides:
shutdownSocket
in class TcpMessageReceiver.TcpWorker
- Throws:
IOException
Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.