Package com.sun.xml.rpc.wsdl.document
Class Message
java.lang.Object
com.sun.xml.rpc.wsdl.framework.Entity
com.sun.xml.rpc.wsdl.framework.GlobalEntity
com.sun.xml.rpc.wsdl.document.Message
- All Implemented Interfaces:
Elemental,GloballyKnown
Entity corresponding to the "message" WSDL element.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(WSDLDocumentVisitor visitor) voidadd(MessagePart part) getKind()intnumParts()parts()voidvoidvoidwithAllSubEntitiesDo(EntityAction action) Methods inherited from class com.sun.xml.rpc.wsdl.framework.GlobalEntity
getDefining, getName, setNameMethods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, withAllEntityReferencesDo, withAllQNamesDo
-
Constructor Details
-
Message
-
-
Method Details
-
add
-
parts
-
getPart
-
numParts
public int numParts() -
getKind
- Specified by:
getKindin interfaceGloballyKnown- Specified by:
getKindin classGlobalEntity
-
getElementName
-
getDocumentation
-
setDocumentation
-
withAllSubEntitiesDo
- Overrides:
withAllSubEntitiesDoin classEntity
-
accept
- Throws:
Exception
-
validateThis
public void validateThis()- Specified by:
validateThisin classEntity
-