Apache CXF API

Uses of Interface
org.apache.cxf.tools.corba.idlpreprocessor.IncludeResolver

Packages that use IncludeResolver
org.apache.cxf.tools.corba.idlpreprocessor The preprocessor resolves IDL preprocessor instructions like define, ifdef, include, etc. 
 

Uses of IncludeResolver in org.apache.cxf.tools.corba.idlpreprocessor
 

Classes in org.apache.cxf.tools.corba.idlpreprocessor that implement IncludeResolver
 class DefaultIncludeResolver
           
 

Constructors in org.apache.cxf.tools.corba.idlpreprocessor with parameters of type IncludeResolver
IdlPreprocessorReader(URL startURL, String startLocation, IncludeResolver resolver, DefineState state)
          Creates a new IncludeReader.
 


Apache CXF API

Apache CXF