aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2017-10-19 17:09:44 +0000
committerEric Debeau <eric.debeau@orange.com>2017-10-19 17:10:20 +0000
commitd057eddb13ea27009095b5553de5fad9a29485e3 (patch)
treeea5a8097b723f86708bc31d5b7d336a8d8adc663
parent911c2a76215a7a826e642fced260d075e157a420 (diff)
Change ECOMP by ONAP
Change-Id: I0285454e18d52257f992b1283ddad4246a781aa8 Issue-ID: DOC-104 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
-rw-r--r--docs/APPC Client Library Guide/APPC Client Library Guide.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/APPC Client Library Guide/APPC Client Library Guide.rst b/docs/APPC Client Library Guide/APPC Client Library Guide.rst
index 37b8716ad..8f1fb0a15 100644
--- a/docs/APPC Client Library Guide/APPC Client Library Guide.rst
+++ b/docs/APPC Client Library Guide/APPC Client Library Guide.rst
@@ -25,9 +25,9 @@ This document is for an advanced technical audience, which includes engineers an
Related Documentation
---------------------
-For additional information, see
+For additional information, see
- :ref:`appc_api_guide`
+ :ref:`appc_api_guide`
Client Library Background
@@ -73,7 +73,7 @@ Synchronous Flow
Client Library Usage
====================
-
+
Jar Files
---------
@@ -84,7 +84,7 @@ The Java application that runs the APPC client kit uses the following jar files:
The client library JAR files are located in the repository under ``com\\att\\appc\\client``.
-Initialization
+Initialization
--------------
Initialize the client by calling the following method:
@@ -151,7 +151,7 @@ There may be multiple calls to the ResponseHandler for each response returned by
LifeCycleManagerStateful Interface
----------------------------------
-Generated from the APPC Yang model, this interface defines the services and request/response requirements for the ECOMP APPC component. For example, for LCM Command Audit, the following is defined:
+Generated from the APPC Yang model, this interface defines the services and request/response requirements for the ONAP APPC component. For example, for LCM Command Audit, the following is defined:
``@RPC(name="audit", outputType=AuditOutput.class)``
@@ -175,8 +175,8 @@ appc-provider-lcm
This defines the services and request/response requirements for the APPC component.
-Methods
---------
+Methods
+-------
The methods should match the actions described in the LCM API Guide. For each method: