public class EntitlementMediator
extends org.apache.synapse.mediators.AbstractMediator
implements org.apache.synapse.ManagedLifecycle, org.apache.synapse.mediators.FlowContinuableMediator, org.apache.synapse.debug.constructs.EnclosedInlinedSequence
Constructor and Description |
---|
EntitlementMediator() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
org.apache.synapse.Mediator |
getAdviceMediator() |
String |
getAdviceSeqKey() |
String |
getCacheType() |
String |
getCallbackClass() |
String |
getClient() |
org.apache.synapse.Mediator |
getInlineSequence(org.apache.synapse.config.SynapseConfiguration synCfg,
int inlinedSeqIdentifier) |
int |
getInvalidationInterval() |
int |
getMaxCacheEntries() |
org.apache.synapse.Mediator |
getObligationsMediator() |
String |
getObligationsSeqKey() |
org.apache.synapse.Mediator |
getOnAcceptMediator() |
String |
getOnAcceptSeqKey() |
org.apache.synapse.Mediator |
getOnRejectMediator() |
String |
getOnRejectSeqKey() |
String |
getRemoteServicePassword() |
String |
getRemoteServicePasswordKey() |
String |
getRemoteServiceUrl() |
String |
getRemoteServiceUrlKey() |
String |
getRemoteServiceUserName() |
String |
getRemoteServiceUserNameKey() |
String |
getReuseSession() |
String |
getThriftHost() |
String |
getThriftPort() |
void |
init(org.apache.synapse.core.SynapseEnvironment synEnv) |
boolean |
mediate(org.apache.synapse.MessageContext synCtx) |
boolean |
mediate(org.apache.synapse.MessageContext synCtx,
org.apache.synapse.ContinuationState continuationState) |
void |
setAdviceMediator(org.apache.synapse.Mediator adviceMediator) |
void |
setAdviceSeqKey(String adviceSeqKey) |
void |
setCacheType(String cacheType) |
void |
setCallbackClass(String callbackClass) |
void |
setClient(String client) |
void |
setInvalidationInterval(int invalidationInterval) |
void |
setMaxCacheEntries(int maxCacheEntries) |
void |
setObligationsMediator(org.apache.synapse.Mediator obligationsMediator) |
void |
setObligationsSeqKey(String obligationsSeqKey) |
void |
setOnAcceptMediator(org.apache.synapse.Mediator onAcceptMediator) |
void |
setOnAcceptSeqKey(String onAcceptSeqKey) |
void |
setOnRejectMediator(org.apache.synapse.Mediator onRejectMediator) |
void |
setOnRejectSeqKey(String onRejectSeqKey) |
void |
setRemoteServicePassword(String remoteServicePassword) |
void |
setRemoteServicePasswordKey(String remoteServicePasswordKey) |
void |
setRemoteServiceUrl(String remoteServiceUrl) |
void |
setRemoteServiceUrlKey(String remoteServiceUrlKey) |
void |
setRemoteServiceUserName(String remoteServiceUserName) |
void |
setRemoteServiceUserNameKey(String remoteServiceUserNameKey) |
void |
setReuseSession(String reuseSession) |
void |
setThriftHost(String thriftHost) |
void |
setThriftPort(String thriftPort) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPoint
public boolean mediate(org.apache.synapse.MessageContext synCtx)
mediate
in interface org.apache.synapse.Mediator
public boolean mediate(org.apache.synapse.MessageContext synCtx, org.apache.synapse.ContinuationState continuationState)
mediate
in interface org.apache.synapse.mediators.FlowContinuableMediator
public void init(org.apache.synapse.core.SynapseEnvironment synEnv)
init
in interface org.apache.synapse.ManagedLifecycle
public void destroy()
destroy
in interface org.apache.synapse.ManagedLifecycle
public String getCallbackClass()
public void setCallbackClass(String callbackClass)
public String getRemoteServiceUserName()
public void setRemoteServiceUserName(String remoteServiceUserName)
public String getRemoteServiceUserNameKey()
public void setRemoteServiceUserNameKey(String remoteServiceUserNameKey)
public String getRemoteServicePasswordKey()
public void setRemoteServicePasswordKey(String remoteServicePasswordKey)
public String getRemoteServicePassword()
public void setRemoteServicePassword(String remoteServicePassword)
public String getRemoteServiceUrl()
public void setRemoteServiceUrl(String remoteServiceUrl)
public String getRemoteServiceUrlKey()
public void setRemoteServiceUrlKey(String remoteServiceUrlKey)
public String getCacheType()
public void setCacheType(String cacheType)
public int getInvalidationInterval()
public void setInvalidationInterval(int invalidationInterval)
public int getMaxCacheEntries()
public void setMaxCacheEntries(int maxCacheEntries)
public String getClient()
public void setClient(String client)
public String getThriftPort()
public void setThriftPort(String thriftPort)
public String getThriftHost()
public void setThriftHost(String thriftHost)
public String getReuseSession()
public void setReuseSession(String reuseSession)
public String getOnRejectSeqKey()
public void setOnRejectMediator(org.apache.synapse.Mediator onRejectMediator)
public String getOnAcceptSeqKey()
public void setOnAcceptMediator(org.apache.synapse.Mediator onAcceptMediator)
public org.apache.synapse.Mediator getOnRejectMediator()
public void setOnRejectSeqKey(String onRejectSeqKey)
public org.apache.synapse.Mediator getOnAcceptMediator()
public void setOnAcceptSeqKey(String onAcceptSeqKey)
public String getObligationsSeqKey()
public void setObligationsMediator(org.apache.synapse.Mediator obligationsMediator)
public org.apache.synapse.Mediator getObligationsMediator()
public void setObligationsSeqKey(String obligationsSeqKey)
public org.apache.synapse.Mediator getAdviceMediator()
public void setAdviceMediator(org.apache.synapse.Mediator adviceMediator)
public String getAdviceSeqKey()
public void setAdviceSeqKey(String adviceSeqKey)
public org.apache.synapse.Mediator getInlineSequence(org.apache.synapse.config.SynapseConfiguration synCfg, int inlinedSeqIdentifier)
getInlineSequence
in interface org.apache.synapse.debug.constructs.EnclosedInlinedSequence
Copyright © 2019 WSO2. All rights reserved.