Apache CXF API

org.apache.cxf.jaxrs.model.wadl
Annotation Type XMLName


@Target(value={TYPE,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface XMLName

Can be used to assign qualified XML names to arbitrary classes for the purpose of matching them with external schema definitions


Optional Element Summary
 String prefix
          Optional prefix
 String value
          Qualified name, example {http://books}book
 

value

public abstract String value
Qualified name, example {http://books}book

Default:
""

prefix

public abstract String prefix
Optional prefix

Default:
""

Apache CXF API

Apache CXF