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