|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.frascati.fscript.procedures.AddBinding
org.ow2.frascati.fscript.procedures.AddWsBinding
public class AddWsBinding
Implements the add-ws-binding() function which adds
a WS binding to the SCA service/reference given as argument.
The second argument is the WS URI.
| Field Summary |
|---|
| Fields inherited from class org.ow2.frascati.fscript.procedures.AddBinding |
|---|
CLASSLOADER, logger, model, PLUGIN_ID |
| Fields inherited from interface org.ow2.frascati.fscript.procedures.ScaNativeProcedure |
|---|
MODEL_ITF_NAME |
| Constructor Summary | |
|---|---|
AddWsBinding()
Default constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
apply(java.util.List<java.lang.Object> args,
org.objectweb.fractal.fscript.interpreter.Context ctx)
Parse arguments and call createBinding() |
java.lang.String |
getName()
Returns the name of the procedure. |
org.objectweb.fractal.fscript.types.Signature |
getSignature()
Returns the signature of this procedure. |
boolean |
isPureFunction()
Tests whether this procedure is a pure function (i.e. without side-effect), or an action (with potential side-effects). |
| Methods inherited from class org.ow2.frascati.fscript.procedures.AddBinding |
|---|
bindFc, createBinding, listFc, lookupFc, unbindFc |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddWsBinding()
| Method Detail |
|---|
public final java.lang.String getName()
public final org.objectweb.fractal.fscript.types.Signature getSignature()
public final boolean isPureFunction()
true if this procedure is a pure function.
public final java.lang.Object apply(java.util.List<java.lang.Object> args,
org.objectweb.fractal.fscript.interpreter.Context ctx)
throws org.objectweb.fractal.fscript.ScriptExecutionError
org.objectweb.fractal.fscript.ScriptExecutionError
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||