Table of Contents

Search

  1. Preface
  2. RulePoint Interfaces
  3. RulePoint Services
  4. Custom Service API
  5. Java Adapter for REST API
  6. RulePoint REST API
  7. Sample XML and JSON Requests and Responses
  8. RulePoint Pluggable Authentication Module
  9. HTTP Request and Response Attributes

Developer Guide

Developer Guide

@Service Annotation Code

@Service Annotation Code

/** * Annotation used to mark and provide metadata for a service * * */ @Target(value=ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface Service { // Class Metadata. Used to populate the BeanDescriptor String name(); String configClassName() default ""; String displayName(); String description(); String connectionTypeName() default ""; // The type of the service: SOURCE/CONNECTION/RESPONDER/ANALYTIC/MARSHALLER ServiceType serviceType(); }

0 COMMENTS

We’d like to hear from you!