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 Details

  • Constructor Details

    • Entity

      public Entity(Locator locator)
  • Method Details

    • 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)