Annotation Type WebFault


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface WebFault
Used to annotate service specific exception classes to customize to the local and namespace name of the fault element and the name of the fault bean.
  • Element Details

    • name

      String name
      Element's local name.
      Returns:
      loxL name
      Default:
      ""
    • targetNamespace

      String targetNamespace
      Element's namespace name.
      Returns:
      target namespace name
      Default:
      ""
    • faultBean

      String faultBean
      Fault bean name.
      Returns:
      bean name
      Default:
      ""
    • messageName

      String messageName
      wsdl:Message's name. Default name is the exception's class name.
      Returns:
      wsdl:Message's name
      Default:
      ""