@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @ProxyType(defaultFactory=BurlapProtocolProxyFactory.class) public @interface BurlapClient
<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>
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
url |