Uses of Interface
com.iizix.ws.engine.IRequestContentEncoding
Packages that use IRequestContentEncoding Package Description com.iizigo.ws.prop.json com.iizigo.ws.prop.url com.iizix.ws.prop com.iizix.ws.prop.json com.iizix.ws.prop.url Uses of IRequestContentEncoding in com.iizigo.ws.prop.json
Classes in com.iizigo.ws.prop.json that implement IRequestContentEncoding Modifier and Type Class Description classEditorJSONEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.Uses of IRequestContentEncoding in com.iizigo.ws.prop.url
Classes in com.iizigo.ws.prop.url that implement IRequestContentEncoding Modifier and Type Class Description classEditorURLEncodedInputEditor version of the RESTful URL Encoded input for the request of a Web Service transaction.Uses of IRequestContentEncoding in com.iizix.ws.prop
Methods in com.iizix.ws.prop that return IRequestContentEncoding Modifier and Type Method Description IRequestContentEncodingRESTfulInputProps. getRequestEncoding()Gets the encoding.Uses of IRequestContentEncoding in com.iizix.ws.prop.json
Classes in com.iizix.ws.prop.json that implement IRequestContentEncoding Modifier and Type Class Description classJSONEncodedInputRESTful JSON Encoded input for the request of a Web Service transaction.Uses of IRequestContentEncoding in com.iizix.ws.prop.url
Classes in com.iizix.ws.prop.url that implement IRequestContentEncoding Modifier and Type Class Description classURLEncodedInputRESTful URL Encoded input for the request of a Web Service transaction.