| Package | com.adobe.livecycle.assembler.client |
| Class | public class AssemblerServiceClient |
| Inheritance | AssemblerServiceClient Object
|
| Method | Defined by | ||
|---|---|---|---|
|
AssemblerServiceClient(ServiceClientFactory serviceClientFactory)
Used to create an AssemblerService client.
| AssemblerServiceClient | ||
|
String getVersion()
Retrieves the implementation version of Assembler.
| AssemblerServiceClient | ||
|
Executes the DDX contained in
ddx on the given input documents (inputs), returning an com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents. | AssemblerServiceClient | ||
| AssemblerServiceClient | () |
public AssemblerServiceClient(ServiceClientFactory serviceClientFactory)Used to create an AssemblerService client.
ParametersserviceClientFactory — The service client factory needed to create an instance of the AssemblerService client. |
| getVersion | () |
public String getVersion()Retrieves the implementation version of Assembler.
ReturnsA java.lang.String describing the implementation version of Assembler, including the build number. |
| invokeDDX | () |
public AssemblerResult invokeDDX(Document ddx, Map inputs, AssemblerOptionSpec environment)Executes the DDX contained in ddx on the given input documents (inputs), returning an com.adobe.livecycle.assembler.client.AssemblerResult object containing the result documents. All input and output com.adobe.idp.Document objects are owned by the caller and should be disposed of properly.
Parameters
ddx — The DDX, specified as a com.adobe.idp.Document object. |
|
inputs — A java.util.Map of input documents. The keys are logical names to be referenced in the DDX. A name may reference:
|
|
environment — An com.adobe.livecycle.assembler.client.AssemblerOptionSpec containing log and failure mode key value pairs. |
| An com.adobe.livecycle.assembler.client.AssemblerResult containing the result documents. |
OperationException — Any throwable exception that occurs is converted to an com.adobe.livecycle.assembler.client.OperationException or a subclass. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/livecycle/assembler/client/AssemblerServiceClient.html