com.amazonaws.services.simpleworkflow.flow
Class WorkflowSelfClientBase
java.lang.Object
com.amazonaws.services.simpleworkflow.flow.WorkflowSelfClientBase
- All Implemented Interfaces:
- WorkflowSelfClient
public abstract class WorkflowSelfClientBase
- extends Object
- implements WorkflowSelfClient
WorkflowSelfClientBase
public WorkflowSelfClientBase(GenericWorkflowClient genericClient,
DataConverter dataConverter,
StartWorkflowOptions schedulingOptions)
getDataConverter
public DataConverter getDataConverter()
- Specified by:
getDataConverter
in interface WorkflowSelfClient
setDataConverter
public void setDataConverter(DataConverter converter)
- Specified by:
setDataConverter
in interface WorkflowSelfClient
getSchedulingOptions
public StartWorkflowOptions getSchedulingOptions()
- Specified by:
getSchedulingOptions
in interface WorkflowSelfClient
setSchedulingOptions
public void setSchedulingOptions(StartWorkflowOptions schedulingOptions)
- Specified by:
setSchedulingOptions
in interface WorkflowSelfClient
getGenericClient
public GenericWorkflowClient getGenericClient()
- Specified by:
getGenericClient
in interface WorkflowSelfClient
setGenericClient
public void setGenericClient(GenericWorkflowClient genericClient)
- Specified by:
setGenericClient
in interface WorkflowSelfClient
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.