Package com.sun.xml.rpc.wsdl.framework
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 Summary
Constructors Constructor Description Entity()
-
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)ObjectgetProperty(String key)voidremoveProperty(String key)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.xml.rpc.wsdl.framework.Elemental
getElementName
-
-
-
-
Method Detail
-
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)
-
-