com.sun.tools.ws.wsdl.framework
Class Entity
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
- All Implemented Interfaces:
- Elemental
- Direct Known Subclasses:
- BindingFault, BindingInput, BindingOperation, BindingOutput, Definitions, ExtensionImpl, Fault, GlobalEntity, Import, Input, MessagePart, Operation, Output, Types
public abstract class Entity
- extends Object
- implements Elemental
An entity, typically corresponding to an XML element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
errorReceiver
protected ErrorReceiver errorReceiver
Entity
public Entity(Locator locator)
setErrorReceiver
public void setErrorReceiver(ErrorReceiver errorReceiver)
getLocator
public Locator getLocator()
- Specified by:
getLocator
in interface Elemental
getProperty
public Object getProperty(String key)
setProperty
public void setProperty(String key,
Object value)
removeProperty
public void removeProperty(String key)
withAllSubEntitiesDo
public void withAllSubEntitiesDo(EntityAction action)
withAllQNamesDo
public void withAllQNamesDo(QNameAction action)
withAllEntityReferencesDo
public void withAllEntityReferencesDo(EntityReferenceAction action)
validateThis
public abstract void validateThis()
failValidation
protected void failValidation(String key)
failValidation
protected void failValidation(String key,
String arg)