Uses of Interface
com.aspectran.core.adapter.ResponseAdapter
-
Packages that use ResponseAdapter Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.scheduler.adapter Contains a variant of the adapter interface for Aspectran Scheduler. -
-
Uses of ResponseAdapter in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ResponseAdapter Modifier and Type Method Description ResponseAdapterAbstractActivity. getResponseAdapter()ResponseAdapterActivity. getResponseAdapter()Gets the response adapter.ResponseAdapterCoreTranslet. getResponseAdapter()ResponseAdapterTranslet. getResponseAdapter()Gets the response adapter.Methods in com.aspectran.core.activity with parameters of type ResponseAdapter Modifier and Type Method Description protected voidAbstractActivity. setResponseAdapter(ResponseAdapter responseAdapter)Sets the response adapter.voidInstantActivity. setResponseAdapter(ResponseAdapter responseAdapter) -
Uses of ResponseAdapter in com.aspectran.core.adapter
Classes in com.aspectran.core.adapter that implement ResponseAdapter Modifier and Type Class Description classAbstractResponseAdapterThe Class AbstractResponseAdapter.classDefaultResponseAdapterThe Class DefaultResponseAdapter. -
Uses of ResponseAdapter in com.aspectran.scheduler.adapter
Classes in com.aspectran.scheduler.adapter that implement ResponseAdapter Modifier and Type Class Description classQuartzJobResponseAdapterAdapt Quartz Job Response to CoreResponseAdapter.
-