A C D G H I O R S 

A

afterPropertiesSet() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
 
afterPropertiesSet() - Method in class org.resthub.rpc.AMQPHessianProxyFactoryBean
 
afterPropertiesSet() - Method in class org.resthub.rpc.HessianEndpoint
 
AMQPHessianProxy - Class in org.resthub.rpc
Proxy implementation for Hessian clients.
AMQPHessianProxyFactory - Class in org.resthub.rpc
Factory for creating Hessian client stubs.
AMQPHessianProxyFactory() - Constructor for class org.resthub.rpc.AMQPHessianProxyFactory
Creates the new proxy factory.
AMQPHessianProxyFactoryBean - Class in org.resthub.rpc
FactoryBean for Sprimg AMQP Hessian proxies.
AMQPHessianProxyFactoryBean() - Constructor for class org.resthub.rpc.AMQPHessianProxyFactoryBean
 

C

create(Class<T>) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Creates a new proxy from the specified interface.

D

destroy() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Destroys the reply listener
destroy() - Method in class org.resthub.rpc.HessianEndpoint
Destroys the listenerContainer instance.

G

getConcurentConsumers() - Method in class org.resthub.rpc.HessianEndpoint
Get the number of concurent consumers
getConnectionFactory() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Get the connectionFactory
getConnectionFactory() - Method in class org.resthub.rpc.HessianEndpoint
Get the connectionFactory
getObject() - Method in class org.resthub.rpc.AMQPHessianProxyFactoryBean
 
getObjectType() - Method in class org.resthub.rpc.AMQPHessianProxyFactoryBean
 
getQueuePrefix() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Returns the prefix of the queue that receives the hessian requests.
getQueuePrefix() - Method in class org.resthub.rpc.HessianEndpoint
Returns the prefix of the queue created to receive the hessian requests.
getReadTimeout() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Returns the socket timeout on requests in milliseconds.
getRemoteResolver() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Returns the remote resolver.
getRequestExchangeName(Class<?>) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Return the name of the request exchange for the service.
getRequestQueueName(Class<?>) - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Return the name of the request queue for the service.
getSerializerFactory() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Gets the serializer factory.
getSerializerFactory() - Method in class org.resthub.rpc.HessianEndpoint
Gets the serializer factory.
getSerializerFactory() - Method in class org.resthub.rpc.RawMessageDelegate
Gets the serializer factory.
getServiceInterface() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Get the service interface
getTemplate() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Get the RabbitMQ template

H

handleMessage(Message) - Method in class org.resthub.rpc.RawMessageDelegate
Message processing
HessianEndpoint - Class in org.resthub.rpc
Endpoint for serving Hessian services.
HessianEndpoint() - Constructor for class org.resthub.rpc.HessianEndpoint
Creates an hessian endpoint.
HessianEndpoint(Object) - Constructor for class org.resthub.rpc.HessianEndpoint
Creates an hessian endpoint for the specified service.

I

invoke(Object, Method, Object[]) - Method in class org.resthub.rpc.AMQPHessianProxy
Handles the object invocation.
isCompressed() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Indicates if the requests/responses should be compressed.
isDebug() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Gets the debug mode.
isOverloadEnabled() - Method in class org.resthub.rpc.AMQPHessianProxyFactory
Returns true if overloaded methods are allowed (using mangling)
isSingleton() - Method in class org.resthub.rpc.AMQPHessianProxyFactoryBean
 

O

org.resthub.rpc - package org.resthub.rpc
 

R

RawMessageDelegate - Class in org.resthub.rpc
Requests processing
RawMessageDelegate() - Constructor for class org.resthub.rpc.RawMessageDelegate
 
RawMessageDelegate(Class<?>, Object, SerializerFactory) - Constructor for class org.resthub.rpc.RawMessageDelegate
 
run() - Method in class org.resthub.rpc.HessianEndpoint
Starts the endpoint on the connection specified.

S

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.
A C D G H I O R S 

Copyright © 2012. All Rights Reserved.