org.biomoby.service
Annotation Type mobyService
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
@Inherited
public @interface mobyService
Indicates that the annotated class is a MOBY Semantic Web Service,
and provides the information that will populate the MOBY Central
registry for this service instance. For information on how to use this
interface, please see the MobyServlet HOW-TO.
name
public abstract String name
provider
public abstract String provider
author
public abstract String author
in
public abstract String[] in
out
public abstract String[] out
type
public abstract String type
description
public abstract String[] description
secondaryParams
public abstract String[] secondaryParams
- Default:
- {}
centralEndpoint
public abstract String centralEndpoint
- The URL of the Moby Central server with which the service will be registered. If left blank or null, the default MOBY Central will be used.
- Default:
- ""
authoritative
public abstract boolean authoritative
- Default:
- false
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010