Uses of Class
org.smallmind.phalanx.wire.ServiceDefinitionException
-
Packages that use ServiceDefinitionException Package Description org.smallmind.phalanx.wire org.smallmind.phalanx.wire.jms org.smallmind.phalanx.wire.mock -
-
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire
Methods in org.smallmind.phalanx.wire that throw ServiceDefinitionException Modifier and Type Method Description voidWireInvocationCircuit. register(Class<?> serviceInterface, WiredService targetService)Constructors in org.smallmind.phalanx.wire that throw ServiceDefinitionException Constructor Description MethodInvoker(Object targetObject, Class<?> serviceInterface)Methodology(Class<?> serviceInterface, Method method, SyntheticArgument... syntheticArguments) -
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire.jms
Methods in org.smallmind.phalanx.wire.jms that throw ServiceDefinitionException Modifier and Type Method Description StringJmsResponseTransport. register(Class<?> serviceInterface, WiredService targetService) -
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire.mock
Methods in org.smallmind.phalanx.wire.mock that throw ServiceDefinitionException Modifier and Type Method Description StringMockResponseTransport. register(Class<?> serviceInterface, WiredService targetService)
-