|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.hessian.client.HessianProxyFactory
com.exadel.flamingo.javafx.seam.hessian.client.FlamingoHessianProxyFactory
public class FlamingoHessianProxyFactory
Extends HessianProxyfactory to create FlamingoHessianProxy.
| Field Summary |
|---|
| Fields inherited from class com.caucho.hessian.client.HessianProxyFactory |
|---|
log |
| Constructor Summary | |
|---|---|
FlamingoHessianProxyFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
create(java.lang.Class api,
java.lang.String urlName,
java.lang.ClassLoader loader)
Creates a new proxy with the specified URL. |
com.caucho.hessian.io.AbstractHessianOutput |
getHessianOutput(java.io.OutputStream os)
Dirty fix. |
protected java.net.URLConnection |
openConnection(java.net.URL url)
Creates the URL connection. |
| Methods inherited from class com.caucho.hessian.client.HessianProxyFactory |
|---|
create, create, encode, getHessianInput, getObjectInstance, getReadTimeout, getRemoteResolver, getSerializerFactory, isChunkedPost, isDebug, isOverloadEnabled, setChunkedPost, setConnectionFactoryName, setDebug, setHessian2Reply, setHessian2Request, setOverloadEnabled, setPassword, setReadTimeout, setSerializerFactory, setUser |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlamingoHessianProxyFactory()
| Method Detail |
|---|
protected java.net.URLConnection openConnection(java.net.URL url)
throws java.io.IOException
openConnection in class com.caucho.hessian.client.HessianProxyFactoryjava.io.IOExceptionpublic com.caucho.hessian.io.AbstractHessianOutput getHessianOutput(java.io.OutputStream os)
getHessianOutput in class com.caucho.hessian.client.HessianProxyFactoryos - OutputStream
public java.lang.Object create(java.lang.Class api,
java.lang.String urlName,
java.lang.ClassLoader loader)
throws java.net.MalformedURLException
String url = "http://localhost:8080/ejb/hello"); HelloHome hello = (HelloHome) factory.create(HelloHome.class, url);
create in class com.caucho.hessian.client.HessianProxyFactoryapi - the interface the proxy class needs to implementurlName - the URL where the client object is located.
java.net.MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||