META-INF.stack-specific-deployment-aspects.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <deploymentAspects xmlns="urn:jboss:ws:deployment:aspects:1.0"> <deploymentAspect class="org.jboss.ws.common.deployment.ContextPropertiesDeploymentAspect"> <property name="provides" class="java.lang.String">ContextProperties</property> <property name="contextProperties" class="java.util.HashMap"> <map keyClass="java.lang.String" valueClass="java.lang.String"> <entry> <key>stack.transport.class</key> <value>org.jboss.wsf.stack.cxf.CXFServletExt</value> </entry> </map> </property> </deploymentAspect> <deploymentAspect class="org.jboss.wsf.stack.cxf.deployment.aspect.DescriptorDeploymentAspect"> <property name="requires" class="java.lang.String">EndpointAddress,JAXBIntros</property> <property name="provides" class="java.lang.String">StackDescriptor</property> </deploymentAspect> <deploymentAspect class="org.jboss.ws.common.deployment.EndpointHandlerDeploymentAspect"> <property name="requires" class="java.lang.String">ContainerMetaData</property> <property name="provides" class="java.lang.String">StackEndpointHandler</property> </deploymentAspect> <deploymentAspect class="org.jboss.wsf.stack.cxf.deployment.aspect.CXFInstanceProviderDeploymentAspect"> <property name="requires" class="java.lang.String">ContainerMetaData,BusHolder</property> <property name="provides" class="java.lang.String">StackInstanceProvider</property> </deploymentAspect> <deploymentAspect class="org.jboss.ws.common.deployment.JAXBIntroDeploymentAspect"> <property name="provides" class="java.lang.String">JAXBIntros</property> </deploymentAspect> <deploymentAspect class="org.jboss.wsf.stack.cxf.deployment.aspect.BusDeploymentAspect"> <property name="provides" class="java.lang.String">BusHolder</property> <property name="requires" class="java.lang.String">StackDescriptor</property> </deploymentAspect> </deploymentAspects>