Class Entity

java.lang.Object
com.sun.xml.rpc.wsdl.framework.Entity
All Implemented Interfaces:
Elemental
Direct Known Subclasses:
BindingFault, BindingInput, BindingOperation, BindingOutput, Definitions, Extension, Fault, GlobalEntity, Import, Input, MessagePart, Operation, Output, SchemaEntity, Types

public abstract class Entity extends Object implements Elemental
An entity, typically corresponding to an XML element.
Author:
JAX-RPC Development Team
  • Constructor Details

    • Entity

      public Entity()
  • Method Details

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