Package com.sun.tools.ws.wsdl.document
Class Message
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.GlobalEntity
com.sun.tools.ws.wsdl.document.Message
- All Implemented Interfaces:
Elemental,GloballyKnown
Entity corresponding to the "message" WSDL element.
- Author:
- WS Development Team
-
Field Summary
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(WSDLDocumentVisitor visitor) voidadd(MessagePart part) getKind()getParts()intnumParts()parts()voidvoidvoidwithAllSubEntitiesDo(EntityAction action) Methods inherited from class com.sun.tools.ws.wsdl.framework.GlobalEntity
getDefining, getName, setNameMethods inherited from class com.sun.tools.ws.wsdl.framework.Entity
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.tools.ws.wsdl.framework.Elemental
getLocator
-
Constructor Details
-
Message
-
-
Method Details
-
add
-
parts
-
getParts
-
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
-