org.apache.axis2.transport.jms.iowrappers
Class BytesMessageOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by org.apache.axis2.transport.jms.iowrappers.BytesMessageOutputStream
All Implemented Interfaces:
java.io.Closeable, java.io.Flushable

public class BytesMessageOutputStream
extends java.io.OutputStream


Constructor Summary
BytesMessageOutputStream(javax.jms.BytesMessage message)
           
 
Method Summary
 void write(byte[] b)
           
 void write(byte[] b, int off, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytesMessageOutputStream

public BytesMessageOutputStream(javax.jms.BytesMessage message)
Method Detail

write

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

write

public void write(byte[] b,
                  int off,
                  int len)
           throws JMSExceptionWrapper
Overrides:
write in class java.io.OutputStream
Throws:
JMSExceptionWrapper

write

public void write(byte[] b)
           throws JMSExceptionWrapper
Overrides:
write in class java.io.OutputStream
Throws:
JMSExceptionWrapper


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.