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

RulePoint Java Adapter Components

RulePoint Java Adapter Components

Unzip the contents of
RulePoint_Java_Adapter_6.2.zip
to your work folder (for example, C:\api). This zip file includes the following files:
File and Location
Description
RulePointJavaAdapterJavaDoc.zip
The API reference documentation for the Java Adapter.
bin/config.properties
A sample configuration file for the Java API Adapter.
lib/rulepointAdapter.jar
The RulePoint Java API Adapter classes.
lib/jackson/jackson-core-2.0.2.jar
The Jackson Core streaming parser library required by the RulePoint Java API Adapter.
lib/jackson/jackson-annotations-2.0.2.jar
The Jackson Annotations library for annotation-based configuration required by the RulePoint Java API Adapter.
lib/jackson/jackson-databind-2.0.2.jar
The Jackson databind for data binding and tree model required by the RulePoint Java API Adapter.
lib/commons-codec-1.4.jar
The Apache Commons Codec library required by the RulePoint Java API Adapter.
lib/ joda-time-2.1.jar
A library that ensures a quality replacement for the Java date and time classes.
lib/ log4j-1.2.16.jar
A logging library for Java that enables logging at runtime without modifying the application binary.
lib/commons-httpclient-3.1.jar
The Apache HttpClient library required by the RulePoint Java API Adapter.
lib/commons-logging-1.1.1.jar
The Apache logging library required by the RulePoint Java API Adapter.
samples/build.properties
The build property file to run a sample demo. You use this file to configure which sample file to run.
samples/build.xml
The ant build script to run the sample.
samples/
The sample files that show you how to use the REST Adapter API. The samples include the following files:
  • AdvancedRuleDemo.java
  • EmailTemplateDemo.java
  • ListResponsesByFilter.java
  • DeployRuleDemo.java
  • ListRulesByFilter.java
  • PublishEventDemo.java
  • RtamTemplateDemo.java
  • RulePointLoginDemo.java
  • TemplateUpgradeDemo.java

0 COMMENTS

We’d like to hear from you!