Uses of Class
org.smallmind.phalanx.wire.ServiceDefinitionException
Packages that use ServiceDefinitionException
Package
Description
-
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire
Constructors in org.smallmind.phalanx.wire that throw ServiceDefinitionExceptionModifierConstructorDescriptionMethodology(Class<?> serviceInterface, Method method, SyntheticArgument... syntheticArguments) -
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire.transport
Methods in org.smallmind.phalanx.wire.transport that throw ServiceDefinitionExceptionModifier and TypeMethodDescriptionvoidWireInvocationCircuit.register(Class<?> serviceInterface, WiredService targetService) Constructors in org.smallmind.phalanx.wire.transport that throw ServiceDefinitionException -
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire.transport.jms
Methods in org.smallmind.phalanx.wire.transport.jms that throw ServiceDefinitionExceptionModifier and TypeMethodDescriptionJmsResponseTransport.register(Class<?> serviceInterface, WiredService targetService) -
Uses of ServiceDefinitionException in org.smallmind.phalanx.wire.transport.mock
Methods in org.smallmind.phalanx.wire.transport.mock that throw ServiceDefinitionExceptionModifier and TypeMethodDescriptionMockResponseTransport.register(Class<?> serviceInterface, WiredService targetService)