org.ws4d.java.communication.monitor
Class DefaultMonitoredStreamFactory

java.lang.Object
  extended by org.ws4d.java.communication.monitor.MonitorStreamFactory
      extended by org.ws4d.java.communication.monitor.DefaultMonitoredStreamFactory

public class DefaultMonitoredStreamFactory
extends MonitorStreamFactory

Simple extension of the MonitorStreamFactory which allows to write any incoming or outgoing Message to the default error output stream.


Field Summary
 
Fields inherited from class org.ws4d.java.communication.monitor.MonitorStreamFactory
inMon, outMon
 
Constructor Summary
DefaultMonitoredStreamFactory()
           
 
Method Summary
 StreamMonitor createInputMonitor()
           
 StreamMonitor createOutputMonitor()
           
 
Methods inherited from class org.ws4d.java.communication.monitor.MonitorStreamFactory
discard, getInputMonitor, getMonitoringContextIn, getMonitoringContextOut, getNewMonitoringContextIn, getNewMonitoringContextOut, getOutputMonitor, linkIn, linkOut, received, receivedFault, receivedResource, requestResource, resetMonitoringContextIn, resetMonitoringContextOut, send, sendFault, sendResource
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMonitoredStreamFactory

public DefaultMonitoredStreamFactory()
Method Detail

createInputMonitor

public StreamMonitor createInputMonitor()
Specified by:
createInputMonitor in class MonitorStreamFactory

createOutputMonitor

public StreamMonitor createOutputMonitor()
Specified by:
createOutputMonitor in class MonitorStreamFactory