org.jboss.invocation.http.servlet |
|
Java Source File Name | Type | Comment |
InvokerServlet.java | Class | This servlet accepts a post containing a MarshalledInvocation, extracts
the Invocation object, and then routes the invocation via JMX to either:
1. |
NamingFactoryServlet.java | Class | Create a Naming interface proxy that uses HTTP to communicate with the
JBoss JNDI naming service. |
ReadOnlyAccessFilter.java | Class | A serlvet filter that enforces read-only access to a single context
given by the readOnlyContext init-parameter. |