Package 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.- Author:
- WS Development Team
-
-
Field Summary
Fields Modifier and Type Field Description protected ErrorReceivererrorReceiver
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected voidfailValidation(String key)protected voidfailValidation(String key, String arg)LocatorgetLocator()ObjectgetProperty(String key)voidremoveProperty(String key)voidsetErrorReceiver(ErrorReceiver errorReceiver)voidsetProperty(String key, Object value)abstract voidvalidateThis()voidwithAllEntityReferencesDo(EntityReferenceAction action)voidwithAllQNamesDo(QNameAction action)voidwithAllSubEntitiesDo(EntityAction action)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.tools.ws.wsdl.framework.Elemental
getElementName
-
-
-
-
Field Detail
-
errorReceiver
protected ErrorReceiver errorReceiver
-
-
Constructor Detail
-
Entity
public Entity(Locator locator)
-
-
Method Detail
-
setErrorReceiver
public void setErrorReceiver(ErrorReceiver errorReceiver)
-
getLocator
public Locator getLocator()
- Specified by:
getLocatorin interfaceElemental
-
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)
-
-