|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bioclipse.xws.component.adhoc.function.FunctionInformation
public class FunctionInformation
Field Summary | |
---|---|
static boolean |
ASYNCHRONOUS
|
static boolean |
SYNCHRONOUS
|
Constructor Summary | |
---|---|
FunctionInformation(java.lang.String functionname,
java.lang.String description,
java.lang.String description_details,
java.lang.String input_schema,
java.lang.String output_schema,
boolean bIsTimeConsuming)
Initializes a newly created FunctionInformation object. |
Method Summary | |
---|---|
java.lang.String |
getFunctionDescription()
Returns the XMPP Service function description. |
java.lang.String |
getFunctionName()
Returns the XMPP Service function name. |
javax.xml.validation.Schema |
getInputSchema()
Returns the input XML Schema. |
net.bioclipse.xws.xmpp.iodata.IoDataElement |
getIoDataSchemata()
Returns the input/output XML Schemata. |
boolean |
isTimeConsuming()
Returns true if this is a time consuming (delayed/asynchronous) XMPP Service function. false otherwise. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final boolean ASYNCHRONOUS
public static final boolean SYNCHRONOUS
Constructor Detail |
---|
public FunctionInformation(java.lang.String functionname, java.lang.String description, java.lang.String description_details, java.lang.String input_schema, java.lang.String output_schema, boolean bIsTimeConsuming)
functionname
- The function name.description
- A short description of the function.description_details
- A more detailed description of the function.input_schema
- The XML Schema of the function input.output_schema
- The XML Schema of the function output.bIsTimeConsuming
- true if this is a time consuming (delayed/asynchronous) XMPP Service function. false otherwise.Method Detail |
---|
public java.lang.String getFunctionDescription()
public java.lang.String getFunctionName()
public boolean isTimeConsuming()
public net.bioclipse.xws.xmpp.iodata.IoDataElement getIoDataSchemata()
public javax.xml.validation.Schema getInputSchema()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |