Package 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.- Author:
- WS Development Team
-
-
Field Summary
-
Fields inherited from class com.sun.tools.ws.wsdl.framework.Entity
errorReceiver
-
-
Constructor Summary
Constructors Constructor Description ExtensionImpl(Locator locator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExtensionVisitor visitor)TWSDLExtensiblegetParent()Gives ParentTWSDLExtensibleelementvoidsetParent(TWSDLExtensible parent)-
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
-
Methods inherited from interface com.sun.tools.ws.wsdl.framework.Elemental
getElementName
-
-
-
-
Constructor Detail
-
ExtensionImpl
public ExtensionImpl(Locator locator)
-
-
Method Detail
-
getParent
public TWSDLExtensible getParent()
Description copied from interface:TWSDLExtensionGives ParentTWSDLExtensibleelement- Specified by:
getParentin interfaceTWSDLExtension
-
setParent
public void setParent(TWSDLExtensible parent)
-
accept
public void accept(ExtensionVisitor visitor) throws Exception
- Throws:
Exception
-
-