| Element | Description | Class |
|---|---|---|
| binding | Represents the association between the service and URL. | com.sun.xml.ws.transport.http.servlet.SpringBinding |
| Element | Description | Class |
|---|---|---|
| binding | Represents the association between the service and URL. | com.sun.xml.ws.transport.http.servlet.SpringBinding |
| bindings | Set of {@link SpringBinding}. | com.sun.xml.ws.transport.http.servlet.SpringBindingList |
| Attribute | Type | Description |
|---|---|---|
| beanName | xs:string | |
| url | xs:string | URL pattern to which this service is bound. |
| Element | Type | Description |
|---|---|---|
| service | <spring:bean/> | The service to be bound to the specified URL. |
| Element | Type | Description |
|---|---|---|
| bindings | (binding)* | Individual bindings. |