org.mule.transport.soap.axis
Class AxisStringWriter

java.lang.Object
  extended by org.mule.transport.soap.axis.AxisStringWriter

public class AxisStringWriter
extends Object

AxisStringWriter wraps a java.io.StringWriter and allows meta information to be associated with it.


Constructor Summary
AxisStringWriter()
           
 
Method Summary
 void close()
           
 void flush()
           
 Map<String,Object> getProperties()
           
 Writer getWriter()
           
 void setProperty(String key, Object value)
           
 void write(String string)
           
 void write(String string, int offset, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisStringWriter

public AxisStringWriter()
Method Detail

write

public void write(String string)

write

public void write(String string,
                  int offset,
                  int len)

getWriter

public Writer getWriter()

flush

public void flush()

close

public void close()
           throws IOException
Throws:
IOException

setProperty

public void setProperty(String key,
                        Object value)

getProperties

public Map<String,Object> getProperties()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.