Module  java.xml.ws
软件包  javax.xml.ws

Annotation Type WebFault



  • @Target(TYPE)
    @Retention(RUNTIME)
    @Documented
    public @interface WebFault
    用于注释特定于服务的异常类,以定制到故障元素的本地和命名空间名称以及故障bean的名称。
    从以下版本开始:
    1.6,JAX-WS 2.0
    • Element Detail

      • name

        String name
        元素的本地名称。
        Default:
        “”
      • targetNamespace

        String targetNamespace
        元素的命名空间名称。
        Default:
        “”
      • faultBean

        String faultBean
        故障bean名称。
        Default:
        “”
      • messageName

        String messageName
        wsdl:消息的名字。 默认名称是异常的类名。
        从以下版本开始:
        1.7,JAX-WS 2.2
        Default:
        “”