Package org.jboss.as.webservices.publish
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 EndpointPublisherHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddoDeployStep(org.jboss.msc.service.ServiceTarget target, org.jboss.as.server.deployment.DeploymentUnit unit)static org.jboss.as.server.deployment.DeploymentUnitdoPrepareStep(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.ContextdoPublishStep(WebHost host, org.jboss.msc.service.ServiceTarget target, org.jboss.as.server.deployment.DeploymentUnit unit)static voidundoDeployStep(org.jboss.as.server.deployment.DeploymentUnit unit)static voidundoPublishStep(WebHost host, org.jboss.wsf.spi.publish.Context wsctx)
-
-
-
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)
-
-