com.sun.tools.ws.wsdl.document.mime
Class MIMEMultipartRelated
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
com.sun.tools.ws.wsdl.document.mime.MIMEMultipartRelated
- All Implemented Interfaces:
- TWSDLExtension, Elemental
public class MIMEMultipartRelated
- extends ExtensionImpl
A MIME multipartRelated extension.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MIMEMultipartRelated
public MIMEMultipartRelated(Locator locator)
getElementName
public QName getElementName()
add
public void add(MIMEPart part)
getParts
public Iterable<MIMEPart> getParts()
withAllSubEntitiesDo
public void withAllSubEntitiesDo(EntityAction action)
- Overrides:
withAllSubEntitiesDo
in class Entity
accept
public void accept(ExtensionVisitor visitor)
throws Exception
- Overrides:
accept
in class ExtensionImpl
- Throws:
Exception
validateThis
public void validateThis()
- Specified by:
validateThis
in class Entity