org.apache.geronimo.jaxws.annotations
Class AnnotationHolder

java.lang.Object
  extended by org.apache.geronimo.j2ee.annotation.Holder
      extended by org.apache.geronimo.jaxws.annotations.AnnotationHolder
All Implemented Interfaces:
Serializable

public class AnnotationHolder
extends Holder

See Also:
Serialized Form

Field Summary
static AnnotationHolder EMPTY
           
 
Constructor Summary
AnnotationHolder()
           
AnnotationHolder(Holder holder)
           
 
Method Summary
 Object newInstance(String className, ClassLoader classLoader, Context context)
           
 
Methods inherited from class org.apache.geronimo.j2ee.annotation.Holder
addInjection, addInjectionMap, addInjections, addPostConstructs, addPreDestroys, apply, destroyInstance, getInjectionMap, getInjections, getPostConstruct, getPreDestroy, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final AnnotationHolder EMPTY
Constructor Detail

AnnotationHolder

public AnnotationHolder()

AnnotationHolder

public AnnotationHolder(Holder holder)
Method Detail

newInstance

public Object newInstance(String className,
                          ClassLoader classLoader,
                          Context context)
                   throws IllegalAccessException,
                          InstantiationException
Overrides:
newInstance in class Holder
Throws:
IllegalAccessException
InstantiationException


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.