Class FacebookResource


  • @Path("/facebook")
    @ApplicationScoped
    public class FacebookResource
    extends Object
    • Field Detail

      • context

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

      • FacebookResource

        public FacebookResource()
    • Method Detail

      • loadComponentFacebook

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