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