| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.fosstrak.epcis.queryclient.QueryCallbackClient
public class QueryCallbackClient
| Constructor Summary | |
|---|---|
| QueryCallbackClient() | |
| Method Summary | |
|---|---|
|  void | callbackImplementationException(ImplementationException e)Performs a callback for a standing query when the query threw a ImplementationException. | 
| static void | callbackQueryResults(String result)Performs a callback for a standing query. | 
|  void | callbackQueryTooLargeException(QueryTooLargeException e)Performs a callback for a standing query when the query threw a QueryTooLargeException. | 
|  void | callbackResults(QueryResults result)Performs a callback for a standing query. | 
|  void | doGet(javax.servlet.http.HttpServletRequest req,
      javax.servlet.http.HttpServletResponse rsp) | 
|  void | doPost(javax.servlet.http.HttpServletRequest req,
       javax.servlet.http.HttpServletResponse rsp) | 
| Methods inherited from class javax.servlet.http.HttpServlet | 
|---|
| doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service | 
| Methods inherited from class javax.servlet.GenericServlet | 
|---|
| destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public QueryCallbackClient()
| Method Detail | 
|---|
public void callbackResults(QueryResults result)
callbackResults in interface QueryCallbackInterfaceresult - The QueryResults object to be populated.org.fosstrak.epcis.queryclient.QueryCallbackInterface#callbackResults(org.fosstrak.epcis.soapapi.QueryResults)public static void callbackQueryResults(String result)
result - The String to be populated.public void callbackImplementationException(ImplementationException e)
callbackImplementationException in interface QueryCallbackInterfacee - The ImplementationException to be populatedorg.fosstrak.epcis.queryclient.QueryCallbackInterface#callbackImplementationException(org.fosstrak.epcis.soapapi.ImplementationException)public void callbackQueryTooLargeException(QueryTooLargeException e)
callbackQueryTooLargeException in interface QueryCallbackInterfacee - The QueryTooLargeException to be populatedorg.fosstrak.epcis.queryclient.QueryCallbackInterface#callbackQueryTooLargeException(org.fosstrak.epcis.soapapi.QueryTooLargeException)
public void doPost(javax.servlet.http.HttpServletRequest req,
                   javax.servlet.http.HttpServletResponse rsp)
            throws javax.servlet.ServletException,
                   IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletException
IOExceptionHttpServlet.doPost(javax.servlet.http.HttpServletRequest,
      javax.servlet.http.HttpServletResponse)
public void doGet(javax.servlet.http.HttpServletRequest req,
                  javax.servlet.http.HttpServletResponse rsp)
           throws javax.servlet.ServletException,
                  IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletException
IOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest,
      javax.servlet.http.HttpServletResponse)| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||