Showing:

Annotations
Attributes
Model
Properties
Element bus
Namespace http://cxf.apache.org/core
Properties
content complex
Model
Children features, inFaultInterceptors, inInterceptors, outFaultInterceptors, outInterceptors, properties
Attributes
QName Type Use Annotation
abstract xsd:boolean optional
Specifies if the bean is an abstract bean. Abstract beans act as parents for 
concrete bean definitions and are not instantiated. The default is "false".
Setting this to "true" instructs the bean factory not to instantiate the bean.
See documentation for attribute abstract in attribute group beanAttributes
in http://www.springframework.org/schema/beans/spring-beans.xsd
bus xsd:string optional
Name of the bus that is being configured.  Defaults to "cxf", but can 
be used to specify a different bus to allow for multiple Bus instances
within an application.
createdFromAPI xsd:boolean optional
Specifies that the user created that bean using CXF APIs like
Endpoint.publish or Service.getPort.
The default is "false".
Setting this to "true" does the following: Changes the internal name of the
bean by appending either ".jaxws-client" or ".jaxws-endpoint" to the bean's
id. Makes the bean abstract.
See documentation for attribute abstract in attribute group beanAttributes
in http://www.springframework.org/schema/beans/spring-beans.xsd
depends-on xsd:string optional
A list of beans that the bean depends on being instantiated before it 
can be instantiated.
See documentation for attribute depends-on in attribute group beanAttributes
in http://www.springframework.org/schema/beans/spring-beans.xsd
id xsd:string optional
Unique identifier for the particular Bus instance.  Mostly used by the
JMX management and OSGi service registry to provide some level of 
persitent naming to the Bus instances.  The default is "cxf" + random number.
name xsd:string optional
A unique identifier for the bean. This can also be a list of identifiers.
See documentation for attribute name in attribute group beanAttributes
in http://www.springframework.org/schema/beans/spring-beans.xsd
Element bus / features
Namespace http://cxf.apache.org/core
Annotations
The list of features that are applied to the bus.
Child elements of this element must be beans whose bean class extends 
org.apache.cxf.AbstractFeature, or references to such beans.
Properties
minOccurs 0
Element bus / inInterceptors
Namespace http://cxf.apache.org/core
Annotations
The list of interceptors that the bus contributes to all inbound message interceptor chains.
Child elements of this element must be beans whose bean class implements 
org.apache.cxf.Interceptor, or references to such beans.
Properties
minOccurs 0
Element bus / inFaultInterceptors
Namespace http://cxf.apache.org/core
Annotations
The list of interceptors that the bus contributes to all inbound fault interceptor chains.
Child elements of this element must be beans whose bean class implements 
org.apache.cxf.Interceptor, or references to such beans.
Properties
minOccurs 0
Element bus / outInterceptors
Namespace http://cxf.apache.org/core
Annotations
The list of interceptors that the bus contributes to all outbound message interceptor chains.
Child elements of this element must be beans whose bean class implements 
org.apache.cxf.Interceptor, or references to such beans.
Properties
minOccurs 0
Element bus / outFaultInterceptors
Namespace http://cxf.apache.org/core
Annotations
The list of interceptors that the bus contributes to all outbound fault interceptor chains.
Child elements of this element must be beans whose bean class implements 
org.apache.cxf.Interceptor, or references to such beans.
Properties
minOccurs 0
Element bus / properties
Namespace http://cxf.apache.org/core
Annotations
Specifies a map of properties that are passed to the bus.
Type mapType
Type hierarchy
Properties
content complex
minOccurs 0
Model
Children description, entry
Attributes
QName Type Use Annotation
key-type xsd:string optional

java:java.lang.Class

The default Java type for nested entry keys. Must be a fully qualified
class name.
value-type xsd:string optional

java:java.lang.Class

The default Java type for nested values. Must be a fully qualified
class name.
Attribute bus / @bus
Namespace No namespace
Annotations
Name of the bus that is being configured.  Defaults to "cxf", but can 
be used to specify a different bus to allow for multiple Bus instances
within an application.
Type xsd:string
Properties
content simple
Attribute bus / @id
Namespace No namespace
Annotations
Unique identifier for the particular Bus instance.  Mostly used by the
JMX management and OSGi service registry to provide some level of 
persitent naming to the Bus instances.  The default is "cxf" + random number.
Type xsd:string
Properties
content simple