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