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
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExtensionVisitor visitor) 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, withAllSubEntitiesDoMethods 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
-
Constructor Details
-
ExtensionImpl
-
-
Method Details
-
getParent
Description copied from interface:TWSDLExtensionGives ParentTWSDLExtensibleelement- Specified by:
getParentin interfaceTWSDLExtension
-
setParent
-
accept
- Throws:
Exception
-