com.sun.tools.ws.wsdl.framework
Class ExtensionImpl
java.lang.Object
com.sun.tools.ws.wsdl.framework.Entity
com.sun.tools.ws.wsdl.framework.ExtensionImpl
- All Implemented Interfaces:
- TWSDLExtension, Elemental
- Direct Known Subclasses:
- HTTPAddress, HTTPBinding, HTTPOperation, HTTPUrlEncoded, HTTPUrlReplacement, JAXWSBinding, MIMEContent, MIMEMultipartRelated, MIMEPart, MIMEXml, SOAPAddress, SOAPBinding, SOAPBody, SOAPFault, SOAPHeader, SOAPHeaderFault, SOAPOperation
public abstract class ExtensionImpl
- extends Entity
- implements TWSDLExtension
An entity extending another entity.
Methods inherited from class com.sun.tools.ws.wsdl.framework.Entity |
failValidation, failValidation, getLocator, getProperty, removeProperty, setErrorReceiver, setProperty, validateThis, withAllEntityReferencesDo, withAllQNamesDo, withAllSubEntitiesDo |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtensionImpl
public ExtensionImpl(Locator locator)
getParent
public TWSDLExtensible getParent()
- Description copied from interface:
TWSDLExtension
- Gives Parent
TWSDLExtensible
element
- Specified by:
getParent
in interface TWSDLExtension
setParent
public void setParent(TWSDLExtensible parent)
accept
public void accept(ExtensionVisitor visitor)
throws Exception
- Throws:
Exception