Apache CXF API

org.apache.cxf.io
Interface Transferable

All Known Implementing Classes:
Attachment, DelegatingInputStream

public interface Transferable

Implementing classes support transfer of their data to a file. This is typically implemented as a stream copy, or a file move.


Method Summary
 void transferTo(File file)
           
 

Method Detail

transferTo

void transferTo(File file)
                throws IOException
Throws:
IOException

Apache CXF API

Apache CXF