| org.jboss.proxy.IClientContainer
All known Subclasses: org.jboss.proxy.ClientContainerEx,
IClientContainer | public interface IClientContainer (Code) | | An interface implemented by the ClientContainer to provide access to
the client proxy interceptors and InvocationContext.
author: Scott.Stark@jboss.org version: $Revision: 57209 $ |
getInterceptors | public ArrayList getInterceptors()(Code) | | Access a copy of the proxy container interceptor stack.
ArrayList |
getInvocationContext | public InvocationContext getInvocationContext()(Code) | | Access the InvocationContext associated with the proxy by the
server side proxy factory. The contents of this will depend on
the proxy factory.
The proxy creation time InvocationContext |
setInterceptors | public void setInterceptors(ArrayList interceptors)(Code) | | Set the proxy container interceptor stack.
Parameters: interceptors - - ArrayList toinstall as the new interceptor stack |
|
|