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

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

Subinterfaces of SFOutput in com.ibm.etools.sfm.sfpi
 interface SFChannelOutput
          SFChannelOutput represents the output to a channel operation.
 

Methods in com.ibm.etools.sfm.sfpi that return SFOutput
static SFOutput SFOperationFactory.createOutput(SFMessage message)
          Creates an output to an operation.
 SFOutput SFOperation.getOutput()
           
 

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