Package org.apache.xmlbeans
Interface InterfaceExtension
- All Known Implementing Classes:
InterfaceExtensionImpl
public interface InterfaceExtension
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the fully qualified interface name.Returns an array of MethodSignature declared in the interface class.Get the fully qualified static handler class name.
-
Method Details
-
getInterface
String getInterface()Get the fully qualified interface name. -
getStaticHandler
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.
-