- serviceInterface - Variable in class org.resthub.rpc.AMQPHessianProxyFactory
-
- setCompressed(boolean) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Specifies if the requests/responses should be compressed.
- setConcurentConsumers(int) - Method in class org.resthub.rpc.HessianEndpoint
-
Set the number of concurent consumers
- setConnectionFactory(ConnectionFactory) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Set the connectionFactory
- setConnectionFactory(ConnectionFactory) - Method in class org.resthub.rpc.HessianEndpoint
-
Set the connectionFactory
- setDebug(boolean) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Sets the debug mode.
- setHessian2Reply(boolean) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
True if the proxy can read Hessian 2 responses.
- setHessian2Request(boolean) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
True if the proxy should send Hessian 2 requests.
- setOverloadEnabled(boolean) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
set true if overloaded methods are allowed (using mangling)
- setQueuePrefix(String) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Sets the prefix of the queue that receives the hessian requests.
- setQueuePrefix(String) - Method in class org.resthub.rpc.HessianEndpoint
-
Sets the prefix of the queue created to receive the hessian requests.
- setReadTimeout(long) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Sets the socket timeout on requests in milliseconds.
- setSendCollectionType(boolean) - Method in class org.resthub.rpc.HessianEndpoint
-
Sets the serializer send collection java type.
- setSerializerFactory(SerializerFactory) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Sets the serializer factory.
- setSerializerFactory(SerializerFactory) - Method in class org.resthub.rpc.HessianEndpoint
-
Sets the serializer factory.
- setSerializerFactory(SerializerFactory) - Method in class org.resthub.rpc.RawMessageDelegate
-
Sets the serializer factory.
- setServiceAPI(Class<?>) - Method in class org.resthub.rpc.HessianEndpoint
-
Specifies the interface of the service.
- setServiceAPI(Class<?>) - Method in class org.resthub.rpc.RawMessageDelegate
-
Specifies the interface of the service.
- setServiceImpl(Object) - Method in class org.resthub.rpc.HessianEndpoint
-
Specifies the object implementing the service.
- setServiceImpl(Object) - Method in class org.resthub.rpc.RawMessageDelegate
-
Specifies the object implementing the service.
- setServiceInterface(Class<?>) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
-
Set the interface implemented by the proxy.