org.infoglue.cms.webservices.elements
Interface Attachment

All Known Implementing Classes:
AbstractAttachment, RemoteAttachment

public interface Attachment


Method Summary
 byte[] getBytes()
           
 java.lang.String getContentType()
           
 java.lang.String getName()
           
 int getSize()
           
 

Method Detail

getBytes

byte[] getBytes()

getSize

int getSize()

getName

java.lang.String getName()

getContentType

java.lang.String getContentType()


Copyright © 2005 InfoGlue.org All Rights Reserved.