org.apache.axis2.jaxws.description.impl
Class AttachmentDescriptionImpl
java.lang.Object
org.apache.axis2.jaxws.description.impl.AttachmentDescriptionImpl
- All Implemented Interfaces:
- AttachmentDescription
public class AttachmentDescriptionImpl
- extends Object
- implements AttachmentDescription
AttachmentDescriptionImpl
public AttachmentDescriptionImpl(AttachmentType attachmentType,
String[] mimeTypes)
- Parameters:
attachmentType
- mimeTypes
-
getAttachmentType
public AttachmentType getAttachmentType()
- Specified by:
getAttachmentType
in interface AttachmentDescription
getMimeTypes
public String[] getMimeTypes()
- Specified by:
getMimeTypes
in interface AttachmentDescription
- Returns:
- one or more mime types defined for this attachment
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.