Uses of Interface
com.iizix.ws.engine.IReplyContent
Uses of IReplyContent in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor with parameters of type IReplyContent Modifier and Type Method Description booleanIEditorReplyProcessor. couldBecomeProcessor(IReplyContent reply)Verifies if this processor could potentially become a valid processor if it receives identification information.PropCnrIEditorReplyProcessor. createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)Creates the required identification properties to start to become a valid processor.DesignerPropIEditorReplyProcessor. setReply(IReplyContent reply)Updates the output for the processor with a new reply that should replace the old one.Constructors in com.iizigo.ws.editor with parameters of type IReplyContent Constructor Description NewReplyProcessorWizard(FilteredCommonViewer viewer, EditorOutputProps output, IReplyContent reply)Creates the text table wizard.Uses of IReplyContent in com.iizigo.ws.prop
Methods in com.iizigo.ws.prop with parameters of type IReplyContent Modifier and Type Method Description IEditorReplyProcessorEditorOutputProps. getMatchingProcessor(IReplyContent reply)Verifies if the reply matches the current output properties.Uses of IReplyContent in com.iizigo.ws.prop.json
Methods in com.iizigo.ws.prop.json with parameters of type IReplyContent Modifier and Type Method Description booleanEditorJSONReplyDocument. couldBecomeProcessor(IReplyContent reply)Verifies if this processor could potentially become a valid processor if it receives identification information.PropCnrEditorJSONReplyDocument. createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)Creates the required identification properties to start to become a valid processor.DesignerPropEditorJSONReplyDocument. setReply(IReplyContent reply)Updates the output for the processor with a new reply that should replace the old one.Uses of IReplyContent in com.iizix.ws.api
Methods in com.iizix.ws.api with parameters of type IReplyContent Modifier and Type Method Description java.lang.StringIReplyProcessor. getReplyMatch(IReplyContent reply)Called to verify if the reply matches the reply format of this processor.voidIReplyProcessor. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)Processes the reply contents for the Web Service.Uses of IReplyContent in com.iizix.ws.engine
Classes in com.iizix.ws.engine that implement IReplyContent Modifier and Type Class Description classTextReplyClass for a "text/*" reply used for plain or HTML text.Methods in com.iizix.ws.engine that return IReplyContent Modifier and Type Method Description IReplyContentIExecuteWebService. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.IReplyContentRESTfulReply. processReply(java.util.List<IReplyContent> replyContents)Processes the URL connection to read the data for the request.Method parameters in com.iizix.ws.engine with type arguments of type IReplyContent Modifier and Type Method Description IReplyContentRESTfulReply. processReply(java.util.List<IReplyContent> replyContents)Processes the URL connection to read the data for the request.Uses of IReplyContent in com.iizix.ws.engine.json
Classes in com.iizix.ws.engine.json that implement IReplyContent Modifier and Type Class Description classJSONReplyClass for a JSON reply.Uses of IReplyContent in com.iizix.ws.engine.xml
Classes in com.iizix.ws.engine.xml that implement IReplyContent Modifier and Type Class Description classXMLReplyClass for a JSON reply.Uses of IReplyContent in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return IReplyContent Modifier and Type Method Description abstract IReplyContentAbstractInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.IReplyContentRESTfulInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.IReplyContentWebServiceProp. doExecute(IAppSessionGyro appGyro, boolean doPerform)Executes the Web Service request.Methods in com.iizix.ws.prop with parameters of type IReplyContent Modifier and Type Method Description IReplyProcessorOutputProps. getMatchingProcessor(IReplyContent reply)Verifies if the reply matches the current output properties.java.util.List<IReplyProcessor>OutputProps. getMatchingProcessors(IReplyContent reply)Verifies if the reply matches the current output properties.Uses of IReplyContent in com.iizix.ws.prop.json
Methods in com.iizix.ws.prop.json with parameters of type IReplyContent Modifier and Type Method Description java.lang.StringJSONReplyDocument. getReplyMatch(IReplyContent reply)Called to verify if the reply matches the reply format of this processor.voidJSONReplyDocument. processReply(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply)Processes the reply contents for the Web Service.