Uses of Class
org.smallmind.phalanx.wire.signal.WireContext
Packages that use WireContext
Package
Description
-
Uses of WireContext in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire that return types with arguments of type WireContextModifier and TypeMethodDescriptionstatic Class<? extends WireContext>WireContextManager.getContextClass(String handle) Methods in org.smallmind.phalanx.wire with parameters of type WireContextModifier and TypeMethodDescriptionParameterExtractor.getParameter(Method method, HashMap<String, Object> argumentMap, WireContext... wireContexts) StaticParameterExtractor.getParameter(Method method, HashMap<String, Object> argumentMap, WireContext... wireContexts) Vocalizer.getVoice(HashMap<String, Object> argumentMap, WireContext... wireContexts) Method parameters in org.smallmind.phalanx.wire with type arguments of type WireContextModifier and TypeMethodDescriptionstatic 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.signalMethods in org.smallmind.phalanx.wire.signal that return WireContextModifier and TypeMethodDescriptionInvocationSignal.getContexts()WireContextXmlAdapter.unmarshal(com.fasterxml.jackson.databind.JsonNode node) Methods in org.smallmind.phalanx.wire.signal with parameters of type WireContextModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeWireContextXmlAdapter.marshal(WireContext[] wireContexts) voidInvocationSignal.setContexts(WireContext[] contexts) Constructors in org.smallmind.phalanx.wire.signal with parameters of type WireContextModifierConstructorDescriptionInvocationSignal(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 WireContextModifier and TypeMethodDescriptionvoidWireContextInitializingBean.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 WireContextModifier and TypeMethodDescriptionMethodInvoker.remoteInvocation(WireContext[] contexts, Function function, Object... arguments) RequestTransport.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 WireContextModifier and TypeMethodDescriptionRequestMessageRouter.publish(boolean inOnly, String serviceGroup, Voice<?, ?> voice, Route route, Map<String, Object> arguments, WireContext... contexts) RabbitMQRequestTransport.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 -
Uses of WireContext in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock with parameters of type WireContext -
Uses of WireContext in org.smallmind.phalanx.wire.transport.rest
Methods in org.smallmind.phalanx.wire.transport.rest with parameters of type WireContext