| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
{http://www.osgi.org/xmlns/blueprint/v1.0.0}Tcomponent
{http://cxf.apache.org/blueprint/simple}serverType
| Nested Element Summary | |||||||||||||||||||||||||||
| all |
|
||||||||||||||||||||||||||
| Attribute Summary | |
Tactivation | activation
The activation attribute for this component. |
string | address
Specifies the HTTP address of the endpoint. |
string | bindingId
Specifies the ID of the data binding the service 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 service's WSDL port element's name attribute. |
ID | id
|
string | serviceBean
Specifies the class implementing the service. |
string | serviceClass
Specifies the name of the class implementing the service. |
QName | serviceName
Specifies the value of the service's WSDL service element's name attribute. |
boolean | start
Specifies if the service should be automatically published. |
string | transportId
Specifies the transportId that endpoint will use, it will override the transport which is defined in the wsdl. |
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. This value will override the value specified in the services
contract.
Defined with global type string
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.
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 service's WSDL port element's name attribute.
Defined with global type QName
Defined with global type ID
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.
Defined with global type string
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.
Defined with global type string
Specifies the value of the service's WSDL service element's name attribute.
Defined with global type QName
Specifies if the service should be automatically published.
Defined with global type boolean
"true"
Specifies the transportId that endpoint will use, it will override the transport which is defined in the wsdl.
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 service is deployed.
Defined with global type string
| Fuse Services Framework 2.4 XML Schema Reference | ||||||
| SUMMARY: ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||