All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.stack-agnostic-deployment-aspects.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<!--
  ~ JBoss, Home of Professional Open Source.
  ~ Copyright 2011, Red Hat, Inc., and individual contributors
  ~ as indicated by the @author tags. See the copyright.txt file in the
  ~ distribution for a full listing of individual contributors.
  ~
  ~ This is free software; you can redistribute it and/or modify it
  ~ under the terms of the GNU Lesser General Public License as
  ~ published by the Free Software Foundation; either version 2.1 of
  ~ the License, or (at your option) any later version.
  ~
  ~ This software is distributed in the hope that it will be useful,
  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  ~ Lesser General Public License for more details.
  ~
  ~ You should have received a copy of the GNU Lesser General Public
  ~ License along with this software; if not, write to the Free
  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  -->

<deploymentAspects xmlns="urn:jboss:ws:deployment:aspects:1.0">

  <deploymentAspect class="org.jboss.as.webservices.metadata.ContainerMetaDataDeploymentAspect">
    <property name="provides" class="java.lang.String">ContainerMetaData, VFSRoot</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.ws.common.deployment.BackwardCompatibleContextRootDeploymentAspect">
    <property name="requires" class="java.lang.String">ContainerMetaData</property>
    <property name="provides" class="java.lang.String">ContextRoot</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.ws.common.deployment.EndpointAddressDeploymentAspect">
    <property name="requires" class="java.lang.String">URLPattern</property>
    <property name="provides" class="java.lang.String">EndpointAddress</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.deployers.UnifiedServiceRefDeploymentAspect">
    <property name="requires" class="java.lang.String">StackDescriptor</property>
    <property name="provides" class="java.lang.String">UnifiedServiceRefMetaData</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.deployers.EndpointServiceDeploymentAspect">
    <property name="provides" class="java.lang.String">LifecycleHandler</property>
    <property name="last" class="boolean">true</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.ws.common.deployment.EndpointNameDeploymentAspect">
    <property name="requires" class="java.lang.String">URLPattern</property>
    <property name="provides" class="java.lang.String">EndpointName</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.ws.common.deployment.URLPatternDeploymentAspect">
    <property name="requires" class="java.lang.String">ContextRoot, ContainerMetaData</property>
    <property name="provides" class="java.lang.String">URLPattern</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.tomcat.WebMetaDataModifyingDeploymentAspect">
    <property name="requires" class="java.lang.String">WebMetaData, ContextProperties, StackDescriptor</property>
    <property name="provides" class="java.lang.String">WebMetaData</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.tomcat.WebMetaDataCreatingDeploymentAspect">
    <property name="requires" class="java.lang.String">VirtualHost,URLPattern,EndpointAddress</property>
    <property name="provides" class="java.lang.String">WebMetaData</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.dmr.ModelDeploymentAspect">
    <property name="requires" class="java.lang.String">EndpointName, EndpointAddress</property>
    <property name="provides" class="java.lang.String">ModelMetaData</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.deployers.EndpointRecordProcessorDeploymentAspect">
    <property name="provides" class="java.lang.String">EndpointRecordProcessors</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.as.webservices.injection.InjectionDeploymentAspect">
    <property name="requires" class="java.lang.String">StackInstanceProvider</property>
    <property name="provides" class="java.lang.String">InjectionAwareInstanceProvider</property>
  </deploymentAspect>

  <deploymentAspect class="org.jboss.ws.common.deployment.VirtualHostDeploymentAspect">
    <property name="requires" class="java.lang.String">ContainerMetaData</property>
    <property name="provides" class="java.lang.String">VirtualHosts</property>
  </deploymentAspect>

</deploymentAspects>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy