Uses of Interface
net.morimekta.providence.descriptor.PServiceMethod
-
Packages that use PServiceMethod Package Description net.morimekta.providence.descriptor -
-
Uses of PServiceMethod in net.morimekta.providence.descriptor
Methods in net.morimekta.providence.descriptor that return PServiceMethod Modifier and Type Method Description abstract PServiceMethodPService. getMethod(java.lang.String name)Get the method definition for the given method name.Methods in net.morimekta.providence.descriptor that return types with arguments of type PServiceMethod Modifier and Type Method Description java.util.Collection<? extends PServiceMethod>PService. getMethods()Get the collection of methods for the service, including all inherited services.Constructors in net.morimekta.providence.descriptor with parameters of type PServiceMethod Constructor Description PService(java.lang.String programName, java.lang.String name, PServiceProvider extendsService, PServiceMethod[] methods)Constructor parameters in net.morimekta.providence.descriptor with type arguments of type PServiceMethod Constructor Description PService(java.lang.String programName, java.lang.String name, PServiceProvider extendsService, java.util.Collection<? extends PServiceMethod> methods)
-