Difference between revisions of "Java Wrapper"

From Payment Processing Software Library
Jump to: navigation, search
(Created page with "{{CreditLine Header|Integration}} This guides serves to illustrate the integration using JAVA. The java wrapper JAR file wrapps our standard DLL. After compiling with the wra...")
 
Line 1: Line 1:
{{CreditLine Header|Integration}}
+
{{CreditLine Header|Java Integration}}
  
This guides serves to illustrate the integration using JAVA.
+
'''This guides serves to illustrate the integration using JAVA.'''
The java wrapper JAR file wrapps our standard DLL.
+
<br>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.
+
<br>After compiling with the wrapper, please refer to [[CreditLine DLL API Integration]] document for full API details.
 +
==Inventory==
 +
# Java wrapper '''clcjavaapi.jar''' can be found either in '''911\BIN''' directory or obtained from us
 +
# The interface header file CLCAPIW.h located in 911\BIN directory. This header contains the ENTIRE listing of available API.
 +
# The library file CLCAPIW2.DLLlocated in 911\BIN directory.
  
 +
==Sample==
 +
Please see [http://911software.com/files/samples/Java/  JAVA Sample link]
  
 
[[Category:CreditLine Integration|JAVA Integration]]
 
[[Category:CreditLine Integration|JAVA Integration]]

Revision as of 15:36, 7 October 2012

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 guides 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.DLLlocated in 911\BIN directory.

Sample

Please see JAVA Sample link