Package org.apache.xmlbeans
Interface InterfaceExtension
-
- All Known Implementing Classes:
InterfaceExtensionImpl
public interface InterfaceExtension
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
InterfaceExtension.MethodSignature
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-
-
Method Detail
-
getInterface
java.lang.String getInterface()
Get the fully qualified interface name.
-
getStaticHandler
java.lang.String getStaticHandler()
Get the fully qualified static handler class name.
-
getMethods
InterfaceExtension.MethodSignature[] getMethods()
Returns an array of MethodSignature declared in the interface class. Possibly null if there is an error in the configuration.
-
-