Package org.jboss.invocation.http.server

Interface Summary
HttpInvokerMBean (src) The MBean interface for the HTTP invoker.
HttpProxyFactoryHAMBean (src) An mbean interface that extends the HttpProxyFactoryMBean to provide support for cluster aware proxies.
HttpProxyFactoryMBean (src) An mbean interface for a proxy factory that can expose any interface with RMI compatible semantics for access to remote clients using HTTP as the transport.
 

Class Summary
HAInvokerWrapper (src) This is an invoker that delegates to the target invoker and handles the wrapping of the response in an HARMIResponse with any updated HATarget info.
HttpInvoker (src) The HttpInvoker ...
HttpInvokerHA (src) An extension of the HttpInvoker and supports clustering of HTTP invokers.
HttpProxyFactory (src) Create an interface proxy that uses HTTP to communicate with the server side object that exposes the corresponding JMX invoke operation.
HttpProxyFactoryHA (src) An extension of HttpProxyFactory that supports clustering of invoker proxies.