- java.lang.Object
-
- org.jboss.ws.common.integration.AbstractDeploymentAspect
-
- org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect
-
- All Implemented Interfaces:
- org.jboss.wsf.spi.deployment.DeploymentAspect
public final class BusDeploymentAspect
extends org.jboss.ws.common.integration.AbstractDeploymentAspect
A deployment aspect that creates the CXF Bus early and attaches it to the endpoints (wrapped in a BusHolder)
- Author:
- alessio.soldano@jboss.com, Richard Opalka
-
-
Field Summary
-
Fields inherited from interface org.jboss.wsf.spi.deployment.DeploymentAspect
LAST_DEPLOYMENT_ASPECT
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
start(org.jboss.wsf.spi.deployment.Deployment dep) |
void |
stop(org.jboss.wsf.spi.deployment.Deployment dep) |
-
Methods inherited from class org.jboss.ws.common.integration.AbstractDeploymentAspect
canHandle, getLoader, getProvides, getProvidesAsSet, getRelativeOrder, getRequires, getRequiresAsSet, isForJaxRpc, isForJaxWs, isLast, setForJaxRpc, setForJaxWs, setLast, setProvides, setRelativeOrder, setRequires
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2013 JBoss, by Red Hat. All rights reserved.