-ws-commons.spring.jaxws-spring.1.9.source-code.spring-jax-ws-servlet.xsd.html Maven / Gradle / Ivy
Schema for namespace: http://jax-ws.dev.java.net/spring/servlet
Root Element
Element Description Class
binding Represents the association between the service and URL. com.sun.xml.ws.transport.http.servlet.SpringBinding
Element Summary
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
Element Detail
Element: binding
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: bindings
Element Type Description
bindings (binding)* Individual bindings.