Apache CXF API

org.apache.cxf.tools.corba.utils
Interface OutputStreamFactory

All Known Implementing Classes:
FileOutputStreamFactory

public interface OutputStreamFactory


Method Summary
 void clearStreams()
           
 OutputStream createFakeOutputStream(String name)
           
 OutputStream createFakeOutputStream(String packageName, String name)
           
 OutputStream createOutputStream(String name)
           
 OutputStream createOutputStream(String packageName, String name)
           
 OutputStreamFactory createSubpackageOutputStreamFactory(String name)
           
 Iterator getStreamNames()
           
 boolean isOutputStreamExists(String packageName, String name)
           
 

Method Detail

createOutputStream

OutputStream createOutputStream(String name)
                                throws IOException
Throws:
IOException

createOutputStream

OutputStream createOutputStream(String packageName,
                                String name)
                                throws IOException
Throws:
IOException

createFakeOutputStream

OutputStream createFakeOutputStream(String name)
                                    throws IOException
Throws:
IOException

createFakeOutputStream

OutputStream createFakeOutputStream(String packageName,
                                    String name)
                                    throws IOException
Throws:
IOException

createSubpackageOutputStreamFactory

OutputStreamFactory createSubpackageOutputStreamFactory(String name)
                                                        throws IOException
Throws:
IOException

getStreamNames

Iterator getStreamNames()
                        throws IOException
Throws:
IOException

clearStreams

void clearStreams()

isOutputStreamExists

boolean isOutputStreamExists(String packageName,
                             String name)

Apache CXF API

Apache CXF