Class RequestHandlerComponent
java.lang.Object
com.mendix.externalinterface.connector.internal.RequestHandlerComponent
Provides access to request handlers. This is an internal class that is not to be used and may change at any time.
-
Constructor Summary
ConstructorDescriptionRequestHandlerComponent
(RequestHandlerDelegate requestHandlerDelegate) Wires the specified delegate. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Unwires the request handler delegate.static RequestHandlerDelegate
Returns the wired request handler delegate.
-
Constructor Details
-
RequestHandlerComponent
Wires the specified delegate.- Parameters:
requestHandlerDelegate
- the request handler delegate to set
-
-
Method Details
-
clearComponent
public static void clearComponent()Unwires the request handler delegate. -
createDelegate
Returns the wired request handler delegate.- Throws:
IllegalStateException
- when the delegate is not wired
-