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 java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.lang.String fullJavaName)
java.lang.String
getInterface()
Get the fully qualified interface name.InterfaceExtension.MethodSignature[]
getMethods()
Returns an array of MethodSignature declared in the interface class.java.lang.String
getStaticHandler()
Get the fully qualified static handler class name.java.lang.String
toString()
-
-
-
Method Detail
-
contains
public boolean contains(java.lang.String fullJavaName)
-
getStaticHandler
public java.lang.String getStaticHandler()
Description copied from interface:InterfaceExtension
Get the fully qualified static handler class name.- Specified by:
getStaticHandler
in interfaceInterfaceExtension
-
getInterface
public java.lang.String getInterface()
Description copied from interface:InterfaceExtension
Get the fully qualified interface name.- Specified by:
getInterface
in interfaceInterfaceExtension
-
getMethods
public InterfaceExtension.MethodSignature[] 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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-