Package com.adaptris.rest
Class WorkflowServicesComponent
- java.lang.Object
-
- com.adaptris.core.management.MgmtComponentImpl
-
- com.adaptris.rest.AbstractRestfulEndpoint
-
- com.adaptris.rest.WorkflowServicesComponent
-
- All Implemented Interfaces:
AdaptrisMessageListener,ManagementComponent
public class WorkflowServicesComponent extends AbstractRestfulEndpoint
-
-
Field Summary
-
Fields inherited from class com.adaptris.rest.AbstractRestfulEndpoint
MDC_KEY
-
Fields inherited from class com.adaptris.core.management.MgmtComponentImpl
log
-
-
Constructor Summary
Constructors Constructor Description WorkflowServicesComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetAcceptedFilter()protected java.lang.StringgetDefaultUrlPath()voidinit(java.util.Properties config)voidonAdaptrisMessage(AdaptrisMessage message, java.util.function.Consumer<AdaptrisMessage> onSuccess, java.util.function.Consumer<AdaptrisMessage> onFailure)-
Methods inherited from class com.adaptris.rest.AbstractRestfulEndpoint
configuredUrlPath, destroy, doErrorResponse, doResponse, doResponse, friendlyName, getConfiguredUrlPath, getConsumer, setConfiguredUrlPath, setConsumer, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adaptris.core.AdaptrisMessageListener
onAdaptrisMessage, onAdaptrisMessage
-
Methods inherited from interface com.adaptris.core.management.ManagementComponent
setClassLoader
-
-
-
-
Method Detail
-
onAdaptrisMessage
public void onAdaptrisMessage(AdaptrisMessage message, java.util.function.Consumer<AdaptrisMessage> onSuccess, java.util.function.Consumer<AdaptrisMessage> onFailure)
-
init
public void init(java.util.Properties config) throws java.lang.Exception- Specified by:
initin interfaceManagementComponent- Overrides:
initin classAbstractRestfulEndpoint- Throws:
java.lang.Exception
-
getAcceptedFilter
protected java.lang.String getAcceptedFilter()
- Specified by:
getAcceptedFilterin classAbstractRestfulEndpoint
-
getDefaultUrlPath
protected java.lang.String getDefaultUrlPath()
- Specified by:
getDefaultUrlPathin classAbstractRestfulEndpoint
-
-