org.jboss.proxy
Interface IClientContainer

All Known Implementing Classes:
ClientContainerEx (src)

public interface IClientContainer

An interface implemented by the ClientContainer to provide access to the client proxy interceptors and InvocationContext.


Method Summary
 java.util.ArrayList getInterceptors()
          Access a copy of the proxy container interceptor stack.
 InvocationContext (src) getInvocationContext()
          Access the InvocationContext associated with the proxy by the server side proxy factory.
 void setInterceptors(java.util.ArrayList interceptors)
          Set the proxy container interceptor stack.
 

Method Detail

getInterceptors

public java.util.ArrayList getInterceptors()
Access a copy of the proxy container interceptor stack.

Returns:
ArrayList

setInterceptors

public void setInterceptors(java.util.ArrayList interceptors)
Set the proxy container interceptor stack.

Parameters:
interceptors - - ArrayList to install as the new interceptor stack

getInvocationContext

public InvocationContext (src)  getInvocationContext()
Access the InvocationContext associated with the proxy by the server side proxy factory. The contents of this will depend on the proxy factory.

Returns:
The proxy creation time InvocationContext