Showing:

Annotations
Attributes
Model
Properties
Element client
Namespace http://cxf.apache.org/simple
Annotations
Configures a client implemented using the Simple front-end.
Type clientType
Type hierarchy
Properties
content complex
Model
Children binding, conduitSelector, dataBinding, 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
address xsd:string optional
Specifies the HTTP address of the endpoint on which the client makes requests. This value will override the value 
specified in the services contract.
bindingId xsd:string optional
Specifies the ID of the data binding the client will use. The ID is the namespace of the WSDL extensions used to 
configure the binding.
bus xsd:string optional
Specifies the ID of the Spring bean configuring the bus managing the endpoint.
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
endpointName xsd:QName optional
Specifies the value of the WSDL port element's name attribute for the service on which the client is making 
requests.
id xsd:string optional
The unique identifier for a bean. A bean id may not be used more than once
within the same <beans> element.
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
password xsd:string optional
Specifies a password that is used for simple username/password authentication.
serviceClass xsd:string optional
Specifies the name of the class implementing the client.
serviceName xsd:QName optional
Specifies the value of the WSDL service element's name attribute for the service on which the client is making 
requests.
transportId xsd:string optional
Specifies the transportId that endpoint will use, it will override the transport which is defined in the wsdl.
username xsd:string optional
Specifies a password that is used for simple username/password authentication.
wsdlLocation xsd:string optional
Specifies the location of the endpoint's WSDL contract. The WSDL contract's location is relative to the folder 
from which the client is deployed.