|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.exadel.flamingo.javafx.seam.hessian.client.FlamingoHessianProxy
public class FlamingoHessianProxy
Provides read/write operations for Seam conversationId as header
to hessian's call/reply. It writes conversationId to header during
request to server, and read conversationId
to ConversationStore from server's response.
| Method Summary | |
|---|---|
java.net.URL |
getURL()
Returns the proxy's URL. |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Handles the object invocation. |
protected java.lang.String |
mangleName(java.lang.reflect.Method method)
|
protected java.net.URLConnection |
sendRequest(java.lang.String methodName,
java.lang.Object[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.net.URL getURL()
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerproxy - the proxy object to invokemethod - the method to callargs - the arguments to the proxy object
java.lang.Throwableprotected java.lang.String mangleName(java.lang.reflect.Method method)
protected java.net.URLConnection sendRequest(java.lang.String methodName,
java.lang.Object[] args)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||