|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.maven_plugin.wsdl2js.Option
public class Option
Nested Class Summary | |
---|---|
static class |
Option.UriPrefixPair
Since an arbitrary URI can't be an XML element name, these pairs are used to specify a mapping from URI to prefix. |
Constructor Summary | |
---|---|
Option()
|
Method Summary | |
---|---|
File |
getCatalog()
|
File[] |
getDependencies()
|
File |
getOutput()
|
File |
getOutputDir()
|
Option.UriPrefixPair[] |
getPackagePrefixes()
|
String |
getValidate()
|
String |
getWsdlVersion()
|
void |
merge(Option other)
|
void |
setCatalog(File catalog)
Set catalog used to resolve XML URIs in the wsdl. |
void |
setDependencies(File[] dependencies)
|
void |
setOutput(File output)
Set the output directory. |
void |
setOutputDir(File outputDir)
|
void |
setPackagePrefixes(Option.UriPrefixPair[] packagePrefixes)
Set the mappings from namespace URI to Javascript name prefixes. |
void |
setValidate(String validate)
Control WSDL validation. |
void |
setWsdlVersion(String wsdlVersion)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Option()
Method Detail |
---|
public void merge(Option other)
public Option.UriPrefixPair[] getPackagePrefixes()
public void setPackagePrefixes(Option.UriPrefixPair[] packagePrefixes)
packagePrefixes
- public File getCatalog()
public void setCatalog(File catalog)
catalog
- catalog.public File getOutput()
public void setOutput(File output)
output
- output directory.public String getValidate()
public void setValidate(String validate)
validate
- true or all to validate.public File getOutputDir()
public void setOutputDir(File outputDir)
public String getWsdlVersion()
public void setWsdlVersion(String wsdlVersion)
public File[] getDependencies()
public void setDependencies(File[] dependencies)
public String toString()
toString
in class Object
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |