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 AnnotationDrivenProcessFactory
name
- public Method method(String name)
method
in class AnnotationDrivenProcessFactory
public Set<Name> getNames()
ProcessFactory
This 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)
AnnotationDrivenProcessFactory
Can be null in case the method is a static one
createProcessBean
in class AnnotationDrivenProcessFactory
name
- Name of the process beanCopyright © 1996–2019 Geotools. All rights reserved.