|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mx4j.adaptor.http.CommandProcessorUtil
Contains utilities common to CommandProcessor objects
Constructor Summary | |
CommandProcessorUtil()
|
Method Summary | |
protected static java.lang.Object |
createParameterValue(java.lang.String parameterType,
java.lang.String parameterValue)
Creates a parameter object of the given type containing a given value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandProcessorUtil()
Method Detail |
protected static java.lang.Object createParameterValue(java.lang.String parameterType, java.lang.String parameterValue) throws java.lang.Exception
parameterType
- Indicates the type of the parameter, for instance java.lang.StringparameterValue
- The value of the parameter as a StringThrown
- in case there is a data conversion error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |