blob: bcf06b380b87d62d8fa36cd53adec198efd56cdc [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>IDLToWSDLProcessor (Apache CXF JavaDoc 3.1.0 API)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IDLToWSDLProcessor (Apache CXF JavaDoc 3.1.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IDLToWSDLProcessor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.html" title="interface in org.apache.cxf.tools.corba.processors.idl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.html" title="class in org.apache.cxf.tools.corba.processors.idl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html" target="_top">Frames</a></li>
<li><a href="IDLToWSDLProcessor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_org.apache.cxf.tools.corba.processors.idl.IDLProcessor">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.cxf.tools.corba.processors.idl</div>
<h2 title="Class IDLToWSDLProcessor" class="title">Class IDLToWSDLProcessor</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html" title="class in org.apache.cxf.tools.corba.processors.idl">org.apache.cxf.tools.corba.processors.idl.IDLProcessor</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.tools.corba.processors.idl.IDLToWSDLProcessor</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../../../../org/apache/cxf/tools/corba/common/Processor.html" title="interface in org.apache.cxf.tools.corba.common">Processor</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">IDLToWSDLProcessor</span>
extends <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html" title="class in org.apache.cxf.tools.corba.processors.idl">IDLProcessor</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.cxf.tools.corba.processors.idl.IDLProcessor">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cxf.tools.corba.processors.idl.<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html" title="class in org.apache.cxf.tools.corba.processors.idl">IDLProcessor</a></h3>
<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html#env">env</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html#preprocessor">preprocessor</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#IDLToWSDLProcessor()">IDLToWSDLProcessor</a></strong>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#addTypeMapSchemaImports(javax.wsdl.Definition,%20org.apache.cxf.tools.corba.processors.idl.WSDLASTVisitor)">addTypeMapSchemaImports</a></strong>(javax.wsdl.Definition&nbsp;def,
<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a>&nbsp;visitor)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#cleanUpTypeMap(org.apache.cxf.binding.corba.wsdl.TypeMappingType)">cleanUpTypeMap</a></strong>(<a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/TypeMappingType.html" title="class in org.apache.cxf.binding.corba.wsdl">TypeMappingType</a>&nbsp;typeMap)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#generateCORBAService(javax.wsdl.Definition,%20javax.wsdl.Binding[],%20boolean)">generateCORBAService</a></strong>(javax.wsdl.Definition&nbsp;def,
javax.wsdl.Binding[]&nbsp;bindings,
boolean&nbsp;isDefaultMapping)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#getBaseFilename(java.lang.String)">getBaseFilename</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ifile)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#getOutputWriter(java.io.File)">getOutputWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#getOutputWriter(java.lang.String,%20java.lang.String)">getOutputWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filename,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputDirectory)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#parseIDL(antlr.collections.AST)">parseIDL</a></strong>(antlr.collections.AST&nbsp;idlTree)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#process()">process</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#process(antlr.collections.AST)">process</a></strong>(antlr.collections.AST&nbsp;idlTree)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setIgnoreImports(boolean)">setIgnoreImports</a></strong>(boolean&nbsp;flag)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setImportDefinitionWriters(java.util.Map)">setImportDefinitionWriters</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;writers)</code>
<div class="block">Used only for test cases to set writers for imports when using
the -mns option</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setImportSchemaWriters(java.util.Map)">setImportSchemaWriters</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;writers)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setLogicalOutputWriter(java.io.Writer)">setLogicalOutputWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setOutputWriter(java.io.Writer)">setOutputWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setPhysicalOutputWriter(java.io.Writer)">setPhysicalOutputWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html#setSchemaOutputWriter(java.io.Writer)">setSchemaOutputWriter</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cxf.tools.corba.processors.idl.IDLProcessor">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cxf.tools.corba.processors.idl.<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html" title="class in org.apache.cxf.tools.corba.processors.idl">IDLProcessor</a></h3>
<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html#getIDLTree()">getIDLTree</a>, <a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html#setEnvironment(org.apache.cxf.tools.corba.common.ProcessorEnvironment)">setEnvironment</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="IDLToWSDLProcessor()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>IDLToWSDLProcessor</h4>
<pre>public&nbsp;IDLToWSDLProcessor()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="process()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>process</h4>
<pre>public&nbsp;void&nbsp;process()
throws <a href="../../../../../../../org/apache/cxf/tools/common/ToolException.html" title="class in org.apache.cxf.tools.common">ToolException</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/common/Processor.html#process()">process</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/common/Processor.html" title="interface in org.apache.cxf.tools.corba.common">Processor</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html#process()">process</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLProcessor.html" title="class in org.apache.cxf.tools.corba.processors.idl">IDLProcessor</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/common/ToolException.html" title="class in org.apache.cxf.tools.common">ToolException</a></code></dd></dl>
</li>
</ul>
<a name="process(antlr.collections.AST)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>process</h4>
<pre>public&nbsp;void&nbsp;process(antlr.collections.AST&nbsp;idlTree)
throws <a href="../../../../../../../org/apache/cxf/tools/common/ToolException.html" title="class in org.apache.cxf.tools.common">ToolException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../../../../org/apache/cxf/tools/common/ToolException.html" title="class in org.apache.cxf.tools.common">ToolException</a></code></dd></dl>
</li>
</ul>
<a name="setOutputWriter(java.io.Writer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setOutputWriter</h4>
<pre>public&nbsp;void&nbsp;setOutputWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</pre>
</li>
</ul>
<a name="setSchemaOutputWriter(java.io.Writer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSchemaOutputWriter</h4>
<pre>public&nbsp;void&nbsp;setSchemaOutputWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</pre>
</li>
</ul>
<a name="setLogicalOutputWriter(java.io.Writer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setLogicalOutputWriter</h4>
<pre>public&nbsp;void&nbsp;setLogicalOutputWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</pre>
</li>
</ul>
<a name="setPhysicalOutputWriter(java.io.Writer)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPhysicalOutputWriter</h4>
<pre>public&nbsp;void&nbsp;setPhysicalOutputWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;writer)</pre>
</li>
</ul>
<a name="setImportDefinitionWriters(java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setImportDefinitionWriters</h4>
<pre>protected&nbsp;void&nbsp;setImportDefinitionWriters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;writers)</pre>
<div class="block">Used only for test cases to set writers for imports when using
the -mns option</div>
</li>
</ul>
<a name="setImportSchemaWriters(java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setImportSchemaWriters</h4>
<pre>protected&nbsp;void&nbsp;setImportSchemaWriters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>,<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&gt;&nbsp;writers)</pre>
</li>
</ul>
<a name="setIgnoreImports(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIgnoreImports</h4>
<pre>protected&nbsp;void&nbsp;setIgnoreImports(boolean&nbsp;flag)</pre>
</li>
</ul>
<a name="parseIDL(antlr.collections.AST)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parseIDL</h4>
<pre>public&nbsp;void&nbsp;parseIDL(antlr.collections.AST&nbsp;idlTree)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="getOutputWriter(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputWriter</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;getOutputWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;filename,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputDirectory)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="getOutputWriter(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getOutputWriter</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;getOutputWriter(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;file)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="getBaseFilename(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBaseFilename</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getBaseFilename(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ifile)</pre>
</li>
</ul>
<a name="generateCORBAService(javax.wsdl.Definition, javax.wsdl.Binding[], boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>generateCORBAService</h4>
<pre>public&nbsp;void&nbsp;generateCORBAService(javax.wsdl.Definition&nbsp;def,
javax.wsdl.Binding[]&nbsp;bindings,
boolean&nbsp;isDefaultMapping)
throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="cleanUpTypeMap(org.apache.cxf.binding.corba.wsdl.TypeMappingType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>cleanUpTypeMap</h4>
<pre>public&nbsp;void&nbsp;cleanUpTypeMap(<a href="../../../../../../../org/apache/cxf/binding/corba/wsdl/TypeMappingType.html" title="class in org.apache.cxf.binding.corba.wsdl">TypeMappingType</a>&nbsp;typeMap)</pre>
</li>
</ul>
<a name="addTypeMapSchemaImports(javax.wsdl.Definition, org.apache.cxf.tools.corba.processors.idl.WSDLASTVisitor)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>addTypeMapSchemaImports</h4>
<pre>public&nbsp;void&nbsp;addTypeMapSchemaImports(javax.wsdl.Definition&nbsp;def,
<a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/WSDLASTVisitor.html" title="class in org.apache.cxf.tools.corba.processors.idl">WSDLASTVisitor</a>&nbsp;visitor)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IDLToWSDLProcessor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/IDLTokenTypes.html" title="interface in org.apache.cxf.tools.corba.processors.idl"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../../../org/apache/cxf/tools/corba/processors/idl/ModuleToNSMapper.html" title="class in org.apache.cxf.tools.corba.processors.idl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/cxf/tools/corba/processors/idl/IDLToWSDLProcessor.html" target="_top">Frames</a></li>
<li><a href="IDLToWSDLProcessor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_org.apache.cxf.tools.corba.processors.idl.IDLProcessor">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>