Interface Negotiator
-
- All Known Implementing Classes:
AbstractNegotiator
public interface NegotiatorInterface for negotiator classes.- Since:
- 7.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getProperties()StringgetProperty(String name)StringgetProperty(String name, String defaultValue)StringgetResult(String target, Object context)Should return null if next negotiator should apply.voidsetProperties(Map<String,String> properties)
-