Class As2Resource
- java.lang.Object
-
- org.apache.camel.quarkus.component.as2.it.As2Resource
-
@Path("/as2") @ApplicationScoped public class As2Resource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLIENT_PORT_PARAMETER(package private) org.apache.camel.ConsumerTemplateconsumerTemplate(package private) org.apache.camel.ProducerTemplateproducerTemplatestatic StringSERVER_PORT_PARAMETER
-
Constructor Summary
Constructors Constructor Description As2Resource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientResultclient(Request request)ServerResultserver()booleanserverInit()
-
-
-
Method Detail
-
client
@Path("/client") @POST @Consumes("application/json") @Produces("application/json") public ClientResult client(Request request) throws Exception- Throws:
Exception
-
serverInit
@Path("/serverInit") @GET @Produces("application/json") public boolean serverInit() throws Exception- Throws:
Exception
-
server
@Path("/server") @GET @Produces("application/json") public ServerResult server() throws Exception- Throws:
Exception
-
-