org.ow2.jonas.ws.axis2.jaxws.description.impl
Class AttachmentDescriptionImpl

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

public class AttachmentDescriptionImpl
extends Object
implements org.apache.axis2.jaxws.description.AttachmentDescription


Constructor Summary
AttachmentDescriptionImpl(org.apache.axis2.jaxws.description.AttachmentType attachmentType, String[] mimeTypes)
           
 
Method Summary
 org.apache.axis2.jaxws.description.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(org.apache.axis2.jaxws.description.AttachmentType attachmentType,
                                 String[] mimeTypes)
Parameters:
attachmentType -
mimeTypes -
Method Detail

getAttachmentType

public org.apache.axis2.jaxws.description.AttachmentType getAttachmentType()
Specified by:
getAttachmentType in interface org.apache.axis2.jaxws.description.AttachmentDescription

getMimeTypes

public String[] getMimeTypes()
Specified by:
getMimeTypes in interface org.apache.axis2.jaxws.description.AttachmentDescription

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 OW2 Consortium. All Rights Reserved.