org.jboss.resteasy.annotations.providers.jaxb
Annotation Type JAXBConfig


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


Optional Element Summary
 XmlNs[] namespaces
          FIXME Comment this
 String schema
          FIXME Comment this
 String schemaType
          FIXME Comment this
 boolean useNameSpacePrefix
          FIXME Comment this
 boolean validate
          FIXME Comment this
 

useNameSpacePrefix

public abstract boolean useNameSpacePrefix
FIXME Comment this

Returns:
Default:
false

namespaces

public abstract XmlNs[] namespaces
FIXME Comment this

Returns:
Default:
{}

validate

public abstract boolean validate
FIXME Comment this

Returns:
Default:
false

schema

public abstract String schema
FIXME Comment this

Returns:
Default:
""

schemaType

public abstract String schemaType
FIXME Comment this

Returns:
Default:
"http://www.w3.org/2001/XMLSchema"


Copyright © 2012. All Rights Reserved.