com.caucho.remote
Annotation Type BurlapClient
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
@ProxyType(defaultFactory=BurlapProtocolProxyFactory.class)
public @interface BurlapClient
The @BurlapClient registers a client with burlap
<web-app xmlns="http://caucho.com/ns/resin"
xmlns:resin="urn:java:com.caucho.resin">
<mypkg:MyService xmlns:mypkg="urn:java:com.foo.mypkg">
<mypkg:BurlapClient url="http://localhost:8080/test"/>
</mypkg:MyService>
</web-app>
Required Element Summary |
java.lang.String |
url
|
url
public abstract java.lang.String url