Uses of Interface
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.AroundInvokeType

Packages that use AroundInvokeType
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl   
 

Uses of AroundInvokeType in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee that return AroundInvokeType
 AroundInvokeType ObjectFactory.createAroundInvokeType()
          Create an instance of AroundInvokeType
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee that return types with arguments of type AroundInvokeType
 List<AroundInvokeType> MessageDrivenBeanType.getAroundInvoke()
          Gets the value of the aroundInvoke property.
 List<AroundInvokeType> SessionBeanType.getAroundInvoke()
          Gets the value of the aroundInvoke property.
 List<AroundInvokeType> InterceptorType.getAroundInvoke()
          Gets the value of the aroundInvoke property.
 

Uses of AroundInvokeType in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl that implement AroundInvokeType
 class AroundInvokeTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl with type parameters of type AroundInvokeType
protected  List<AroundInvokeType> InterceptorTypeImpl.aroundInvoke
           
protected  List<AroundInvokeType> SessionBeanTypeImpl.aroundInvoke
           
protected  List<AroundInvokeType> MessageDrivenBeanTypeImpl.aroundInvoke
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl that return types with arguments of type AroundInvokeType
 List<AroundInvokeType> InterceptorTypeImpl.getAroundInvoke()
           
 List<AroundInvokeType> SessionBeanTypeImpl.getAroundInvoke()
           
 List<AroundInvokeType> MessageDrivenBeanTypeImpl.getAroundInvoke()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl with type arguments of type AroundInvokeType
static void InterceptorTypeImpl.copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
static void InterceptorTypeImpl.copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
static void SessionBeanTypeImpl.copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
static void SessionBeanTypeImpl.copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
static void MessageDrivenBeanTypeImpl.copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
static void MessageDrivenBeanTypeImpl.copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.