|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.remoting.samples.http.WebInvocationHandler
public class WebInvocationHandler
Remoting handler implementation for http invocations to show how to return different data to client.
| Field Summary | |
|---|---|
static java.lang.String |
HTML_PAGE_RESPONSE
|
static java.lang.String |
NULL_RETURN_PARAM
|
static ComplexObject |
OBJECT_RESPONSE_VALUE
|
static java.lang.String |
OBJECT_RETURN_PARAM
|
static java.lang.String |
RESPONSE_VALUE
|
static java.lang.String |
STRING_RETURN_PARAM
|
| Constructor Summary | |
|---|---|
WebInvocationHandler()
|
|
| Method Summary | |
|---|---|
void |
addListener(InvokerCallbackHandler callbackHandler)
Adds a callback handler that will listen for callbacks from the server invoker handler. |
java.lang.Object |
invoke(InvocationRequest invocation)
called to handle a specific invocation |
void |
removeListener(InvokerCallbackHandler callbackHandler)
Removes the callback handler that was listening for callbacks from the server invoker handler. |
void |
setInvoker(ServerInvoker invoker)
set the invoker that owns this handler |
void |
setMBeanServer(javax.management.MBeanServer server)
set the mbean server that the handler can reference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.remoting.ServerInvocationHandler |
|---|
toString |
| Field Detail |
|---|
public static final java.lang.String RESPONSE_VALUE
public static final ComplexObject OBJECT_RESPONSE_VALUE
public static final java.lang.String HTML_PAGE_RESPONSE
public static final java.lang.String NULL_RETURN_PARAM
public static final java.lang.String OBJECT_RETURN_PARAM
public static final java.lang.String STRING_RETURN_PARAM
| Constructor Detail |
|---|
public WebInvocationHandler()
| Method Detail |
|---|
public java.lang.Object invoke(InvocationRequest invocation)
throws java.lang.Throwable
invoke in interface ServerInvocationHandlerinvocation -
java.lang.Throwablepublic void addListener(InvokerCallbackHandler callbackHandler)
addListener in interface ServerInvocationHandlercallbackHandler - public void removeListener(InvokerCallbackHandler callbackHandler)
removeListener in interface ServerInvocationHandlercallbackHandler - public void setMBeanServer(javax.management.MBeanServer server)
setMBeanServer in interface ServerInvocationHandlerserver - public void setInvoker(ServerInvoker invoker)
setInvoker in interface ServerInvocationHandlerinvoker -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||