org.jboss.resteasy.plugins.providers.jaxb
Class AnnotationFactory

java.lang.Object
  extended by org.jboss.resteasy.plugins.providers.jaxb.AnnotationFactory

public class AnnotationFactory
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
AnnotationFactory()
           
 
Method Summary
static Wrapped create(String elementName, String namespace, String prefix)
           
static WrappedMap create(String map, String entry, String key, String namespace, String prefix)
           
static Annotation[] createArray(String elementName, String namespace, String prefix)
           
static Annotation[] createArray(String map, String entry, String key, String namespace, String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationFactory

public AnnotationFactory()
Method Detail

createArray

public static Annotation[] createArray(String elementName,
                                       String namespace,
                                       String prefix)

create

public static Wrapped create(String elementName,
                             String namespace,
                             String prefix)

createArray

public static Annotation[] createArray(String map,
                                       String entry,
                                       String key,
                                       String namespace,
                                       String prefix)

create

public static WrappedMap create(String map,
                                String entry,
                                String key,
                                String namespace,
                                String prefix)


Copyright © 2012. All Rights Reserved.