Uses of Class
org.apache.synapse.SynapseException
-
-
Uses of SynapseException in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that throw SynapseException Modifier and Type Method Description boolean
Axis2SynapseEnvironment. injectInbound(MessageContext synCtx, SequenceMediator seq, boolean sequential)
Used by inbound polling endpoints to inject the message to synapse engine -
Uses of SynapseException in org.apache.synapse.libraries.util
Methods in org.apache.synapse.libraries.util that throw SynapseException Modifier and Type Method Description static String
LibDeployerUtils. extractSynapseLib(File libFile)
Extract the Synapse Library at the provided path to the java temp dir. -
Uses of SynapseException in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators that throw SynapseException Modifier and Type Method Description void
MediatorFaultHandler. onFault(MessageContext synCtx)
Implements the fault handling method for the mediators (basically sequences) -
Uses of SynapseException in org.apache.synapse.mediators.bean
Methods in org.apache.synapse.mediators.bean that throw SynapseException Modifier and Type Method Description static Object
BeanUtils. invokeInstanceMethod(Object instance, Method method, Object[] args)
Invokes the given method on the given object via reflection, handles simple type conversion from String to simple types.static Method
BeanUtils. resolveMethod(Class clazz, String methodName, int argCount)
Finds a method in the given class with the given method name and argument count. -
Uses of SynapseException in org.apache.synapse.message.processor.impl.failover
Methods in org.apache.synapse.message.processor.impl.failover that throw SynapseException Modifier and Type Method Description void
FailoverForwardingService. init(SynapseEnvironment se)
-
Uses of SynapseException in org.apache.synapse.message.processor.impl.forwarder
Methods in org.apache.synapse.message.processor.impl.forwarder that throw SynapseException Modifier and Type Method Description void
ForwardingService. init(SynapseEnvironment se)
-
Uses of SynapseException in org.apache.synapse.message.store
Methods in org.apache.synapse.message.store that throw SynapseException Modifier and Type Method Description MessageConsumer
MessageStore. getConsumer()
Returns a Message Consumer for this message store.MessageProducer
MessageStore. getProducer()
Returns a Message Producer for this message store. -
Uses of SynapseException in org.apache.synapse.message.store.impl.jdbc
Methods in org.apache.synapse.message.store.impl.jdbc that throw SynapseException Modifier and Type Method Description MessageContext
JDBCMessageStore. peek()
Select and return the first element in current tableMessageContext
JDBCMessageStore. remove(String msgId)
Remove the message with given msg_idboolean
JDBCMessageStore. store(MessageContext messageContext)
Add a message to the end of the table. -
Uses of SynapseException in org.apache.synapse.message.store.impl.jms
Methods in org.apache.synapse.message.store.impl.jms that throw SynapseException Modifier and Type Method Description boolean
JmsConsumer. cleanup()
void
JmsStore. destroy()
MessageConsumer
JmsStore. getConsumer()
-
Uses of SynapseException in org.apache.synapse.message.store.impl.resequencer
Methods in org.apache.synapse.message.store.impl.resequencer that throw SynapseException Modifier and Type Method Description MessageContext
ResequenceMessageStore. peek()
Select and return the first element in current table
-