public class RawMessageDelegate extends Object
| Constructor and Description |
|---|
RawMessageDelegate() |
RawMessageDelegate(Class<?> serviceAPI,
Object serviceImpl,
com.caucho.hessian.io.SerializerFactory serializerFactory) |
| Modifier and Type | Method and Description |
|---|---|
com.caucho.hessian.io.SerializerFactory |
getSerializerFactory()
Gets the serializer factory.
|
org.springframework.amqp.core.Message |
handleMessage(org.springframework.amqp.core.Message message)
Message processing
|
void |
setSerializerFactory(com.caucho.hessian.io.SerializerFactory factory)
Sets the serializer factory.
|
void |
setServiceAPI(Class<?> serviceAPI)
Specifies the interface of the service.
|
void |
setServiceImpl(Object serviceImpl)
Specifies the object implementing the service.
|
public void setServiceAPI(Class<?> serviceAPI)
public void setServiceImpl(Object serviceImpl)
public void setSerializerFactory(com.caucho.hessian.io.SerializerFactory factory)
public com.caucho.hessian.io.SerializerFactory getSerializerFactory()
public org.springframework.amqp.core.Message handleMessage(org.springframework.amqp.core.Message message)
message - Copyright © 2013. All Rights Reserved.