it.imolinfo.jbi4corba.jbi.component.runtime
Class ServiceDescriptor.OperationDescriptor

java.lang.Object
  extended by it.imolinfo.jbi4corba.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
Enclosing class:
ServiceDescriptor

public static final class ServiceDescriptor.OperationDescriptor
extends Object


Field Summary
static String IN_ONLY_MEP
          In Only MEP.
static String IN_OPTIONAL_OUT_MEP
          In Optional Out MEP.
static String IN_OUT_MEP
          In Out MEP.
static String ROBUST_IN_ONLY_MEP
          Robust In Only MEP.
 
Constructor Summary
ServiceDescriptor.OperationDescriptor()
           
 
Method Summary
 String getInput()
          Getter for property mInput.
 String getMEP()
          Getter for property mMEP.
 String getName()
          Getter for property mName.
 String getOutput()
          Getter for property mOutput.
 QName getServiceType()
          Getter for property mName.
 void setInput(String input)
          Setter for property mInput.
 void setMEP(String MEP)
          Setter for property mMEP.
 void setName(String name)
          Setter for property mName.
 void setOutput(String output)
          Setter for property mOutput.
 void setServiceType(QName serviceType)
          Setter for property ServiceType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_ONLY_MEP

public static final String IN_ONLY_MEP
In Only MEP.

See Also:
Constant Field Values

ROBUST_IN_ONLY_MEP

public static final String ROBUST_IN_ONLY_MEP
Robust In Only MEP.

See Also:
Constant Field Values

IN_OUT_MEP

public static final String IN_OUT_MEP
In Out MEP.

See Also:
Constant Field Values

IN_OPTIONAL_OUT_MEP

public static final String IN_OPTIONAL_OUT_MEP
In Optional Out MEP.

See Also:
Constant Field Values
Constructor Detail

ServiceDescriptor.OperationDescriptor

public ServiceDescriptor.OperationDescriptor()
Method Detail

getServiceType

public QName getServiceType()
Getter for property mName.

Returns:
Value of property mName.

setServiceType

public void setServiceType(QName serviceType)
Setter for property ServiceType.

Parameters:
serviceType - New value of property ServiceType.

getName

public String getName()
Getter for property mName.

Returns:
Value of property mName.

setName

public void setName(String name)
Setter for property mName.

Parameters:
mName - New value of property mName.

getInput

public String getInput()
Getter for property mInput.

Returns:
Value of property mInput.

setInput

public void setInput(String input)
Setter for property mInput.

Parameters:
mInput - New value of property mInput.

getOutput

public String getOutput()
Getter for property mOutput.

Returns:
Value of property mOutput.

setOutput

public void setOutput(String output)
Setter for property mOutput.

Parameters:
mOutput - New value of property mOutput.

getMEP

public String getMEP()
Getter for property mMEP.

Returns:
Value of property mMEP.

setMEP

public void setMEP(String MEP)
Setter for property mMEP.

Parameters:
mMEP - New value of property mMEP.


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.