Uses of Interface
com.iizix.ws.engine.IReplyContent
Packages that use IReplyContent
Package
Description
Uses of IReplyContent in com.iizigo.ws.editor
Methods in com.iizigo.ws.editor with parameters of type IReplyContentModifier 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.Constructors in com.iizigo.ws.editor with parameters of type IReplyContentModifierConstructorDescriptionNewReplyProcessorWizard
(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 IReplyContentModifier and TypeMethodDescriptionEditorOutputProps.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 IReplyContentModifier 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
Methods in com.iizix.ws.api with parameters of type IReplyContentModifier 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
Classes in com.iizix.ws.engine that implement IReplyContentModifier and TypeClassDescriptionclass
Class for a "text/*" reply used for plain or HTML text.Methods in com.iizix.ws.engine that return IReplyContentModifier 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.Method parameters in com.iizix.ws.engine with type arguments of type IReplyContentModifier 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
Classes in com.iizix.ws.engine.json that implement IReplyContentUses of IReplyContent in com.iizix.ws.engine.xml
Classes in com.iizix.ws.engine.xml that implement IReplyContentUses of IReplyContent in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return IReplyContentModifier 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.Methods in com.iizix.ws.prop with parameters of type IReplyContentModifier 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
Methods in com.iizix.ws.prop.json with parameters of type IReplyContentModifier 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.