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 TypeMethodDescriptionboolean
Get 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:InterfaceExtension
Get the fully qualified static handler class name.- Specified by:
getStaticHandler
in interfaceInterfaceExtension
-
getInterface
Description copied from interface:InterfaceExtension
Get the fully qualified interface name.- Specified by:
getInterface
in interfaceInterfaceExtension
-
getMethods
Description copied from interface:InterfaceExtension
Returns an array of MethodSignature declared in the interface class. Possibly null if there is an error in the configuration.- Specified by:
getMethods
in interfaceInterfaceExtension
-
toString
-