@Component
@ApplicationPath(value="/v2/atlas/")
public class JaxrsApplication
extends javax.ws.rs.core.Application
| Modifier and Type | Class and Description |
|---|---|
static class |
JaxrsApplication.JavaServiceEmptyClasspath |
| Constructor and Description |
|---|
JaxrsApplication() |
| Modifier and Type | Method and Description |
|---|---|
io.atlasmap.service.AtlasService |
atlasService() |
io.atlasmap.csv.service.CsvService |
csvService() |
io.atlasmap.dfdl.service.DfdlService |
dfdlService() |
io.atlasmap.java.service.JavaService |
javaService() |
io.atlasmap.json.service.JsonService |
jsonService() |
io.atlasmap.xml.service.XmlService |
xmlService() |
@Bean public io.atlasmap.java.service.JavaService javaService()
@Bean public io.atlasmap.json.service.JsonService jsonService()
@Bean public io.atlasmap.xml.service.XmlService xmlService()
@Bean public io.atlasmap.dfdl.service.DfdlService dfdlService()
@Bean public io.atlasmap.csv.service.CsvService csvService()
@Bean
public io.atlasmap.service.AtlasService atlasService()
throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.