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