| Element | Description | Class |
|---|---|---|
| endpoint | org.codehaus.xfire.spring.config.EndpointBean | |
| handler | org.codehaus.xfire.spring.config.HandlerFactory | |
| handlerName | org.codehaus.xfire.spring.config.HandlerNameBean | |
| schema | org.codehaus.xfire.spring.config.SchemaBean | |
| service | A convenience bean which creates a Service from a ServiceFactory instance. If there is no ServiceFactory set, ServiceBean will create one from the ObjectServiceFactory. Alternatively, the | org.codehaus.xfire.spring.ServiceBean |
| soap11Binding | org.codehaus.xfire.spring.config.Soap11BindingBean | |
| soap12Binding | org.codehaus.xfire.spring.config.Soap12BindingBean | |
| xfire | org.codehaus.xfire.spring.config.XFireBean |
| Attribute | Type | Description |
|---|---|---|
| name | xs:QName | |
| url | xs:string |
| Attribute | Type | Description |
|---|---|---|
| handlerClass | xsd:string |
| Element | Type | Description |
|---|---|---|
| after | <spring:bean/> | |
| before | <spring:bean/> |
| Attribute | Type | Description |
|---|---|---|
| handler | xs:string |
| Attribute | Type | Description |
|---|---|---|
| location | xs:string |
| Attribute | Type | Description |
|---|---|---|
| createDefaultBindings | xs:boolean | |
| implementationClass | xsd:string | |
| name | xs:string | Sets the service name. Default is the bean name of this exporter. |
| namespace | xs:string | Sets the service default namespace. Default is a namespace based on the package of the {@link #getServiceInterface() service interface}. |
| scope | xs:string | |
| serviceClass | xsd:string | Set the service class. The service class is passed to the ServiceFactory's create method and is used to determine the operations on the service. |
| style | xs:string | |
| use | xs:string |
| Element | Type | Description |
|---|---|---|
| applicationContext | <spring:bean/> | |
| bindings | (<spring:bean/>)* | |
| faultHandlers | (<spring:bean/>)* | |
| inHandlers | (<spring:bean/>)* | |
| outHandlers | (<spring:bean/>)* | |
| properties | <spring:bean/> | |
| schemas | (<spring:bean/>)* | |
| serviceBean | <spring:bean/> | Gets the object which backs this service. |
| serviceFactory | <spring:bean/> | |
| xfire | <spring:bean/> |
| Element | Type | Description |
|---|---|---|
| applicationContext | <spring:bean/> | |
| faultHandlers | (<spring:bean/>)* | |
| inHandlers | (<spring:bean/>)* | |
| outHandlers | (<spring:bean/>)* | |
| properties | <spring:bean/> | |
| transports | (<spring:bean/>)* |