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

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

public static final class ServiceDescriptor.OperationDescriptor
extends java.lang.Object


Field Summary
static java.lang.String IN_ONLY_MEP
          In Only MEP.
static java.lang.String IN_OPTIONAL_OUT_MEP
          In Optional Out MEP.
static java.lang.String IN_OUT_MEP
          In Out MEP.
static java.lang.String ROBUST_IN_ONLY_MEP
          Robust In Only MEP.
 
Constructor Summary
ServiceDescriptor.OperationDescriptor()
           
 
Method Summary
 java.lang.String getInput()
          Getter for property mInput.
 java.lang.String getMEP()
          Getter for property mMEP.
 java.lang.String getName()
          Getter for property mName.
 java.lang.String getOutput()
          Getter for property mOutput.
 javax.xml.namespace.QName getServiceType()
          Getter for property mName.
 void setInput(java.lang.String input)
          Setter for property mInput.
 void setMEP(java.lang.String MEP)
          Setter for property mMEP.
 void setName(java.lang.String name)
          Setter for property mName.
 void setOutput(java.lang.String output)
          Setter for property mOutput.
 void setServiceType(javax.xml.namespace.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 java.lang.String IN_ONLY_MEP
In Only MEP.

See Also:
Constant Field Values

ROBUST_IN_ONLY_MEP

public static final java.lang.String ROBUST_IN_ONLY_MEP
Robust In Only MEP.

See Also:
Constant Field Values

IN_OUT_MEP

public static final java.lang.String IN_OUT_MEP
In Out MEP.

See Also:
Constant Field Values

IN_OPTIONAL_OUT_MEP

public static final java.lang.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 javax.xml.namespace.QName getServiceType()
Getter for property mName.

Returns:
Value of property mName.

setServiceType

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

Parameters:
serviceType - New value of property ServiceType.

getName

public java.lang.String getName()
Getter for property mName.

Returns:
Value of property mName.

setName

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

Parameters:
mName - New value of property mName.

getInput

public java.lang.String getInput()
Getter for property mInput.

Returns:
Value of property mInput.

setInput

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

Parameters:
mInput - New value of property mInput.

getOutput

public java.lang.String getOutput()
Getter for property mOutput.

Returns:
Value of property mOutput.

setOutput

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

Parameters:
mOutput - New value of property mOutput.

getMEP

public java.lang.String getMEP()
Getter for property mMEP.

Returns:
Value of property mMEP.

setMEP

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

Parameters:
mMEP - New value of property mMEP.


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.