Interface Servlet.Interface.ServletInterface
All Packages Class Hierarchy This Package Previous Next Index
Interface Servlet.Interface.ServletInterface
- public interface ServletInterface
- extends SignatureInterface
-
GetAttachmentSpec()
-
-
GetServletID()
-
-
SetDataStream(String, String, InputStream)
-
GetAttachmentSpec
public abstract java.lang.String GetAttachmentSpec()
GetServletID
public abstract java.lang.String GetServletID()
SetDataStream
public abstract boolean SetDataStream(String name,
String MIMEType,
InputStream instream) throws AttachmentException
All Packages Class Hierarchy This Package Previous Next Index