Package org.apache.xmlbeans.impl.config
Class InterfaceExtensionImpl
java.lang.Object
org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
- All Implemented Interfaces:
InterfaceExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.xmlbeans.InterfaceExtension
InterfaceExtension.MethodSignature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the fully qualified interface name.Returns an array of MethodSignature declared in the interface class.Get the fully qualified static handler class name.toString()
-
Constructor Details
-
InterfaceExtensionImpl
public InterfaceExtensionImpl()
-
-
Method Details
-
contains
-
getStaticHandler
Description copied from interface:InterfaceExtensionGet the fully qualified static handler class name.- Specified by:
getStaticHandlerin interfaceInterfaceExtension
-
getInterface
Description copied from interface:InterfaceExtensionGet the fully qualified interface name.- Specified by:
getInterfacein interfaceInterfaceExtension
-
getMethods
Description copied from interface:InterfaceExtensionReturns an array of MethodSignature declared in the interface class. Possibly null if there is an error in the configuration.- Specified by:
getMethodsin interfaceInterfaceExtension
-
toString
-