Apache CXF API

Uses of Interface
org.apache.cxf.binding.corba.types.CorbaTypeListener

Packages that use CorbaTypeListener
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.types   
 

Uses of CorbaTypeListener in org.apache.cxf.binding.corba.runtime
 

Fields in org.apache.cxf.binding.corba.runtime declared as CorbaTypeListener
protected  CorbaTypeListener CorbaStreamWriter.currentTypeListener
           
protected  CorbaTypeListener[] CorbaStreamWriter.listeners
           
 

Uses of CorbaTypeListener in org.apache.cxf.binding.corba.types
 

Classes in org.apache.cxf.binding.corba.types that implement CorbaTypeListener
 class AbstractCorbaTypeListener
           
 class CorbaAnyListener
           
 class CorbaArrayListener
           
 class CorbaEnumListener
           
 class CorbaExceptionListener
           
 class CorbaFixedListener
           
 class CorbaObjectReferenceListener
           
 class CorbaOctetSequenceListener
           
 class CorbaPrimitiveListener
           
 class CorbaSequenceListener
           
 class CorbaStructListener
           
 class CorbaUnionListener
           
 

Methods in org.apache.cxf.binding.corba.types that return CorbaTypeListener
static CorbaTypeListener CorbaHandlerUtils.getTypeListener(QName name, QName idlType, CorbaTypeMap typeMap, ORB orb, ServiceInfo serviceInfo)
           
 


Apache CXF API

Apache CXF