org.mule.module.xml.util
Class XMLStreamCloser

java.lang.Object
  extended by org.mule.module.xml.util.XMLStreamCloser
All Implemented Interfaces:
StreamCloser

public class XMLStreamCloser
extends Object
implements StreamCloser


Constructor Summary
XMLStreamCloser()
           
 
Method Summary
 boolean canClose(Class streamType)
           
 void close(Object stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLStreamCloser

public XMLStreamCloser()
Method Detail

canClose

public boolean canClose(Class streamType)
Specified by:
canClose in interface StreamCloser

close

public void close(Object stream)
           throws Exception
Specified by:
close in interface StreamCloser
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.