Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.websphere.jaxrs20.multipart.IAttachment

  • Packages that use IAttachment 
    Package Description
    com.ibm.websphere.jaxrs20.multipart  
    • Uses of IAttachment in com.ibm.websphere.jaxrs20.multipart

      Methods in com.ibm.websphere.jaxrs20.multipart that return IAttachment 
      Modifier and Type Method and Description
      IAttachment IMultipartBody.getAttachment(java.lang.String contentId)
      Retrieve IAttachment in the IMultipartBody implementation object according to the contentId.
      IAttachment IMultipartBody.getRootAttachment()
      Retrieve the root IAttachment in the IMultipartBody implementation object.
      Methods in com.ibm.websphere.jaxrs20.multipart that return types with arguments of type IAttachment 
      Modifier and Type Method and Description
      java.util.List<IAttachment> IMultipartBody.getAllAttachments()
      Retrieve all IAttachment in the IMultipartBody implementation object.
      java.util.List<IAttachment> IMultipartBody.getChildAttachments()
      Retrieve all child IAttachment in the IMultipartBody implementation object.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes