Class BodySelectorFactory
- java.lang.Object
-
- com.chutneytesting.action.jms.consumer.bodySelector.BodySelectorFactory
-
public class BodySelectorFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description BodySelectorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BodySelectorbuild(String selector)StringsyntaxDescription()
-
-
-
Method Detail
-
build
public BodySelector build(String selector) throws IllegalArgumentException
- Throws:
IllegalArgumentException- if the selector matches a parser butBodySelectorcannot be built nonetheless
-
syntaxDescription
public String syntaxDescription()
-
-