Package org.smallmind.phalanx.wire
Class Methodology
- java.lang.Object
-
- org.smallmind.phalanx.wire.Methodology
-
public class Methodology extends Object
-
-
Constructor Summary
Constructors Constructor Description Methodology(Class<?> serviceInterface, Method method, SyntheticArgument... syntheticArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgumentInfogetArgumentInfo(String name)MethodgetMethod()
-
-
-
Constructor Detail
-
Methodology
public Methodology(Class<?> serviceInterface, Method method, SyntheticArgument... syntheticArguments) throws ServiceDefinitionException
- Throws:
ServiceDefinitionException
-
-
Method Detail
-
getMethod
public Method getMethod()
-
getArgumentInfo
public ArgumentInfo getArgumentInfo(String name)
-
-