Class MatcherResponses
- java.lang.Object
- 
- csw.command.client.models.matchers.MatcherResponses
 
- 
 public class MatcherResponses extends java.lang.Object
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMatcherResponses.MatchCompleted$Matcher response indicating the successful matching of demand statestatic classMatcherResponses.MatchFailedMatcher response indicating the failure in matching of demand statestatic classMatcherResponses.MatchFailed$
 - 
Constructor SummaryConstructors Constructor Description MatcherResponses()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MatcherResponsejMatchCompleted()A helper method for java to get the handle of MatchCompleted response
 
- 
- 
- 
Method Detail- 
jMatchCompletedpublic static MatcherResponse jMatchCompleted() A helper method for java to get the handle of MatchCompleted response- Returns:
- the instance of MatchCompleted
 
 
- 
 
-