Element | Description | Class |
---|---|---|
endpoint | org.codehaus.xfire.spring.config.EndpointBean | |
handler | org.codehaus.xfire.spring.config.HandlerFactory | |
handlerName | org.codehaus.xfire.spring.config.HandlerNameBean | |
method | org.codehaus.xfire.spring.config.MethodBean | |
parameter | org.codehaus.xfire.spring.config.ParameterBean | |
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 |
---|---|---|
exclude | xs:boolean | |
mep | xs:string | |
name | xs:string | |
operationName | xs:string | |
soapAction | xs:string |
Element | Type | Description |
---|---|---|
parameters | (<spring:bean/>)* | |
properties | <spring:bean/> | |
returnType | parameter |
Attribute | Type | Description |
---|---|---|
class | xs:string | |
index | xs:integer | |
mode | xs:string | Specifies whether this parameter is "in", "inout", or "out". |
name | xs:QName |
Element | Type | Description |
---|---|---|
header | <spring:bean/> |
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 #getServiceClass() 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 | |
wsdlURL | xs:string |
Element | Type | Description |
---|---|---|
applicationContext | <spring:bean/> | |
bindings | (<spring:bean/>)* | |
executor | <spring:bean/> | |
faultHandlers | (<spring:bean/>)* | |
inHandlers | (<spring:bean/>)* | |
invoker | <spring:bean/> | |
methods | (<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/> |
Attribute | Type | Description |
---|---|---|
allowUndefinedEndpoints | xs:boolean | |
name | xs:QName | |
transport | xs:string |
Element | Type | Description |
---|---|---|
endpoints | (<spring:bean/>)* |
Attribute | Type | Description |
---|---|---|
allowUndefinedEndpoints | xs:boolean | |
name | xs:QName | |
transport | xs:string |
Element | Type | Description |
---|---|---|
endpoints | (<spring:bean/>)* |
Element | Type | Description |
---|---|---|
applicationContext | <spring:bean/> | |
faultHandlers | (<spring:bean/>)* | |
inHandlers | (<spring:bean/>)* | |
outHandlers | (<spring:bean/>)* | |
properties | <spring:bean/> | |
transports | (<spring:bean/>)* |