Uses of Interface
com.iizix.ws.api.IReplyProcessor
Packages that use IReplyProcessor Package Description com.iizigo.ws.editor com.iizigo.ws.prop.json com.iizix.ws.prop com.iizix.ws.prop.json Uses of IReplyProcessor in com.iizigo.ws.editor
Subinterfaces of IReplyProcessor in com.iizigo.ws.editor Modifier and Type Interface Description interface
IEditorReplyProcessor
The reply processor for the Designer.Uses of IReplyProcessor in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IReplyProcessor Modifier and Type Class Description class
EditorJSONReplyDocument
Editor version of the JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).Uses of IReplyProcessor in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return IReplyProcessor Modifier and Type Method Description IReplyProcessor
OutputProps. getMatchingProcessor(IReplyContent reply)
Verifies if the reply matches the current output properties.Methods in com.iizix.ws.prop that return types with arguments of type IReplyProcessor Modifier and Type Method Description java.util.List<IReplyProcessor>
OutputProps. getMatchingProcessors(IReplyContent reply)
Verifies if the reply matches the current output properties.Uses of IReplyProcessor in com.iizix.ws.prop.json
Classes in com.iizix.ws.prop.json that implement IReplyProcessor Modifier and Type Class Description class
JSONReplyDocument
The JSON reply document contains information that identifies the reply transaction and maps the structured data into VSFields and VSTables (or columns).