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 boolean
contains(String fullJavaName)
String
getInterface()
Get the fully qualified interface name.InterfaceExtension.MethodSignature[]
getMethods()
Returns an array of MethodSignature declared in the interface class.String
getStaticHandler()
Get the fully qualified static handler class name.String
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
-