|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.builder.DiskFileDataSource
public class DiskFileDataSource
Constructor Summary | |
---|---|
DiskFileDataSource(org.apache.commons.fileupload.disk.DiskFileItem diskFileItem)
|
Method Summary | |
---|---|
void |
delete()
|
java.lang.String |
getContentType()
|
java.io.InputStream |
getInputStream()
|
java.lang.String |
getName()
|
java.io.OutputStream |
getOutputStream()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskFileDataSource(org.apache.commons.fileupload.disk.DiskFileItem diskFileItem)
Method Detail |
---|
public java.lang.String getContentType()
getContentType
in interface DataSource
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface DataSource
java.io.IOException
public java.lang.String getName()
getName
in interface DataSource
public java.io.OutputStream getOutputStream() throws java.io.IOException
getOutputStream
in interface DataSource
java.io.IOException
public void delete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |