org.jboss.soa.esb.actions.soap.adapter
Class SOAPProcessorServletOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by javax.servlet.ServletOutputStream
          extended by org.jboss.soa.esb.actions.soap.adapter.SOAPProcessorServletOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class SOAPProcessorServletOutputStream
extends javax.servlet.ServletOutputStream

This is an adapter used when integrating with JBossWS.

Author:
Kevin Conner

Method Summary
 void write(int byteVal)
           
 
Methods inherited from class javax.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(int byteVal)
           throws java.io.IOException
Specified by:
write in class java.io.OutputStream
Throws:
java.io.IOException