Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
H
I
O
R
S
A
AMQPHessianProxy
- Class in
org.apache.qpid.contrib.hessian
Proxy implementation for Hessian clients.
AMQPHessianProxyFactory
- Class in
org.apache.qpid.contrib.hessian
Factory for creating Hessian client stubs.
AMQPHessianProxyFactory()
- Constructor for class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Creates the new proxy factory.
C
create(Class<T>, String)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Creates a new proxy with the specified URL.
create(Class<T>, String, ClassLoader)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Creates a new proxy with the specified URL.
G
getConnectTimeout()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Returns the socket timeout on connect in milliseconds.
getQueuePrefix()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Returns the prefix of the queue that receives the hessian requests.
getQueuePrefix()
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Returns the prefix of the queue created to receive the hessian requests.
getReadTimeout()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Returns the socket timeout on requests in milliseconds.
getRemoteResolver()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Returns the remote resolver.
getSerializerFactory()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Gets the serializer factory.
getSerializerFactory()
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Gets the serializer factory.
H
HessianEndpoint
- Class in
org.apache.qpid.contrib.hessian
Endpoint for serving Hessian services.
HessianEndpoint()
- Constructor for class org.apache.qpid.contrib.hessian.
HessianEndpoint
Creates an hessian endpoint.
HessianEndpoint(Object)
- Constructor for class org.apache.qpid.contrib.hessian.
HessianEndpoint
Creates an hessian endpoint for the specified service.
I
invoke(Object, Method, Object[])
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxy
Handles the object invocation.
isCompressed()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Indicates if the requests/responses should be compressed.
isDebug()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Gets the debug mode.
isOverloadEnabled()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Returns true if overloaded methods are allowed (using mangling)
O
openConnection()
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Creates the URL connection.
org.apache.qpid.contrib.hessian
- package org.apache.qpid.contrib.hessian
R
run(Connection)
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Starts the endpoint on the connection specified.
S
setCompressed(boolean)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Specifies if the requests/responses should be compressed.
setConnectTimeout(long)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the socket timeout on connect in milliseconds.
setDebug(boolean)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the debug mode.
setHessian2Reply(boolean)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
True if the proxy can read Hessian 2 responses.
setHessian2Request(boolean)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
True if the proxy should send Hessian 2 requests.
setOverloadEnabled(boolean)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
set true if overloaded methods are allowed (using mangling)
setPassword(String)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the password of the user connecting to the AMQP server.
setQueuePrefix(String)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the prefix of the queue that receives the hessian requests.
setQueuePrefix(String)
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Sets the prefix of the queue created to receive the hessian requests.
setReadTimeout(long)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the socket timeout on requests in milliseconds.
setSendCollectionType(boolean)
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Sets the serializer send collection java type.
setSerializerFactory(SerializerFactory)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the serializer factory.
setSerializerFactory(SerializerFactory)
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Sets the serializer factory.
setServiceAPI(Class)
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Specifies the interface of the service.
setServiceImpl(Object)
- Method in class org.apache.qpid.contrib.hessian.
HessianEndpoint
Specifies the object implementing the service.
setUser(String)
- Method in class org.apache.qpid.contrib.hessian.
AMQPHessianProxyFactory
Sets the user connecting to the AMQP server.
A
C
G
H
I
O
R
S
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010-2012. All Rights Reserved.