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

All Superinterfaces:
WSDLExtension
All Known Implementing Classes:
MimeMultipartImpl

public interface MimeMultipart
extends WSDLExtension

Author:
Vivek Pandey

Method Summary
 java.util.Collection<MimePart> getMimeParts()
           
 WSDLPart.Binding getPartBinding(java.lang.String partName)
           
 
Methods inherited from interface org.jvnet.wom.api.WSDLExtension
getName
 

Method Detail

getMimeParts

java.util.Collection<MimePart> getMimeParts()

getPartBinding

WSDLPart.Binding getPartBinding(java.lang.String partName)


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