public class WSDLToIDLAction extends Object
| Constructor and Description |
|---|
WSDLToIDLAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
addExtensions(javax.wsdl.extensions.ExtensionRegistry extRegistry) |
void |
createIdlAttribute(OperationType opType,
String name) |
void |
createIdlOperation(OperationType opType,
String name,
boolean isOneway) |
protected IdlType |
createPrimitiveType(QName idlType,
String name) |
protected IdlType |
createType(QName idlType,
String[] name,
CorbaTypeImpl corbaType) |
void |
generateIDL(javax.wsdl.Definition definition) |
String |
getBindingName() |
String |
getNamespace() |
boolean |
isGenerateAllBindings() |
boolean |
isVerboseOn() |
void |
setBindingName(String bindName) |
void |
setGenerateAllBindings(boolean all) |
void |
setNamespace(String namespaceName) |
void |
setOutputDirectory(String dir) |
void |
setOutputFile(String file) |
void |
setPrintWriter(PrintWriter pw) |
void |
setVerboseOn(boolean verbose) |
void |
setWsdlFile(String file) |
protected static final Logger LOG
public void generateIDL(javax.wsdl.Definition definition)
throws Exception
Exceptionpublic void addExtensions(javax.wsdl.extensions.ExtensionRegistry extRegistry)
throws JAXBException
JAXBExceptionpublic void createIdlAttribute(OperationType opType, String name) throws Exception
Exceptionpublic void createIdlOperation(OperationType opType, String name, boolean isOneway) throws Exception
Exceptionprotected IdlType createPrimitiveType(QName idlType, String name) throws Exception
Exceptionprotected IdlType createType(QName idlType, String[] name, CorbaTypeImpl corbaType) throws Exception
Exceptionpublic void setOutputDirectory(String dir)
public void setOutputFile(String file)
public void setPrintWriter(PrintWriter pw)
public void setWsdlFile(String file)
public void setVerboseOn(boolean verbose)
public boolean isVerboseOn()
public void setBindingName(String bindName)
public String getBindingName()
public void setNamespace(String namespaceName)
public String getNamespace()
public void setGenerateAllBindings(boolean all)
public boolean isGenerateAllBindings()
Apache CXF