Package com.adaptris.as400.params
Interface ServiceInputParameter
-
- All Known Implementing Classes:
ConstantCommandParameter,MetadataCommandParameter,PayloadCommandParameter
public interface ServiceInputParameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtranslate(AdaptrisMessage source, StringParameter target)Export a parameter from AdaptrisMessage object into String command
-
-
-
Method Detail
-
translate
void translate(AdaptrisMessage source, StringParameter target) throws java.lang.Exception
Export a parameter from AdaptrisMessage object into String command- Parameters:
source- the String returned from the as400 commandtarget- the Destination AdaptrisMessage- Throws:
java.lang.Exception
-
-