public class Message extends GlobalEntity
errorReceiver| Constructor and Description |
|---|
Message(Defining defining,
Locator locator,
ErrorReceiver errReceiver) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(WSDLDocumentVisitor visitor) |
void |
add(MessagePart part) |
Documentation |
getDocumentation() |
QName |
getElementName() |
Kind |
getKind() |
MessagePart |
getPart(String name) |
List<MessagePart> |
getParts() |
int |
numParts() |
Iterator<MessagePart> |
parts() |
void |
setDocumentation(Documentation d) |
void |
validateThis() |
void |
withAllSubEntitiesDo(EntityAction action) |
getDefining, getName, setNamefailValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocatorpublic Message(Defining defining, Locator locator, ErrorReceiver errReceiver)
public void add(MessagePart part)
public Iterator<MessagePart> parts()
public List<MessagePart> getParts()
public MessagePart getPart(String name)
public int numParts()
public Kind getKind()
getKind in interface GloballyKnowngetKind in class GlobalEntitypublic QName getElementName()
public Documentation getDocumentation()
public void setDocumentation(Documentation d)
public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo in class Entitypublic void accept(WSDLDocumentVisitor visitor) throws Exception
Exceptionpublic void validateThis()
validateThis in class EntityCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.