Uses of Class
org.apache.axis2.jaxws.description.AttachmentType

Packages that use AttachmentType
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.impl   
 

Uses of AttachmentType in org.apache.axis2.jaxws.description
 

Methods in org.apache.axis2.jaxws.description that return AttachmentType
 AttachmentType AttachmentDescription.getAttachmentType()
           
static AttachmentType AttachmentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AttachmentType[] AttachmentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of AttachmentType in org.apache.axis2.jaxws.description.impl
 

Methods in org.apache.axis2.jaxws.description.impl that return AttachmentType
 AttachmentType AttachmentDescriptionImpl.getAttachmentType()
           
 

Constructors in org.apache.axis2.jaxws.description.impl with parameters of type AttachmentType
AttachmentDescriptionImpl(AttachmentType attachmentType, java.lang.String[] mimeTypes)
           
 



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