| java.lang.Object com.sun.jbi.binding.jms.OperationBean
OperationBean | final public class OperationBean (Code) | | Stores the data related to an operation.
author: Sun Microsystems Inc. |
OperationBean | public OperationBean()(Code) | | Creates a new OperationBean object.
|
OperationBean | public OperationBean(String namespace, String name, String mep, String input, String output)(Code) | | Creates a new OperationBean object.
Parameters: namespace - namespace. Parameters: name - name. Parameters: mep - mep. Parameters: input - input type. Parameters: output - putput type. |
getInputType | public java.lang.String getInputType()(Code) | | Getter for property mInputType.
Value of property mInputType. |
getNamespace | public String getNamespace()(Code) | | Gets the operation namespace.
namespace. |
getOutputType | public java.lang.String getOutputType()(Code) | | Getter for property mOutputType.
Value of property mOutputType. |
getQName | public String getQName()(Code) | | Gets the QName.
returns the operation Qname. |
setInputType | public void setInputType(java.lang.String mInputType)(Code) | | Setter for property mInputType.
Parameters: mInputType - New value of property mInputType. |
setMep | public void setMep(java.lang.String mMep)(Code) | | Setter for property mMep.
Parameters: mMep - New value of property mMep. |
setName | public void setName(java.lang.String mName)(Code) | | Setter for property mName.
Parameters: mName - New value of property mName. |
setNamespace | public void setNamespace(String namespace)(Code) | | Sets the namespace.
Parameters: namespace - namespace. |
setOutputType | public void setOutputType(java.lang.String mOutputType)(Code) | | Setter for property mOutputType.
Parameters: mOutputType - New value of property mOutputType. |
|
|