JAX-WS
v2.2

javax.xml.ws
Annotation Type WebFault


@Target(value=TYPE)
@Retention(value=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.

Since:
JAX-WS 2.0

Optional Element Summary
 String faultBean
          Fault bean name.
 String messageName
          wsdl:Message's name.
 String name
          Element's local name.
 String targetNamespace
          Element's namespace name.
 

name

public abstract String name
Element's local name.

Default:
""

targetNamespace

public abstract String targetNamespace
Element's namespace name.

Default:
""

faultBean

public abstract String faultBean
Fault bean name.

Default:
""

messageName

public abstract String messageName
wsdl:Message's name. Default name is the exception's class name.

Since:
JAX-WS 2.2
Default:
""

JAX-WS
v2.2


Comments to: [email protected]
More information at: Metro Web Services Overview
Copyright © 2005, 2011, Oracle and/or its affiliates. All rights reserved.