@MessageBundle(projectCode="SWITCHYARD")
public interface RulesMessages
| Modifier and Type | Field and Description |
|---|---|
static RulesMessages |
MESSAGES
The default messages.
|
| Modifier and Type | Method and Description |
|---|---|
IOException |
rulesInterfaceGetNameIsAClassRulesOnlyAllowedOnInterfaces(String rulesInterfaceName)
rulesInterfaceGetNameIsAClass@RulesOnlyAllowedOnInterfaces method definition.
|
org.switchyard.HandlerException |
unknownEntryPoint(String entryPoint)
unknownEntryPoint method definition.
|
org.switchyard.HandlerException |
unsupportedOperationType(String operationType)
unsupportedOperationType method definition.
|
static final RulesMessages MESSAGES
@Message(id=38800,
value="%s is a class. @Rules only allowed on interfaces.")
IOException rulesInterfaceGetNameIsAClassRulesOnlyAllowedOnInterfaces(String rulesInterfaceName)
rulesInterfaceName - rulesInterfaceName@Message(id=38801,
value="Unknown entry point: %s; please check your rules source.")
org.switchyard.HandlerException unknownEntryPoint(String entryPoint)
entryPoint - the entryPoint@Message(id=38802,
value="Unsupported operation type: %s")
org.switchyard.HandlerException unsupportedOperationType(String operationType)
operationType - the operationTypeCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.