Interface XSProcessorFactoryType
- All Known Implementing Classes:
XSProcessors
public interface XSProcessorFactoryType
The type of processor factories.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(XSProcessorRequest request) Create a new processor for the given request.
-
Method Details
-
create
Create a new processor for the given request.- Parameters:
request- The request- Returns:
- A new processor
-