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
An entity extending another entity.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExtensionVisitor visitor) voidsetParent(Extensible parent) Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, 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.xml.rpc.wsdl.framework.Elemental
getElementName
-
Constructor Details
-
Extension
public Extension()
-
-
Method Details
-
getParent
-
setParent
-
accept
- Throws:
Exception
-