org.jvnet.wom.impl.extension.wsdl11.mime
Class MimeMultipartImpl

java.lang.Object
  extended by org.jvnet.wom.impl.extension.wsdl11.mime.MimeMultipartImpl
All Implemented Interfaces:
MimeMultipart, WSDLExtension

public class MimeMultipartImpl
extends java.lang.Object
implements MimeMultipart

Author:
Vivek Pandey

Constructor Summary
MimeMultipartImpl()
           
 
Method Summary
 java.util.Collection<MimePart> getMimeParts()
           
 javax.xml.namespace.QName getName()
          Gets the qualified name of the WSDL extensibility element or attribute.
 WSDLPart.Binding getPartBinding(java.lang.String partName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeMultipartImpl

public MimeMultipartImpl()
Method Detail

getName

public javax.xml.namespace.QName getName()
Description copied from interface: WSDLExtension
Gets the qualified name of the WSDL extensibility element or attribute.

Specified by:
getName in interface WSDLExtension
Returns:
must not be null.

getMimeParts

public java.util.Collection<MimePart> getMimeParts()
Specified by:
getMimeParts in interface MimeMultipart

getPartBinding

public WSDLPart.Binding getPartBinding(java.lang.String partName)
Specified by:
getPartBinding in interface MimeMultipart


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