Java Wrapper

From Payment Processing Software Library
Revision as of 15:37, 7 October 2012 by Admin (Talk | contribs)

Jump to: navigation, search
This article is part of the
Payment Processing Software Library

Categories

Get it...

Credit Card Software
Download

Install it...

Installation
Upgrade & Migration

Connect to it...

Point Of Sale Integration

Set it up...

Quick Start Guide
Setup
Processor Setup

Licensing

Learn to use it...

Manual & User Guide
Knowledge Base
Frequently Asked Questions
Compliance Guide
Merchant Account Rates
User Interface Guides

Fix it...

Errors & Troubleshooting
Knowledge Base
Corrupted Install Repair

Get Help...

Contact
Processor Support Contacts

More Info ...

Glossary
Articles

See also...

911 Software
Help

CreditLine Payment Processing Software Java Integration. This site can also be reached at http://docs.911software.com

Looking for better rates?   Get a Free Credit Card Processing Cost Comparison!

This guide serves to illustrate the integration using JAVA.
The java wrapper JAR file wrapps our standard DLL.
After compiling with the wrapper, please refer to CreditLine DLL API Integration document for full API details.

Inventory

  1. Java wrapper clcjavaapi.jar can be found either in 911\BIN directory or obtained from us
  2. The interface header file CLCAPIW.h located in 911\BIN directory. This header contains the ENTIRE listing of available API.
  3. The library file CLCAPIW2.DLL located in 911\BIN directory.
  4. CreditLine DLL API Integration documentation

Sample

Please see JAVA Sample link