org.apache.tuscany.sca.binding.notification.util
Class NotificationServlet

java.lang.Object
  extended by HttpServlet
      extended by org.apache.tuscany.sca.binding.notification.util.NotificationServlet

public class NotificationServlet
extends HttpServlet

Receives notification in HTTP request and dispatches it down the wire


Nested Class Summary
static interface NotificationServlet.NotificationServletHandler
           
static interface NotificationServlet.NotificationServletStreamHandler
           
 
Constructor Summary
NotificationServlet(NotificationServlet.NotificationServletHandler handler)
           
NotificationServlet(NotificationServlet.NotificationServletStreamHandler servletStreamHandler)
           
 
Method Summary
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServlet

public NotificationServlet(NotificationServlet.NotificationServletHandler handler)

NotificationServlet

public NotificationServlet(NotificationServlet.NotificationServletStreamHandler servletStreamHandler)
Method Detail

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws java.io.IOException
Throws:
java.io.IOException