public class InterfaceSourceCodeInjector extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
InterfaceSourceCodeInjector.Keyword2 |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
EXECUTION_SERVICE_TEMPLATE_RESOURCE |
protected static String |
METHOD_TEMPLATE_RESOURCE |
| Modifier | Constructor and Description |
|---|---|
protected |
InterfaceSourceCodeInjector() |
|
InterfaceSourceCodeInjector(File toBeCodeInjected,
InputStream wsdlContent,
String basePackageName) |
| Modifier and Type | Method and Description |
|---|---|
void |
customize(List<ProcessStructure> processes) |
protected void |
extractAllKeywords(InputStream wsdlContent,
String basePackageName) |
protected Map<InterfaceSourceCodeInjector.Keyword2,String> |
getKeywords() |
String |
getKeywordValue(InterfaceSourceCodeInjector.Keyword2 keyword) |
protected static final String EXECUTION_SERVICE_TEMPLATE_RESOURCE
protected static final String METHOD_TEMPLATE_RESOURCE
protected InterfaceSourceCodeInjector()
public InterfaceSourceCodeInjector(File toBeCodeInjected, InputStream wsdlContent, String basePackageName)
public void customize(List<ProcessStructure> processes)
public String getKeywordValue(InterfaceSourceCodeInjector.Keyword2 keyword)
protected void extractAllKeywords(InputStream wsdlContent, String basePackageName) throws IOException
IOExceptionprotected Map<InterfaceSourceCodeInjector.Keyword2,String> getKeywords()
Copyright © 2014. All rights reserved.