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
An entity, typically corresponding to an XML element.
- Author:
- WS Development Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfailValidation(String key) protected voidfailValidation(String key, String arg) getProperty(String key) voidremoveProperty(String key) voidsetErrorReceiver(ErrorReceiver errorReceiver) voidsetProperty(String key, Object value) abstract voidvoidvoidwithAllQNamesDo(QNameAction action) voidwithAllSubEntitiesDo(EntityAction action) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sun.tools.ws.wsdl.framework.Elemental
getElementName
-
Field Details
-
errorReceiver
-
-
Constructor Details
-
Entity
-
-
Method Details
-
setErrorReceiver
-
getLocator
- Specified by:
getLocatorin interfaceElemental
-
getProperty
-
setProperty
-
removeProperty
-
withAllSubEntitiesDo
-
withAllQNamesDo
-
withAllEntityReferencesDo
-
validateThis
public abstract void validateThis() -
failValidation
-
failValidation
-