org.apache.wsif.providers.jca.toolplugin
Class OperationSelection

java.lang.Object
  extended by org.apache.wsif.providers.jca.toolplugin.OperationSelection
All Implemented Interfaces:
java.io.Serializable

public class OperationSelection
extends java.lang.Object
implements java.io.Serializable

The OperationSelection class is the representation of a selected Operation that is passed to the getDefinition operation of the ImportService. Tool environments are responsible for constructing instances of this object and passing them to the Import service.

Author:
Hesham Fahmy , Piotr Przybylski
See Also:
Serialized Form

Constructor Summary
OperationSelection(java.lang.String operationName, java.lang.String inputName, java.lang.String outputName)
           
 
Method Summary
 java.lang.String getInputName()
           
 java.lang.String getOperationName()
           
 java.lang.String getOutputName()
           
 void setInputName(java.lang.String inputName)
           
 void setOperationName(java.lang.String operationName)
           
 void setOutputName(java.lang.String outputName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationSelection

public OperationSelection(java.lang.String operationName,
                          java.lang.String inputName,
                          java.lang.String outputName)
Method Detail

getOperationName

public java.lang.String getOperationName()

getInputName

public java.lang.String getInputName()

getOutputName

public java.lang.String getOutputName()

setOperationName

public void setOperationName(java.lang.String operationName)

setInputName

public void setInputName(java.lang.String inputName)

setOutputName

public void setOutputName(java.lang.String outputName)


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.