org.apache.axis2.jaxws.description.impl
Class AttachmentDescriptionImpl

java.lang.Object
  extended by org.apache.axis2.jaxws.description.impl.AttachmentDescriptionImpl
All Implemented Interfaces:
AttachmentDescription

public class AttachmentDescriptionImpl
extends Object
implements AttachmentDescription


Constructor Summary
AttachmentDescriptionImpl(AttachmentType attachmentType, String[] mimeTypes)
           
 
Method Summary
 AttachmentType getAttachmentType()
           
 String[] getMimeTypes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttachmentDescriptionImpl

public AttachmentDescriptionImpl(AttachmentType attachmentType,
                                 String[] mimeTypes)
Parameters:
attachmentType -
mimeTypes -
Method Detail

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.