Uses of Interface
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.AroundInvokeType

Packages that use AroundInvokeType
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl   
 

Uses of AroundInvokeType in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee that return AroundInvokeType
 AroundInvokeType ObjectFactory.createAroundInvokeType()
          Create an instance of AroundInvokeType
 AroundInvokeType[] MessageDrivenBeanType.getAroundInvoke()
           
 AroundInvokeType[] SessionBeanType.getAroundInvoke()
           
 AroundInvokeType[] InterceptorType.getAroundInvoke()
           
 AroundInvokeType MessageDrivenBeanType.getAroundInvoke(int idx)
           
 AroundInvokeType SessionBeanType.getAroundInvoke(int idx)
           
 AroundInvokeType InterceptorType.getAroundInvoke(int idx)
           
 AroundInvokeType MessageDrivenBeanType.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType SessionBeanType.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType InterceptorType.setAroundInvoke(int idx, AroundInvokeType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee with parameters of type AroundInvokeType
 void MessageDrivenBeanType.setAroundInvoke(AroundInvokeType[] values)
           
 void SessionBeanType.setAroundInvoke(AroundInvokeType[] values)
           
 void InterceptorType.setAroundInvoke(AroundInvokeType[] values)
           
 AroundInvokeType MessageDrivenBeanType.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType SessionBeanType.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType InterceptorType.setAroundInvoke(int idx, AroundInvokeType value)
           
 

Uses of AroundInvokeType in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl
 

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

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl declared as AroundInvokeType
protected  AroundInvokeType[] InterceptorTypeImpl.aroundInvoke
           
protected  AroundInvokeType[] SessionBeanTypeImpl.aroundInvoke
           
protected  AroundInvokeType[] MessageDrivenBeanTypeImpl.aroundInvoke
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl that return AroundInvokeType
 AroundInvokeType[] InterceptorTypeImpl.getAroundInvoke()
           
 AroundInvokeType[] SessionBeanTypeImpl.getAroundInvoke()
           
 AroundInvokeType[] MessageDrivenBeanTypeImpl.getAroundInvoke()
           
 AroundInvokeType InterceptorTypeImpl.getAroundInvoke(int idx)
           
 AroundInvokeType SessionBeanTypeImpl.getAroundInvoke(int idx)
           
 AroundInvokeType MessageDrivenBeanTypeImpl.getAroundInvoke(int idx)
           
 AroundInvokeType InterceptorTypeImpl.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType SessionBeanTypeImpl.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType MessageDrivenBeanTypeImpl.setAroundInvoke(int idx, AroundInvokeType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl with parameters of type AroundInvokeType
protected  void InterceptorTypeImpl.copyAroundInvoke(AroundInvokeType[] source)
          Copies all values of property AroundInvoke.
protected  void SessionBeanTypeImpl.copyAroundInvoke(AroundInvokeType[] source)
          Copies all values of property AroundInvoke.
protected  void MessageDrivenBeanTypeImpl.copyAroundInvoke(AroundInvokeType[] source)
          Copies all values of property AroundInvoke.
 void InterceptorTypeImpl.setAroundInvoke(AroundInvokeType[] values)
           
 void SessionBeanTypeImpl.setAroundInvoke(AroundInvokeType[] values)
           
 void MessageDrivenBeanTypeImpl.setAroundInvoke(AroundInvokeType[] values)
           
 AroundInvokeType InterceptorTypeImpl.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType SessionBeanTypeImpl.setAroundInvoke(int idx, AroundInvokeType value)
           
 AroundInvokeType MessageDrivenBeanTypeImpl.setAroundInvoke(int idx, AroundInvokeType value)
           
 



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