Package com.ptc.wvs.server.util
Class LiveCycleInvocationParams
java.lang.Object
com.ptc.wvs.server.util.LiveCycleInvocationParams
Holder for parameters to be used when making an SOAP call to
an Adobe LiveCycle Assembler service.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
-
Method Details
-
getDdx
public byte[] getDdx()Get the DDX instructions.
Supported API: true- Returns:
- A byte array of the DDX instructions.
-
setDdx
public void setDdx(byte[] ddx) Set the DDX instructions.
Supported API: true- Parameters:
ddx- - A byte array of the DDX instructions.
-
getInputs
Get the inputs map.
Supported API: true- Returns:
- Returns the
-
setInputs
Set the inputs map.
Supported API: true- Parameters:
inputs- - A inputs map that associates source alias defined in the given DDX to content.
-