Package com.sun.xml.rpc.wsdl.framework
Class Extension
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.framework.Entity
-
- com.sun.xml.rpc.wsdl.framework.Extension
-
- All Implemented Interfaces:
Elemental
- Direct Known Subclasses:
HTTPAddress,HTTPBinding,HTTPOperation,HTTPUrlEncoded,HTTPUrlReplacement,MIMEContent,MIMEMultipartRelated,MIMEPart,MIMEXml,Schema,SOAPAddress,SOAPBinding,SOAPBody,SOAPFault,SOAPHeader,SOAPHeaderFault,SOAPOperation
public abstract class Extension extends Entity
An entity extending another entity.- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ExtensionVisitor visitor)ExtensiblegetParent()voidsetParent(Extensible parent)-
Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, 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.xml.rpc.wsdl.framework.Elemental
getElementName
-
-
-
-
Method Detail
-
getParent
public Extensible getParent()
-
setParent
public void setParent(Extensible parent)
-
accept
public void accept(ExtensionVisitor visitor) throws Exception
- Throws:
Exception
-
-