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 java.lang.Object
implements AttachmentDescription


Constructor Summary
AttachmentDescriptionImpl(AttachmentType attachmentType, java.lang.String[] mimeTypes)
           
 
Method Summary
 AttachmentType getAttachmentType()
           
 java.lang.String[] getMimeTypes()
           
 java.lang.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,
                                 java.lang.String[] mimeTypes)
Parameters:
attachmentType -
mimeTypes -
Method Detail

getAttachmentType

public AttachmentType getAttachmentType()
Specified by:
getAttachmentType in interface AttachmentDescription

getMimeTypes

public java.lang.String[] getMimeTypes()
Specified by:
getMimeTypes in interface AttachmentDescription
Returns:
one or more mime types defined for this attachment

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 Apache Web Services Project. All Rights Reserved.