com.caucho.remote
Annotation Type BurlapService
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
@ServiceType(defaultFactory=BurlapProtocolServletFactory.class)
public @interface BurlapService
The @BurlapService registers a service with the burlap protocol
<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:BurlapService urlPattern="/my-service"/>
</mypkg:MyService>
</web-app>
Required Element Summary |
java.lang.String |
urlPattern
|
urlPattern
public abstract java.lang.String urlPattern