Showing:

Annotations
Model
Properties
Element serverType / binding
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Configures the message binding used by the endpoint. Message bindings are configured using implementations of the 
org.apache.cxf.binding.BindingFactory interface. The SOAP binding is configured using the soap:soapBinding bean.
Properties
minOccurs 0
Element serverType / dataBinding
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Configures the data binding used by the endpoint.
Properties
minOccurs 0
Element serverType / executor
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Configures a Java executor to handle the service.
Properties
minOccurs 0
Element serverType / features
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies a list of beans that configure advanced features.
Properties
minOccurs 0
Element serverType / inInterceptors
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies a list of interceptors to process incoming requests.
Properties
minOccurs 0
Element serverType / inFaultInterceptors
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies a list of interceptors to process incoming fault messages.
Properties
minOccurs 0
Element serverType / invoker
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies an implementation of the org.apache.cxf.service.Invoker interface to be used by the service. The Invoker 
implementation controls how a service is invoked. For example, it controls if each request is handled by a new instance of the 
service implementation or if state is preserved across invocations.
Properties
minOccurs 0
Element serverType / outInterceptors
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies a list of interceptors to process outgoing responses.
Properties
minOccurs 0
Element serverType / outFaultInterceptors
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies a list of interceptors to process outgoing fault messages.
Properties
minOccurs 0
Element serverType / properties
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Specifies a map of properties that are passed to the endpoint.
Type Tmap
Properties
content simple
minOccurs 0
Element serverType / schemaLocations
Namespace http://cxf.apache.org/blueprint/simple
Type schemasType
Properties
content complex
minOccurs 0
Model
Children schemaLocation
Element serverType / serviceBean
Namespace http://cxf.apache.org/blueprint/simple
Annotations
Configures the bean implementing the service. If this child is used you should not use the serviceBean attribute.
Properties
minOccurs 0
Element serverType / serviceFactory
Namespace http://cxf.apache.org/blueprint/simple
Properties
minOccurs 0
Complex Type serverType
Namespace http://cxf.apache.org/blueprint/simple
Type extension of Tcomponent
Type hierarchy
Model
Children binding, dataBinding, executor, features, inFaultInterceptors, inInterceptors, invoker, outFaultInterceptors, outInterceptors, properties, schemaLocations, serviceBean, serviceFactory
Attribute serverType / @address
Namespace No namespace
Annotations
Specifies the HTTP address of the endpoint. This value will override the value specified in the services 
contract.
Type xsd:string
Properties
content simple
Attribute serverType / @bindingId
Namespace No namespace
Annotations
Specifies the ID of the data binding the service will use. The ID is the namespace of the WSDL extensions used to configure the
binding.
Type xsd:string
Properties
content simple
Attribute serverType / @bus
Namespace No namespace
Annotations
Specifies the ID of the Spring bean configuring the bus managing the endpoint.
Type xsd:string
Properties
content simple
Attribute serverType / @serviceClass
Namespace No namespace
Annotations
Specifies the name of the class implementing the service. This attribute is useful when you specify the implementor 
with the ref bean which is wrapped by using Spring AOP.
Type xsd:string
Properties
content simple
Attribute serverType / @serviceBean
Namespace No namespace
Annotations
Specifies the class implementing the service. You can specify the implementation class using either the class 
name or an ID reference to a Spring bean configuring the implementation class. This class needs to be on the 
classpath.
Type xsd:string
Properties
content simple
Attribute serverType / @start
Namespace No namespace
Annotations
Specifies if the service should be automatically published.
Type xsd:boolean
Properties
default true
Attribute serverType / @transportId
Namespace No namespace
Annotations
Specifies the transportId that endpoint will use, it will override the transport which is defined in the wsdl.
Type xsd:string
Properties
content simple
Attribute serverType / @wsdlLocation
Namespace No namespace
Annotations
Specifies the location of the endpoint's WSDL contract. The WSDL contract's location is relative to the folder 
from which the service is deployed.
Type xsd:string
Properties
content simple
Attribute serverType / @endpointName
Namespace No namespace
Annotations
Specifies the value of the service's WSDL port element's name attribute.
Type xsd:QName
Properties
content simple
Attribute serverType / @serviceName
Namespace No namespace
Annotations
Specifies the value of the service's WSDL service element's name attribute.
Type xsd:QName
Properties
content simple