public interface XMLRPCInvoke extends Invoke
The following features are supported:
SofiaPackage.getXMLRPCInvoke()| Modifier and Type | Method and Description |
|---|---|
String |
getEndParameterSequence()
Returns the value of the 'End Parameter Sequence' attribute.
|
String |
getMethodName()
Returns the value of the 'Method Name' attribute.
|
String |
getServerUri()
Returns the value of the 'Server Uri' attribute.
|
String |
getStartParameterSequence()
Returns the value of the 'Start Parameter Sequence' attribute.
|
void |
setEndParameterSequence(String value)
Sets the value of the '
End Parameter Sequence' attribute. |
void |
setMethodName(String value)
Sets the value of the '
Method Name' attribute. |
void |
setServerUri(String value)
Sets the value of the '
Server Uri' attribute. |
void |
setStartParameterSequence(String value)
Sets the value of the '
Start Parameter Sequence' attribute. |
getDescription, getParentstep, getPorts, getResource, getType, setDescription, setParentstep, setResource, setTypegetId, setIdgetContext, getControlProcess, getControlProcessId, getEplQuery, getGoal, isCyberPhysical, setContext, setControlProcess, setControlProcessId, setCyberPhysical, setEplQuery, setGoalString getServerUri()
If the meaning of the 'Server Uri' attribute isn't clear, there really should be more of a description here...
setServerUri(String),
SofiaPackage.getXMLRPCInvoke_ServerUri()void setServerUri(String value)
Server Uri' attribute.
value - the new value of the 'Server Uri' attribute.getServerUri()String getMethodName()
If the meaning of the 'Method Name' attribute isn't clear, there really should be more of a description here...
setMethodName(String),
SofiaPackage.getXMLRPCInvoke_MethodName()void setMethodName(String value)
Method Name' attribute.
value - the new value of the 'Method Name' attribute.getMethodName()String getStartParameterSequence()
If the meaning of the 'Start Parameter Sequence' attribute isn't clear, there really should be more of a description here...
setStartParameterSequence(String),
SofiaPackage.getXMLRPCInvoke_StartParameterSequence()void setStartParameterSequence(String value)
Start Parameter Sequence' attribute.
value - the new value of the 'Start Parameter Sequence' attribute.getStartParameterSequence()String getEndParameterSequence()
If the meaning of the 'End Parameter Sequence' attribute isn't clear, there really should be more of a description here...
setEndParameterSequence(String),
SofiaPackage.getXMLRPCInvoke_EndParameterSequence()void setEndParameterSequence(String value)
End Parameter Sequence' attribute.
value - the new value of the 'End Parameter Sequence' attribute.getEndParameterSequence()Copyright © 2018. All rights reserved.