public class StaticMethodsProcessFactory<T> extends AnnotationDrivenProcessFactory
namespace| Constructor and Description |
|---|
StaticMethodsProcessFactory(InternationalString title,
String namespace,
Class<T> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
createProcessBean(Name name)
Creates the bean upon which the process execution method will be invoked.
|
Set<Name> |
getNames()
The names (non human readable) that can be used to refer to the processes generated by this
factory.
|
protected DescribeProcess |
getProcessDescription(Name name)
Finds the DescribeProcess description for the specified name
|
Method |
method(String name) |
public StaticMethodsProcessFactory(InternationalString title, String namespace, Class<T> targetClass)
protected DescribeProcess getProcessDescription(Name name)
getProcessDescription in class AnnotationDrivenProcessFactoryname - public Method method(String name)
method in class AnnotationDrivenProcessFactorypublic Set<Name> getNames()
ProcessFactoryThis name is used to advertise the availability of a Process in a WPS; while the Title and Description will change depending on the users locale; this name will be consistent. It is up to the implementor to ensure this name is unique
protected Object createProcessBean(Name name)
AnnotationDrivenProcessFactoryCan be null in case the method is a static one
createProcessBean in class AnnotationDrivenProcessFactoryname - Name of the process beanCopyright © 1996–2019 Geotools. All rights reserved.