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.activity.response com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.core.scheduler.adapter Contains a variant of the adapter interface for Aspectran Scheduler.com.aspectran.daemon.adapter Contains a variant of the adapter interface for Aspectran Daemon.com.aspectran.embed.adapter Contains a variant of the adapter interface for embedded Aspectran.com.aspectran.shell.adapter Contains a variant of the adapter interface for command-line application.com.aspectran.undertow.adapter com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
-
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.activity.response
Classes in com.aspectran.core.activity.response that implement ResponseAdapter Modifier and Type Class Description classResponseTemplateThe Class ResponseTemplate.Constructors in com.aspectran.core.activity.response with parameters of type ResponseAdapter Constructor Description ResponseTemplate(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.core.scheduler.adapter
Classes in com.aspectran.core.scheduler.adapter that implement ResponseAdapter Modifier and Type Class Description classQuartzJobResponseAdapterAdapt Quartz Job Response to CoreResponseAdapter. -
Uses of ResponseAdapter in com.aspectran.daemon.adapter
Classes in com.aspectran.daemon.adapter that implement ResponseAdapter Modifier and Type Class Description classDaemonResponseAdapterAdapt Daemon Response to CoreResponseAdapter. -
Uses of ResponseAdapter in com.aspectran.embed.adapter
Classes in com.aspectran.embed.adapter that implement ResponseAdapter Modifier and Type Class Description classAspectranResponseAdapterAdapt Aspectran Response to CoreResponseAdapter. -
Uses of ResponseAdapter in com.aspectran.shell.adapter
Classes in com.aspectran.shell.adapter that implement ResponseAdapter Modifier and Type Class Description classShellResponseAdapterAdapt Shell Response to CoreResponseAdapter. -
Uses of ResponseAdapter in com.aspectran.undertow.adapter
Classes in com.aspectran.undertow.adapter that implement ResponseAdapter Modifier and Type Class Description classTowResponseAdapterThe Class TowResponseAdapter. -
Uses of ResponseAdapter in com.aspectran.web.adapter
Classes in com.aspectran.web.adapter that implement ResponseAdapter Modifier and Type Class Description classHttpServletResponseAdapterAdaptHttpServletResponseto CoreResponseAdapter.
-