Annotation Interface Publish
The name (for referencing/overriding).
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
publishid
String publishidThe publishing id, e.g. url or name. -
publishtype
String publishtypeThe publishing type, e.g. web service.- Default:
""
-
publishtarget
Class<?> publishtargetTarget interface of the service to be published service.- Default:
java.lang.Object.class
-
publishtagetname
String publishtagetnameTarget name of the provided service.- Default:
""
-
mapping
Class<?> mappingThe scope user to find the publish service. / public ServiceScope publishscope() default ServiceScope.PLATFORM; /** Flag if the service should be published to multiple locations. / public boolean multi() default false; /** The mapping information (e.g. annotated interface).- Default:
java.lang.Object.class
-