FileDocCategorySizeDatePackage
BindingType.javaAPI DocJava SE 6 API1303Tue Jun 10 00:27:14 BST 2008javax.xml.ws

BindingType

public class BindingType
The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.

This annotation may be overriden programmatically or via deployment descriptors, depending on the platform in use.

since
JAX-WS 2.0

Fields Summary
Constructors Summary
Methods Summary
java.lang.Stringvalue()
A binding identifier (a URI). If not specified, the default is the SOAP 1.1 / HTTP binding.

See the SOAPBinding and HTTPBinding for the definition of the standard binding identifiers.

see
javax.xml.ws.Binding
see
javax.xml.ws.soap.SOAPBinding#SOAP11HTTP_BINDING
see
javax.xml.ws.soap.SOAPBinding#SOAP12HTTP_BINDING
see
javax.xml.ws.http.HTTPBinding#HTTP_BINDING