Interface ProcedureMethodContext
public interface ProcedureMethodContext
Context for the
ProcedureSource.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionName of theProcedure.Class<?>Obtains theSourceContext.voidOverrides the defaultMethodObjectFactory.
-
Method Details
-
getResource
Class<?> getResource() -
getProcedureName
String getProcedureName()Name of theProcedure.- Returns:
- Name of the
Procedure.
-
setMethodObjectInstanceFactory
Overrides the default
MethodObjectFactory.Specifying
nullindicates a staticMethod.- Parameters:
factory-MethodObjectFactory.
-
getSourceContext
SourceContext getSourceContext()Obtains theSourceContext.- Returns:
SourceContext.
-