Interface AttachmentDescription
-
- All Known Implementing Classes:
AttachmentDescriptionImpl
public interface AttachmentDescription
A parameter or return value may be represented as an attachment. In such cases, the ParameterDescription or OperationDescription has an AttachmentDescription defining the attachment information. Note that an Attachment may be one of 3 types: SWA, SWAREF and MTOM. SWAREF and MTOM attachments have an xml element (either in the body or header) that references the attachment part. SWA attachments are represented as an attachment part. There are is no xml element that references the attachment.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachmentType
getAttachmentType()
String[]
getMimeTypes()
-
-
-
Method Detail
-
getAttachmentType
AttachmentType getAttachmentType()
-
getMimeTypes
String[] getMimeTypes()
- Returns:
- one or more mime types defined for this attachment
-
-