Class EndpointPublisherHelper

java.lang.Object
org.jboss.as.webservices.publish.EndpointPublisherHelper

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EndpointPublisherHelper

      public EndpointPublisherHelper()
  • Method Details

    • 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)