Uses of Class
org.smallmind.phalanx.wire.WireContext
-
Packages that use WireContext Package Description org.smallmind.phalanx.wire org.smallmind.phalanx.wire.amqp.rabbitmq org.smallmind.phalanx.wire.jms org.smallmind.phalanx.wire.mock -
-
Uses of WireContext in org.smallmind.phalanx.wire
Subclasses of WireContext in org.smallmind.phalanx.wire Modifier and Type Class Description classProtoWireContextMethods in org.smallmind.phalanx.wire 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 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)com.fasterxml.jackson.databind.JsonNodeWireContextXmlAdapter. marshal(WireContext[] wireContexts)ObjectMethodInvoker. remoteInvocation(WireContext[] contexts, Function function, Object... arguments)voidInvocationSignal. setContexts(WireContext[] contexts)ObjectRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)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)voidWireContextInitializingBean. setContextClass(Class<? extends WireContext> contextClass)Constructors in org.smallmind.phalanx.wire 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.amqp.rabbitmq
Methods in org.smallmind.phalanx.wire.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.jms
Methods in org.smallmind.phalanx.wire.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.mock
Methods in org.smallmind.phalanx.wire.mock with parameters of type WireContext Modifier and Type Method Description ObjectMockRequestTransport. transmit(Voice<?,?> voice, Route route, Map<String,Object> arguments, WireContext... contexts)
-