Uses of Interface
com.iizix.ws.engine.IReplyContent
Package
Description
Uses of IReplyContent in com.iizigo.ws.editor
Modifier and TypeMethodDescriptionboolean
IEditorReplyProcessor.couldBecomeProcessor
(IReplyContent reply) Verifies if this processor could potentially become a valid processor if it receives identification information.IEditorReplyProcessor.createFirstProcessorIdentification
(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.IEditorReplyProcessor.setReply
(IReplyContent reply) Updates the output for the processor with a new reply that should replace the old one.ModifierConstructorDescriptionNewReplyProcessorWizard
(FilteredCommonViewer viewer, EditorOutputProps output, IReplyContent reply) Creates the text table wizard.Uses of IReplyContent in com.iizigo.ws.prop
Modifier and TypeMethodDescriptionEditorOutputProps.getMatchingProcessor
(IReplyContent reply) Verifies if the reply matches the current output properties.Uses of IReplyContent in com.iizigo.ws.prop.json
Modifier and TypeMethodDescriptionboolean
EditorJSONReplyDocument.couldBecomeProcessor
(IReplyContent reply) Verifies if this processor could potentially become a valid processor if it receives identification information.EditorJSONReplyDocument.createFirstProcessorIdentification
(EditorOutputProps output, IReplyContent reply) Creates the required identification properties to start to become a valid processor.EditorJSONReplyDocument.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
Modifier and TypeMethodDescriptionIReplyProcessor.getReplyMatch
(IReplyContent reply) Called to verify if the reply matches the reply format of this processor.void
IReplyProcessor.processReply
(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.Uses of IReplyContent in com.iizix.ws.engine
Modifier and TypeClassDescriptionclass
Class for a "text/*" reply used for plain or HTML text.Modifier and TypeMethodDescriptionIExecuteWebService.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.RESTfulReply.processReply
(List<IReplyContent> replyContents) Processes the URL connection to read the data for the request.Modifier and TypeMethodDescriptionRESTfulReply.processReply
(List<IReplyContent> replyContents) Processes the URL connection to read the data for the request.Uses of IReplyContent in com.iizix.ws.engine.json
Uses of IReplyContent in com.iizix.ws.engine.xml
Uses of IReplyContent in com.iizix.ws.prop
Modifier and TypeMethodDescriptionabstract IReplyContent
AbstractInputProps.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.RESTfulInputProps.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.WebServiceProp.doExecute
(IAppSessionGyro appGyro, boolean doPerform) Executes the Web Service request.Modifier and TypeMethodDescriptionOutputProps.getMatchingProcessor
(IReplyContent reply) Verifies if the reply matches the current output properties.OutputProps.getMatchingProcessors
(IReplyContent reply) Verifies if the reply matches the current output properties.Uses of IReplyContent in com.iizix.ws.prop.json
Modifier and TypeMethodDescriptionJSONReplyDocument.getReplyMatch
(IReplyContent reply) Called to verify if the reply matches the reply format of this processor.void
JSONReplyDocument.processReply
(IAppSessionGyro appGyro, OutputProps output, IReplyContent reply) Processes the reply contents for the Web Service.