| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
Configures a JAX-WS client.
| Nested Element Summary | |||||||||||||||||||||
| all |
|
||||||||||||||||||||
| Attribute Summary | |
Tactivation | activation
The activation attribute for this component. |
string | address
Specifies the HTTP address of the endpoint on which the client makes requests. |
string | bindingId
Specifies the ID of the data binding the client will use. |
string | bus
Specifies the ID of the Spring bean configuring the bus managing the endpoint. |
TdependsOn | depends-on
depends-on identifies (by id) other components that this component depends on. |
QName | endpointName
Specifies the value of the WSDL port element's name attribute for the service on which the client is making requests. |
ID | id
|
string | password
Specifies a password that is used for simple username/password authentication. |
string | serviceClass
Specifies the name of the class implementing the client. |
QName | serviceName
Specifies the value of the WSDL service element's name attribute for the service on which the client is making requests. |
string | transportId
Specifies the transportId that endpoint will use, it will override the transport which is defined in the wsdl. |
string | username
Specifies a password that is used for simple username/password authentication. |
string | wsdlLocation
Specifies the location of the endpoint's WSDL contract. |
| Attribute Detail |
The activation attribute for this component. This can either
be "eager" or "lazy". If not specified, it
defaults to default-activation attribute of the enclosing
<blueprint> element.
Defined with global type Tactivation
Specifies the HTTP address of the endpoint on which the client makes requests. This value will override the value
specified in the services contract.
Defined with global type string
Specifies the ID of the data binding the client will use. For SOAP bindings the IDs are defined in the JAX-WS
specification. For other data bindings, the ID is the namespace of the WSDL extensions used to configure the
binding.
Defined with global type string
Specifies the ID of the Spring bean configuring the bus managing the endpoint.
Defined with global type string
depends-on identifies (by id) other components that this component
depends on. The component only be activated after the
depends-on components are successfully activated. Also, if there
are <reference> or <reference-list> elements with unstatisfied
manadatory references, then the depends-on relationship will also
be used to determine whether this service is enabled or not.
Defined with global type TdependsOn
Specifies the value of the WSDL port element's name attribute for the service on which the client is making
requests.
Defined with global type QName
Defined with global type ID
Specifies a password that is used for simple username/password authentication.
Defined with global type string
Specifies the name of the class implementing the client.
Defined with global type string
Specifies the value of the WSDL service element's name attribute for the service on which the client is making
requests.
Defined with global type QName
Specifies the transportId that endpoint will use, it will override the transport which is defined in the wsdl.
Defined with global type string
Specifies a password that is used for simple username/password authentication.
Defined with global type string
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.
Defined with global type string
| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||