Package com.iizix.ws.engine
Class WSParameter
java.lang.Object
com.iizix.ws.engine.WSParameter
A Web Service parameter consists of a Parameter name and a Value. As the Web Service Request can possibly contain several parameters with the same name (e.g. Google Translate), a Map cannot be used to store the values.
- Author:
- Christopher Mindus
Field Summary
FieldsModifier and TypeFieldDescriptionfinal boolean
The flag if this parameter is used in the URI path.The parameter name.The Value.Constructor Summary
ConstructorsConstructorDescriptionWSParameter
(String paramName, String value, boolean isURIPathParameter) Constructor.Method Summary