Package com.adobe.livecycle.assembler.client
Classpublic class AssemblerServiceClient
InheritanceAssemblerServiceClient Inheritance Object

This is the class used by clients of the AssemblerService.



Public Methods
 MethodDefined by
  
Used to create an AssemblerService client.
AssemblerServiceClient
  
String getVersion()
Retrieves the implementation version of Assembler.
AssemblerServiceClient
  
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.
AssemblerServiceClient
Constructor Detail
AssemblerServiceClient()
public AssemblerServiceClient(ServiceClientFactory serviceClientFactory)

Used to create an AssemblerService client.

Parameters
serviceClientFactory — The service client factory needed to create an instance of the AssemblerService client.
Method Detail
getVersion()
public String getVersion()

Retrieves the implementation version of Assembler.

Returns
A 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.

Returns
An com.adobe.livecycle.assembler.client.AssemblerResult containing the result documents.

Throws
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