public class RulesSwitchYardScanner
extends org.switchyard.component.common.knowledge.config.model.KnowledgeSwitchYardScanner
| Constructor and Description |
|---|
RulesSwitchYardScanner() |
| Modifier and Type | Method and Description |
|---|---|
org.switchyard.config.model.composite.ComponentModel |
scan(Class<?> rulesClass)
Scans a class using the default switchyard namespace.
|
org.switchyard.config.model.composite.ComponentModel |
scan(Class<?> rulesClass,
org.switchyard.config.model.switchyard.SwitchYardNamespace switchyardNamespace)
Scans a class using the specified switchyard namespace.
|
org.switchyard.config.model.ScannerOutput<org.switchyard.config.model.switchyard.SwitchYardModel> |
scan(org.switchyard.config.model.ScannerInput<org.switchyard.config.model.switchyard.SwitchYardModel> input) |
public org.switchyard.config.model.ScannerOutput<org.switchyard.config.model.switchyard.SwitchYardModel> scan(org.switchyard.config.model.ScannerInput<org.switchyard.config.model.switchyard.SwitchYardModel> input)
throws IOException
IOExceptionpublic org.switchyard.config.model.composite.ComponentModel scan(Class<?> rulesClass) throws IOException
rulesClass - the classIOException - oopspublic org.switchyard.config.model.composite.ComponentModel scan(Class<?> rulesClass, org.switchyard.config.model.switchyard.SwitchYardNamespace switchyardNamespace) throws IOException
rulesClass - the classswitchyardNamespace - the switchyard namespaceIOException - oopsCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.