org.apache.tuscany.sca.binding.notification.util
Interface NotificationServlet.NotificationServletStreamHandler

All Known Implementing Classes:
NotificationReferenceBindingProvider, NotificationServiceBindingProvider
Enclosing class:
NotificationServlet

public static interface NotificationServlet.NotificationServletStreamHandler


Method Summary
 void handle(java.util.Map<java.lang.String,java.lang.String> headers, ServletInputStream istream, int contentLength, ServletOutputStream ostream)
           
 

Method Detail

handle

void handle(java.util.Map<java.lang.String,java.lang.String> headers,
            ServletInputStream istream,
            int contentLength,
            ServletOutputStream ostream)