From d057eddb13ea27009095b5553de5fad9a29485e3 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Thu, 19 Oct 2017 17:09:44 +0000 Subject: Change ECOMP by ONAP Change-Id: I0285454e18d52257f992b1283ddad4246a781aa8 Issue-ID: DOC-104 Signed-off-by: Eric Debeau --- .../APPC Client Library Guide.rst | 14 +++++++------- 1 file 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: -- cgit 1.2.3-korg