Uses of Interface
com.ibm.etools.sfm.sfpi.SFInput

Uses of SFInput in com.ibm.etools.sfm.sfpi
 

Subinterfaces of SFInput in com.ibm.etools.sfm.sfpi
 interface SFChannelInput
          SFChannelInput represents the input to a channel operation.
 

Methods in com.ibm.etools.sfm.sfpi that return SFInput
static SFInput SFOperationFactory.createInput(SFMessage message)
          Creates an input to an operation.
 SFInput SFOperation.getInput()
           
 

Methods in com.ibm.etools.sfm.sfpi with parameters of type SFInput
static SFOperation SFOperationFactory.createOperation(java.lang.String name, SFInput input, SFOutput output, java.util.List<SFFault> faults)
          Creates an operation.
 void SFOperation.setInput(SFInput input)
          Sets the input of the operation.