Package org.apache.xmlbeans.impl.config
Class InterfaceExtensionImpl
java.lang.Object
org.apache.xmlbeans.impl.config.InterfaceExtensionImpl
- All Implemented Interfaces:
InterfaceExtension
public class InterfaceExtensionImpl extends Object implements InterfaceExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.xmlbeans.InterfaceExtension
InterfaceExtension.MethodSignature -
Constructor Summary
Constructors Constructor Description InterfaceExtensionImpl() -
Method Summary
Modifier and Type Method Description booleancontains(String fullJavaName)StringgetInterface()Get the fully qualified interface name.InterfaceExtension.MethodSignature[]getMethods()Returns an array of MethodSignature declared in the interface class.StringgetStaticHandler()Get the fully qualified static handler class name.StringtoString()
-
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
-