alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (server.xml)

This example Apache CXF source code file (server.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

The Apache CXF server.xml source code

<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:jee="http://www.springframework.org/schema/jee"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:cxf="http://cxf.apache.org/core"
	xmlns:http="http://cxf.apache.org/transports/http/configuration"
	xmlns:jaxws="http://cxf.apache.org/jaxws"
	xmlns:wsa="http://cxf.apache.org/ws/addressing"
	xmlns:wsrm-mgr="http://cxf.apache.org/ws/rm/manager"
	xmlns:camel-transport="http://cxf.apache.org/transports/camel"

	xsi:schemaLocation="
	    http://www.springframework.org/schema/beans
	    http://www.springframework.org/schema/beans/spring-beans.xsd
		http://www.springframework.org/schema/jee
		http://www.springframework.org/schema/jee/spring-jee.xsd
	    http://cxf.apache.org/core
	    http://cxf.apache.org/schemas/core.xsd
	    http://cxf.apache.org/transports/http/configuration
	    http://cxf.apache.org/schemas/configuration/http-conf.xsd
	    http://cxf.apache.org/jaxws
		http://cxf.apache.org/schemas/jaxws.xsd
	    http://cxf.apache.org/ws/addressing
	    http://cxf.apache.org/schemas/ws-addr-conf.xsd
	    http://cxf.apache.org/ws/rm/manager
	    http://cxf.apache.org/schemas/configuration/wsrm-manager.xsd
		http://cxf.apache.org/transports/camel
		http://cxf.apache.org/transports/camel.xsd
	">

	<import resource="classpath:META-INF/cxf/cxf.xml" />
	<import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
	<import resource="classpath:META-INF/cxf/cxf-extension-xml.xml" />
	<import resource="classpath:META-INF/cxf/cxf-extension-http.xml" />
	<import resource="classpath:META-INF/cxf/cxf-extension-addr.xml" />
	<import resource="classpath:META-INF/cxf/cxf-extension-jaxws.xml" />
	<import resource="classpath:META-INF/cxf/cxf-extension-policy.xml" />

	<jaxws:endpoint
		id="asyncMessagingProvider"
		implementor="org.apache.cxf.systest.ws.addr_wsdl.jaxwsmm.MessageProviderWithAddressingPolicy"
		createdFromAPI="true"
	/>
</beans>

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF server.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.