Class As2Resource


  • @Path("/as2")
    @ApplicationScoped
    public class As2Resource
    extends Object
    • Field Detail

      • CLIENT_PORT_PARAMETER

        public static String CLIENT_PORT_PARAMETER
      • SERVER_PORT_PARAMETER

        public static String SERVER_PORT_PARAMETER
      • producerTemplate

        @Inject
        org.apache.camel.ProducerTemplate producerTemplate
      • consumerTemplate

        @Inject
        org.apache.camel.ConsumerTemplate consumerTemplate
    • Constructor Detail

      • As2Resource

        public As2Resource()
    • Method Detail

      • serverInit

        @Path("/serverInit")
        @GET
        @Produces("application/json")
        public boolean serverInit()
                           throws Exception
        Throws:
        Exception