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


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

Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects

i.e.

Version:
$Revision: 1 $
Author:
Bill Burke

Optional Element Summary
 String element
           
 String namespace
           
 String prefix
           
 

element

public abstract String element
Default:
"collection"

namespace

public abstract String namespace
Default:
""

prefix

public abstract String prefix
Default:
""


Copyright © 2012. All Rights Reserved.