Class SipResource


  • @Path("/sip")
    @ApplicationScoped
    public class SipResource
    extends Object
    • Field Detail

      • context

        @Inject
        org.apache.camel.CamelContext context
    • Constructor Detail

      • SipResource

        public SipResource()
    • Method Detail

      • loadComponentSip

        @Path("/load/component/sip")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentSip()
                                                   throws Exception
        Throws:
        Exception
      • loadComponentSips

        @Path("/load/component/sips")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentSips()
                                                    throws Exception
        Throws:
        Exception