Class EndpointPublisherHelper


  • public class EndpointPublisherHelper
    extends Object
    Helper methods for publishing endpoints
    Author:
    Alessio Soldano
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void doDeployStep​(org.jboss.msc.service.ServiceTarget target, org.jboss.as.server.deployment.DeploymentUnit unit)  
      static org.jboss.as.server.deployment.DeploymentUnit doPrepareStep​(String context, ClassLoader loader, Map<String,​String> urlPatternToClassName, org.jboss.metadata.web.jboss.JBossWebMetaData jbwmd, org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData wsmd, org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData jbwsmd, org.jboss.as.controller.capability.CapabilityServiceSupport capabilityServiceSupport)  
      static org.jboss.wsf.spi.publish.Context doPublishStep​(WebHost host, org.jboss.msc.service.ServiceTarget target, org.jboss.as.server.deployment.DeploymentUnit unit)  
      static void undoDeployStep​(org.jboss.as.server.deployment.DeploymentUnit unit)  
      static void undoPublishStep​(WebHost host, org.jboss.wsf.spi.publish.Context wsctx)  
    • Constructor Detail

      • EndpointPublisherHelper

        public EndpointPublisherHelper()
    • Method Detail

      • doPublishStep

        public static org.jboss.wsf.spi.publish.Context doPublishStep​(WebHost host,
                                                                      org.jboss.msc.service.ServiceTarget target,
                                                                      org.jboss.as.server.deployment.DeploymentUnit unit)
                                                               throws Exception
        Throws:
        Exception
      • undoPublishStep

        public static void undoPublishStep​(WebHost host,
                                           org.jboss.wsf.spi.publish.Context wsctx)
                                    throws Exception
        Throws:
        Exception
      • doDeployStep

        public static void doDeployStep​(org.jboss.msc.service.ServiceTarget target,
                                        org.jboss.as.server.deployment.DeploymentUnit unit)
      • undoDeployStep

        public static void undoDeployStep​(org.jboss.as.server.deployment.DeploymentUnit unit)
                                   throws Exception
        Throws:
        Exception
      • doPrepareStep

        public static org.jboss.as.server.deployment.DeploymentUnit doPrepareStep​(String context,
                                                                                  ClassLoader loader,
                                                                                  Map<String,​String> urlPatternToClassName,
                                                                                  org.jboss.metadata.web.jboss.JBossWebMetaData jbwmd,
                                                                                  org.jboss.wsf.spi.metadata.webservices.WebservicesMetaData wsmd,
                                                                                  org.jboss.wsf.spi.metadata.webservices.JBossWebservicesMetaData jbwsmd,
                                                                                  org.jboss.as.controller.capability.CapabilityServiceSupport capabilityServiceSupport)