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 booleanAxis2SynapseEnvironment. 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 StringLibDeployerUtils. 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 voidMediatorFaultHandler. 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 ObjectBeanUtils. 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 MethodBeanUtils. 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 voidFailoverForwardingService. 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 voidForwardingService. 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 MessageConsumerMessageStore. getConsumer()Returns a Message Consumer for this message store.MessageProducerMessageStore. 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 MessageContextJDBCMessageStore. peek()Select and return the first element in current tableMessageContextJDBCMessageStore. remove(String msgId)Remove the message with given msg_idbooleanJDBCMessageStore. 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 booleanJmsConsumer. cleanup()voidJmsStore. destroy()MessageConsumerJmsStore. 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 MessageContextResequenceMessageStore. peek()Select and return the first element in current table
-