Uses of Class
org.smallmind.phalanx.wire.signal.WireContext
-
-
Uses of WireContext in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire that return types with arguments of type WireContext Modifier and Type Method Description static Class<? extends WireContext>WireContextManager. getContextClass(String handle)Methods in org.smallmind.phalanx.wire with parameters of type WireContext Modifier and Type Method Description TParameterExtractor. getParameter(Method method, HashMap<String,Object> argumentMap, WireContext... wireContexts)TStaticParameterExtractor. getParameter(Method method, HashMap<String,Object> argumentMap, WireContext... wireContexts)VVocalizer. getVoice(HashMap<String,Object> argumentMap, WireContext... wireContexts)Method parameters in org.smallmind.phalanx.wire with type arguments of type WireContext Modifier and Type Method Description static voidWireContextManager. register(String handle, Class<? extends WireContext> contextClass) -
Uses of WireContext in org.smallmind.phalanx.wire.signal
Subclasses of WireContext in org.smallmind.phalanx.wire.signal Modifier and Type Class Description classProtoWireContextMethods in org.smallmind.phalanx.wire.signal that return WireContext Modifier and Type Method Description WireContext[]InvocationSignal. getContexts()WireContext[]WireContextXmlAdapter. unmarshal(com.fasterxml.jackson.databind.JsonNode node)Methods in org.smallmind.phalanx.wire.signal with parameters of type WireContext Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodeWireContextXmlAdapter. marshal(WireContext[] wireContexts)voidInvocationSignal. setContexts(WireContext[] contexts)Constructors in org.smallmind.phalanx.wire.signal with parameters of type WireContext Constructor Description InvocationSignal(boolean inOnly, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of WireContext in org.smallmind.phalanx.wire.spring
Method parameters in org.smallmind.phalanx.wire.spring with type arguments of type WireContext Modifier and Type Method Description voidWireContextInitializingBean. setContextClass(Class<? extends WireContext> contextClass) -
Uses of WireContext in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport with parameters of type WireContext Modifier and Type Method Description ObjectMethodInvoker. remoteInvocation(WireContext[] contexts, Function function, Object... arguments)ObjectRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of WireContext in org.smallmind.phalanx.wire.transport.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.transport.amqp.rabbitmq with parameters of type WireContext Modifier and Type Method Description StringRequestMessageRouter. publish(boolean inOnly, String serviceGroup, Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)ObjectRabbitMQRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of WireContext in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms with parameters of type WireContext Modifier and Type Method Description ObjectJmsRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of WireContext in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type WireContext Modifier and Type Method Description ObjectMockRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts) -
Uses of WireContext in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type WireContext Modifier and Type Method Description ObjectRestRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)
-