Class AttachmentDescriptionImpl
- java.lang.Object
-
- org.apache.axis2.jaxws.description.impl.AttachmentDescriptionImpl
-
- All Implemented Interfaces:
AttachmentDescription
public class AttachmentDescriptionImpl extends Object implements AttachmentDescription
-
-
Constructor Summary
Constructors Constructor Description AttachmentDescriptionImpl(AttachmentType attachmentType, String[] mimeTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentType
getAttachmentType()
String[]
getMimeTypes()
String
toString()
-
-
-
Constructor Detail
-
AttachmentDescriptionImpl
public AttachmentDescriptionImpl(AttachmentType attachmentType, String[] mimeTypes)
- Parameters:
attachmentType
-mimeTypes
-
-
-
Method Detail
-
getAttachmentType
public AttachmentType getAttachmentType()
- Specified by:
getAttachmentType
in interfaceAttachmentDescription
-
getMimeTypes
public String[] getMimeTypes()
- Specified by:
getMimeTypes
in interfaceAttachmentDescription
- Returns:
- one or more mime types defined for this attachment
-
-