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 boolean
IEditorReplyProcessor. couldBecomeProcessor(IReplyContent reply)
Verifies if this processor could potentially become a valid processor if it receives identification information.PropCnr
IEditorReplyProcessor. createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)
Creates the required identification properties to start to become a valid processor.DesignerProp
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 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 IEditorReplyProcessor
EditorOutputProps. 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 boolean
EditorJSONReplyDocument. couldBecomeProcessor(IReplyContent reply)
Verifies if this processor could potentially become a valid processor if it receives identification information.PropCnr
EditorJSONReplyDocument. createFirstProcessorIdentification(EditorOutputProps output, IReplyContent reply)
Creates the required identification properties to start to become a valid processor.DesignerProp
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 IReplyContent Modifier and Type Method Description java.lang.String
IReplyProcessor. 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 IReplyContent Modifier and Type Class Description class
TextReply
Class for a "text/*" reply used for plain or HTML text.Methods in com.iizix.ws.engine that return IReplyContent Modifier and Type Method Description IReplyContent
IExecuteWebService. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
RESTfulReply. 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 IReplyContent
RESTfulReply. 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 class
JSONReply
Class 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 class
XMLReply
Class 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 IReplyContent
AbstractInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
RESTfulInputProps. doExecute(IAppSessionGyro appGyro, boolean doPerform)
Executes the Web Service request.IReplyContent
WebServiceProp. 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 IReplyProcessor
OutputProps. 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.String
JSONReplyDocument. 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.