Class ImageService
java.lang.Object
org.apache.camel.quarkus.component.cxf.soap.mtom.it.ImageService
- All Implemented Interfaces:
IImageService
@ApplicationScoped
@Named("imageService")
public class ImageService
extends Object
implements IImageService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadImage(String name) uploadImage(ImageFile image, String name)
-
Field Details
-
MSG_SUCCESS
- See Also:
-
-
Constructor Details
-
ImageService
public ImageService()
-
-
Method Details
-
downloadImage
- Specified by:
downloadImagein interfaceIImageService
-
uploadImage
- Specified by:
uploadImagein interfaceIImageService
-