org.apache.cxf.tools.corba.utils
Interface OutputStreamFactory
- All Known Implementing Classes:
- FileOutputStreamFactory
public interface OutputStreamFactory
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<String> getStreamNames()
throws IOException
- Throws:
IOException
clearStreams
void clearStreams()
isOutputStreamExists
boolean isOutputStreamExists(String packageName,
String name)
Apache CXF