org.jvnet.wom.api.binding.wsdl11.mime
Interface MimePart

All Known Implementing Classes:
MimePartImpl

public interface MimePart

Abstraction of WSDL mime:part.

Author:
Vivek Pandey
See Also:
MimeMultipart

Method Summary
 SOAPBody getBodyPart()
          Returns SOAPBody if present, otherwise null
 java.util.Collection<MimeContent> getMimeContentParts()
          Gives all the MimeContent
 java.util.Collection<java.lang.String> getMimeContentType(java.lang.String mimePart)
          Gives the content types of a mime part.
 java.lang.String getPartName()
           
 

Method Detail

getPartName

java.lang.String getPartName()

getBodyPart

SOAPBody getBodyPart()
Returns SOAPBody if present, otherwise null


getMimeContentParts

java.util.Collection<MimeContent> getMimeContentParts()
Gives all the MimeContent


getMimeContentType

java.util.Collection<java.lang.String> getMimeContentType(java.lang.String mimePart)
Gives the content types of a mime part. If the part is not bound to MIME this will be empty collection.



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.