Uses of Class
org.n52.iceland.coding.encode.ResponseProxy
-
Packages that use ResponseProxy Package Description org.n52.iceland.coding.encode org.n52.iceland.response -
-
Uses of ResponseProxy in org.n52.iceland.coding.encode
Methods in org.n52.iceland.coding.encode with parameters of type ResponseProxy Modifier and Type Method Description voidResponseWriter. write(T t, OutputStream out, ResponseProxy responseProxy)Write object t toOutputStreamout -
Uses of ResponseProxy in org.n52.iceland.response
Methods in org.n52.iceland.response with parameters of type ResponseProxy Modifier and Type Method Description voidEXIResponseWriter. write(EXIObject<org.apache.xmlbeans.XmlObject> exiObject, OutputStream out, ResponseProxy responseProxy)voidJSONResponseWriter. write(com.fasterxml.jackson.databind.JsonNode t, OutputStream out, ResponseProxy responseProxy)voidSoapChainResponseWriter. write(SoapChain chain, OutputStream out, ResponseProxy responseProxy)voidXmlResponseWriter. write(org.apache.xmlbeans.XmlObject xml, OutputStream out, ResponseProxy responseProxy)
-