Class CreateDestination

java.lang.Object
org.apache.activemq.web.DestinationFacade
org.apache.activemq.web.controller.CreateDestination
All Implemented Interfaces:
org.springframework.web.servlet.mvc.Controller

public class CreateDestination extends DestinationFacade implements org.springframework.web.servlet.mvc.Controller
  • Constructor Details

    • CreateDestination

      public CreateDestination(BrokerFacade brokerFacade)
  • Method Details

    • handleRequest

      public org.springframework.web.servlet.ModelAndView handleRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws Exception
      Specified by:
      handleRequest in interface org.springframework.web.servlet.mvc.Controller
      Throws:
      Exception
    • getSupportedHttpMethods

      public String[] getSupportedHttpMethods()
      Overrides:
      getSupportedHttpMethods in class DestinationFacade