|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4corba.jbi.component.runtime.ServiceDescriptor.OperationDescriptor
public static final class ServiceDescriptor.OperationDescriptor
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 |
---|
public static final String IN_ONLY_MEP
public static final String ROBUST_IN_ONLY_MEP
public static final String IN_OUT_MEP
public static final String IN_OPTIONAL_OUT_MEP
Constructor Detail |
---|
public ServiceDescriptor.OperationDescriptor()
Method Detail |
---|
public QName getServiceType()
public void setServiceType(QName serviceType)
serviceType
- New value of property ServiceType.public String getName()
public void setName(String name)
mName
- New value of property mName.public String getInput()
public void setInput(String input)
mInput
- New value of property mInput.public String getOutput()
public void setOutput(String output)
mOutput
- New value of property mOutput.public String getMEP()
public void setMEP(String MEP)
mMEP
- New value of property mMEP.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |