Class LiveCycleInvocationParams

java.lang.Object
com.ptc.wvs.server.util.LiveCycleInvocationParams

public class LiveCycleInvocationParams extends Object
Holder for parameters to be used when making an SOAP call to an Adobe LiveCycle Assembler service.

Supported API: true

Extendable: false
  • 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

      public Map<String,byte[]> getInputs()
      Get the inputs map.

      Supported API: true
      Returns:
      Returns the
    • setInputs

      public void setInputs(Map<String,byte[]> inputs)
      Set the inputs map.

      Supported API: true
      Parameters:
      inputs - - A inputs map that associates source alias defined in the given DDX to content.