com.bm.introspectors
Class JbossServiceIntrospector<T>

java.lang.Object
  extended by com.bm.introspectors.AbstractIntrospector<T>
      extended by com.bm.introspectors.SessionBeanIntrospector<T>
          extended by com.bm.introspectors.JbossServiceIntrospector<T>
Type Parameters:
T - - teh type of the service
All Implemented Interfaces:
IIntrospector<T>

public class JbossServiceIntrospector<T>
extends SessionBeanIntrospector<T>

Marker class :Introspector for jboss service.

Since:
12.11.2005
Author:
Daniel Wiese

Field Summary
 
Fields inherited from class com.bm.introspectors.AbstractIntrospector
classMetaData, representingClass
 
Constructor Summary
JbossServiceIntrospector(java.lang.Class<? extends T> toInspect)
          Constructor.
 
Method Summary
 
Methods inherited from class com.bm.introspectors.SessionBeanIntrospector
accept
 
Methods inherited from class com.bm.introspectors.AbstractIntrospector
getAnnotationForField, getClassMetaData, getEntityManagerField, getFieldsToInject, getImplementationForInterface, getLifecycleMethods, getRepresentingClass, hasEntityManager, processAccessTypeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbossServiceIntrospector

public JbossServiceIntrospector(java.lang.Class<? extends T> toInspect)
Constructor.

Parameters:
toInspect - - the sesion bean to inspect


Copyright © 2008. All Rights Reserved.