| Fuse ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||
Configures a JAX-WS server. The element is associated with the org.apache.cxf.jaxws.support.JaxWsServerFactoryBean object.
| Nested Element Summary | |||||||||||||||||||||||||||||
| all |
|
||||||||||||||||||||||||||||
| Attribute Summary | |
boolean | abstract
Specifies if the bean is an abstract bean. |
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. |
boolean | createdFromAPI
Specifies that the user created that bean using CXF APIs like Endpoint.publish or Service.getPort. |
string | depends-on
A list of beans that the bean depends on being instantiated before it can be instantiated. |
QName | endpointName
Specifies the value of the service's WSDL port element's name attribute. |
string | id
The unique identifier for a bean. |
string | name
A unique identifier for the bean. |
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 |
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
Defined with global type boolean
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. 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
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
Defined with global type boolean
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
Defined with global type string
Specifies the value of the service's WSDL port element's name attribute.
Defined with global type QName
The unique identifier for a bean. A bean id may not be used more than once within the same <beans> element.
Defined with global type string
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
Defined with global type string
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 ESB Enterprise 7.0 XML Schemas | ||||||
| SUMMARY: DOCUMENTATION | ELEMENTS | ATTRIBUTES | FRAMES | NO FRAMES | ||||||