Package com.werkii.comet.soap
Class CometCoreRemote.CometBinary
java.lang.Object
com.werkii.comet.soap.CometCoreRemote.CometBinary
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- CometCoreRemote
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.activation.DataHandlerintgetSize()voidsetContent(jakarta.activation.DataHandler content) voidsetFilename(String filename) voidsetMimetype(String mimetype) voidsetSize(int size)
-
Constructor Details
-
CometBinary
public CometBinary()
-
-
Method Details
-
getFilename
-
setFilename
-
getMimetype
-
setMimetype
-
getSize
public int getSize() -
setSize
public void setSize(int size) -
getContent
public jakarta.activation.DataHandler getContent() -
setContent
public void setContent(jakarta.activation.DataHandler content)
-