org.apache.wsif.providers.jca.toolplugin
Class OperationSelection
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationSelection
public OperationSelection(java.lang.String operationName,
java.lang.String inputName,
java.lang.String outputName)
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.