- setArguments(List<String>) - Method in class org.apache.servicemix.exec.marshaler.ExecRequest
-
This attribute defines the system command arguments.
- setCommand(String) - Method in class org.apache.servicemix.exec.ExecEndpoint
-
This attribute specifies the default command to use if no is provided in
the incoming message.
- setCommand(String) - Method in class org.apache.servicemix.exec.marshaler.ExecRequest
-
This attribute defines the system command to execute.
- setEndpoints(ExecEndpoint[]) - Method in class org.apache.servicemix.exec.ExecComponent
-
Set the component endpoints
- setEndTime(long) - Method in class org.apache.servicemix.exec.marshaler.ExecResponse
-
This attribute defines the system command execution end time (timestamp).
- setErrorData(StringBuffer) - Method in class org.apache.servicemix.exec.marshaler.ExecResponse
-
This attribute defines the system command execution error buffer.
- setExecutionDuration(long) - Method in class org.apache.servicemix.exec.marshaler.ExecResponse
-
This attribute defines the system command execution duration.
- setExitCode(int) - Method in class org.apache.servicemix.exec.marshaler.ExecResponse
-
This attribute defines the system command execution exit code.
- setMarshaler(ExecMarshalerSupport) - Method in class org.apache.servicemix.exec.ExecEndpoint
-
With this method you can specify a marshaler class which provides the
logic for converting a message into a execution command.
- setOutputData(StringBuffer) - Method in class org.apache.servicemix.exec.marshaler.ExecResponse
-
This attribute defines the system command execution output buffer.
- setStartTime(long) - Method in class org.apache.servicemix.exec.marshaler.ExecResponse
-
This attribute defines the system command execution start time (timestamp).
- setWsdl(Resource) - Method in class org.apache.servicemix.exec.ExecEndpoint
-
This attribute specifies the abstract WSDL describing the endpoint behavior.