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, setName
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, withAllEntityReferencesDo, withAllQNamesDo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLocator
public 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 GloballyKnown
getKind
in class GlobalEntity
public QName getElementName()
public Documentation getDocumentation()
public void setDocumentation(Documentation d)
public void withAllSubEntitiesDo(EntityAction action)
withAllSubEntitiesDo
in class Entity
public void accept(WSDLDocumentVisitor visitor) throws Exception
Exception
public void validateThis()
validateThis
in class Entity
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.