Annotation Type BindingType


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface BindingType
    The BindingType annotation is used to specify the binding to use for a web service endpoint implementation class.

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

    Since:
    1.6, JAX-WS 2.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      A binding identifier (a URI).