Class MIMEMultipartRelated
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.framework.Entity
-
- com.sun.xml.rpc.wsdl.framework.Extension
-
- com.sun.xml.rpc.wsdl.document.mime.MIMEMultipartRelated
-
-
Constructor Summary
Constructors Constructor Description MIMEMultipartRelated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExtensionVisitor visitor)voidadd(MIMEPart part)QNamegetElementName()IteratorgetParts()voidvalidateThis()voidwithAllSubEntitiesDo(EntityAction action)-
Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, withAllEntityReferencesDo, withAllQNamesDo
-
-
-
-
Method Detail
-
getElementName
public QName getElementName()
-
add
public void add(MIMEPart part)
-
getParts
public Iterator getParts()
-
withAllSubEntitiesDo
public void withAllSubEntitiesDo(EntityAction action)
- Overrides:
withAllSubEntitiesDoin classEntity
-
accept
public void accept(ExtensionVisitor visitor) throws Exception
-
validateThis
public void validateThis()
- Specified by:
validateThisin classEntity
-
-