Author: alessio.soldano(a)jboss.com
Date: 2010-01-27 06:00:59 -0500 (Wed, 27 Jan 2010)
New Revision: 11494
Modified:
framework/branches/jaxrpc-cxf/src/main/java/org/jboss/wsf/framework/deployment/EndpointAPIDeploymentAspect.java
Log:
Make EndpointAPIDeploymentAspect extend the AbstractDeploymentAspect
Modified:
framework/branches/jaxrpc-cxf/src/main/java/org/jboss/wsf/framework/deployment/EndpointAPIDeploymentAspect.java
===================================================================
---
framework/branches/jaxrpc-cxf/src/main/java/org/jboss/wsf/framework/deployment/EndpointAPIDeploymentAspect.java 2010-01-27
10:10:45 UTC (rev 11493)
+++
framework/branches/jaxrpc-cxf/src/main/java/org/jboss/wsf/framework/deployment/EndpointAPIDeploymentAspect.java 2010-01-27
11:00:59 UTC (rev 11494)
@@ -22,9 +22,9 @@
package org.jboss.wsf.framework.deployment;
import org.jboss.wsf.common.ResourceLoaderAdapter;
+import org.jboss.wsf.common.integration.AbstractDeploymentAspect;
import org.jboss.wsf.spi.deployment.ArchiveDeployment;
import org.jboss.wsf.spi.deployment.Deployment;
-import org.jboss.wsf.spi.deployment.DeploymentAspect;
import org.jboss.wsf.spi.deployment.Endpoint;
import org.jboss.wsf.spi.deployment.UnifiedVirtualFile;
import org.jboss.wsf.spi.deployment.Deployment.DeploymentType;
@@ -36,7 +36,7 @@
* @since 31-Jul-2007
*/
// TODO: [JBWS-2674] review this deployment aspect once AS IL is rewritten
-public class EndpointAPIDeploymentAspect extends DeploymentAspect
+public class EndpointAPIDeploymentAspect extends AbstractDeploymentAspect
{
@Override
public void start(Deployment dep)