A C D G H I J O P S T

A

AbstractAntBuildCixsJaxwsModel - Class in com.legstar.cixs.jaxws.model
This model groups parameters needed to generate artifacts for both proxies and adapters.
AbstractAntBuildCixsJaxwsModel(String, String) - Constructor for class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
Construct an empty model.
AbstractAntBuildCixsJaxwsModel(String, String, Properties) - Constructor for class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
Construct from a properties file.
AbstractCixsJaxwsGenerator - Class in com.legstar.cixs.jaxws.gen
This Ant task creates the various Jaxws artifacts needed to implement adapters and proxies.
AbstractCixsJaxwsGenerator(AbstractAntBuildCixsJaxwsModel) - Constructor for class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
Constructor.
add(CixsJaxwsService) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
addCixsJaxwsService(CixsJaxwsService) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
addExtendedParameters(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
Add common parameters expected by templates to come from a parameters map.
addExtendedParameters(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Add common parameters expected by templates to come from a parameters map.
addExtendedParameters(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Add common parameters expected by templates to come from a parameters map.
addHttpTransportParameters(HttpTransportParameters) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
addPojoTargetParameters(PojoParameters) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
addWebServiceParameters(WebServiceParameters) - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
 
addWebServiceTargetParameters(WebServiceParameters) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
AntBuildCixs2JaxwsModel - Class in com.legstar.cixs.jaxws.model
This model groups parameters needed to generate artifacts for a proxy mainframe operation.
AntBuildCixs2JaxwsModel() - Constructor for class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
Construct an empty model.
AntBuildCixs2JaxwsModel(Properties) - Constructor for class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
Construct from a properties file.
AntBuildJaxws2CixsModel - Class in com.legstar.cixs.jaxws.model
This is a model for Jaxws to Cixs component generation.
AntBuildJaxws2CixsModel() - Constructor for class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
Construct the model.
AntBuildJaxws2CixsModel(Properties) - Constructor for class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
Construct from a properties file.

C

checkExtendedExtendedInput() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
Give the inheriting generators a chance to add more controls.
checkExtendedExtendedInput() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Give the inheriting generators a chance to add more controls.
checkExtendedExtendedInput() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Give the inheriting generators a chance to add more controls.
checkExtendedInput() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
CIXS2JAXWS_GENERATOR_NAME - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
This generator name.
CIXS2JAXWS_VELOCITY_MACRO_NAME - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
This velocity template that creates an ant build which in turn generates the target web service proxy.
Cixs2JaxwsGenerator - Class in com.legstar.cixs.jaxws.gen
This Ant task creates the various Jaxws artifacts needed to implement a servlet proxy that acts as an adapter for a Web Service so that a mainframe program can call the target Web Service without any knowledge of SOAP.
Cixs2JaxwsGenerator() - Constructor for class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Constructor.
CIXS_TO_JAXWS_GENERATOR_NAME - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
This generator name.
CixsJaxwsService - Class in com.legstar.cixs.jaxws.model
This class adds to AbstractCixsService those properties that are very specific to Jaxws and would have no meaning for other targets.
CixsJaxwsService() - Constructor for class com.legstar.cixs.jaxws.model.CixsJaxwsService
Construct an empty model.
CixsJaxwsService(Properties) - Constructor for class com.legstar.cixs.jaxws.model.CixsJaxwsService
Construct from a properties file.
com.legstar.cixs.jaxws.gen - package com.legstar.cixs.jaxws.gen
Classes in this package contain the logic to generate JAXWS artifacts.
com.legstar.cixs.jaxws.model - package com.legstar.cixs.jaxws.model
Classes in this package describe the model from which a Jaxws service for LegStar is generated.
completeModel() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Generate default values where they are missing in the model.
completeWebServiceParameters() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Provide default values to expose this adapter as a Web Service.

D

DEFAULT_COBOL_HTTP_CLIENT_TYPE - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
The default COBOL sample HTTP client type.
DEFAULT_HTTP_PORT - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
The default port number on which the HTTP server listens.
DEFAULT_NOPACKAGEINFO - Static variable in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
Default value for no package-info generation.
DEFAULT_PROXY_TARGET_TYPE - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
The default proxy target type.
DEFAULT_SERVER_PATH_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Default pattern for server PATH.
DEFAULT_WSDL_PORT_NAME_SUFFIX - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Will be appended to service name to form a port name.
DEFAULT_WSDL_SERVICE_NAME_SUFFIX - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
By default the web service name is built from component name and this suffix.
DEFAULT_WSDL_TARGET_NAMESPACE_PREFIX - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
By default the web service namespace is built from component name and this prefix.

G

generate(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
generateAntBuildJar(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the JAX-WS Ant Build jar file.
generateAntBuildWar(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Create the Ant Build for a War file generation.
generateAntBuildWar(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the JAX-WS Ant Build War file.
generateAntDeploy(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Create the deploy Ant Build file.
generateAntDeploy(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the deploy Ant Build file.
generateCobolCicsClient(AbstractCixsService, CixsOperation, Map<String, Object>, File, TransportType, CobolHttpClientType) - Static method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Create a COBOl CICS Client program to use for testing.
generateExtended(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
Create more artifacts for a Jboss ESB service.
generateExtended(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Create more artifacts for a Jboss ESB service.
generateExtended(Map<String, Object>) - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create more artifacts for a Jboss ESB service.
generateFault(CixsOperation, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create a fault class (Jaxws Exception).
generateFaultInfo(CixsOperation, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create a fault info class.
generateHeader(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxws Header class file.
generateHolders(CixsOperation, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create a holder classes for multi-structures input or output.
generateHostProgram(CixsOperation, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the host program bean.
generateImplementation(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxws Implementation class file.
generateInterface(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxws Interface class file.
generateObjectFactory(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxb ObjectFctory.java class.
generatePackageHtml(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create a package level doc.
generatePackageInfo(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxb package-info.java class.
generateProgramInvoker(CixsOperation, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create a program invoker class.
generateSunJaxwsXml(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxws Sun Jaxws Xml file.
generateWebXml(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Create the Jaxws Web Xml file.
generateWebXml(CixsJaxwsService, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create the Jaxws Web Xml file.
generateWrappers(CixsOperation, Map<String, Object>, File) - Static method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Create a wrapper class.
getAlphanumDataItemCode(int, String, int, String) - Method in class com.legstar.cixs.jaxws.gen.StructuresGenerator
Formats a COBOL data item of alphanumeric type.
getAntModel() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
getAntModel() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
getAntModel() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
getCixsJaxwsService() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
getCixsJaxwsService() - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
getCixsOperations() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
Convenience method to get the inner mapped operations.
getCixsOperations() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Convenience method to get the inner mapped operations.
getDefaultServicePath() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getGeneratorName() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
getGeneratorName() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
getHeaderClassName() - Method in class com.legstar.cixs.jaxws.model.CixsJaxwsService
 
getHttpTransportParameters() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getHttpTransportParameters() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
getInputStructuresCode(CixsOperation, int, int) - Method in class com.legstar.cixs.jaxws.gen.StructuresGenerator
Generates COBOL code for input data structures.
getOutputStructuresCode(CixsOperation, int, int) - Method in class com.legstar.cixs.jaxws.gen.StructuresGenerator
Generates COBOL code for output data structures.
getPojoTargetParameters() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getPojoTargetParameters() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
getProxyTargetType() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getProxyTargetType() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
getProxyTargetTypeInternal() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getSampleCobolHttpClientType() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getSampleCobolHttpClientType() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
getSampleCobolHttpClientTypeInternal() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
When ant 1.7.0 will become widespread, we will be able to expose this method directly (support for enum JDK 1.5).
getStructureCode(CixsStructure, int, int) - Method in class com.legstar.cixs.jaxws.gen.StructuresGenerator
Using the cobcgen utility, this will use reflection to instantiate a Jaxb object corresponding to the structure received and then generate COBOL data description code using the COBOL annotations in the jaxb class.
getTargetCobolDir() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getTargetCobolDir() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
getTargetWarDir() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
getTargetWarDir() - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
getTargetWDDDir() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
getTargetWDDDir() - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
getVersion() - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
getWebServiceParameters() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
 
getWebServiceParameters() - Method in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
 
getWebServiceTargetParameters() - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
getWebServiceTargetParameters() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 

H

HEADER_CLASSNAME - Static variable in class com.legstar.cixs.jaxws.model.CixsJaxwsService
Service host header class name.

I

isNoPackageInfo() - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Prevents generation of package-info.java which does not compile under JDK 1.5.
isNoPackageInfo() - Method in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
Prevents generation of package-info.java which does not compile under JDK 1.5.

J

JAXWS2CIXS_GENERATOR_NAME - Static variable in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
This generator name.
JAXWS2CIXS_VELOCITY_MACRO_NAME - Static variable in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
This velocity template that creates an ant build which in turn generates the target web service.
Jaxws2CixsGenerator - Class in com.legstar.cixs.jaxws.gen
This Ant task creates the various Jaxws artifacts needed to implement a Jaxws Web Service that acts as an adapter for a mainframe program.
Jaxws2CixsGenerator() - Constructor for class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Constructor.
JAXWS_GENERATOR_NAME - Static variable in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
This generator name.
JAXWS_NOPACKAGEINFO - Static variable in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
Don't generate package-info.java.
JAXWS_TO_CIXS_GENERATOR_NAME - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
This generator name.

O

OPERATION_COBOL_CICS_DFHWBCLI_CLIENT_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for COBOL client using DFHWBCLI generation.
OPERATION_COBOL_CICS_LSHTTAPI_CLIENT_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for COBOL client using LSHTTAPI generation.
OPERATION_COBOL_CICS_WEBAPI_CLIENT_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for COBOL client using WEBAPI generation.
OPERATION_COBOL_CICS_WMQ_CLIENT_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for COBOL client using WMQ generation.
OPERATION_FAULT_INFO_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for fault info.
OPERATION_FAULT_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for fault.
OPERATION_HOLDER_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for holder.
OPERATION_HOST_PROGRAM_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for host program bean.
OPERATION_PROGRAM_INVOKER_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for operation invokers.
OPERATION_WRAPPER_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for wrapper.

P

PROXY_TARGET_TYPE - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
Target source directory.

S

SAMPLE_COBOL_HTTP_CLIENT_TYPE - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
Target source directory.
SERVICE_ANT_BUILD_JAR_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service ant-build-jar.
SERVICE_ANT_BUILD_WAR_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for war ant build generation.
SERVICE_ANT_BUILD_WAR_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service ant-build-war.
SERVICE_ANT_DEPLOY_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for service ant-deploy.
SERVICE_ANT_DEPLOY_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service ant-deploy.
SERVICE_HEADER_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service header.
SERVICE_IMPLEMENTATION_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service implementation.
SERVICE_INTERFACE_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service interface.
SERVICE_MODEL_NAME - Static variable in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
The service model name is it appears in templates.
SERVICE_MODEL_NAME - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
The service model name is it appears in templates.
SERVICE_OBJECTFACTORY_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service ObjectFactory.java.
SERVICE_PACKAGE_HTML_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for package html.
SERVICE_PACKAGE_INFO_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service package-info.java.
SERVICE_SUN_JAXWS_XML_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service sun-jaxws-xml.
SERVICE_WEB_XML_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
Velocity template for web descriptor generation.
SERVICE_WEB_XML_VLC_TEMPLATE - Static variable in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Velocity template for service web-xml.
setCixsJaxwsService(CixsJaxwsService) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
setCixsJaxwsService(CixsJaxwsService) - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
setHeaderClassName(String) - Method in class com.legstar.cixs.jaxws.model.CixsJaxwsService
 
setHttpTransportParameters(HttpTransportParameters) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setHttpTransportParameters(HttpTransportParameters) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setNoPackageInfo(boolean) - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
Prevents generation of package-info.java which does not compile under JDK 1.5.
setNoPackageInfo(boolean) - Method in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
Prevents generation of package-info.java which does not compile under JDK 1.5.
setPojoTargetParameters(PojoParameters) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setPojoTargetParameters(PojoParameters) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setProxyTargetType(String) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setProxyTargetType(ProxyTargetType) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setProxyTargetType(String) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setProxyTargetTypeInternal(ProxyTargetType) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setSampleCobolHttpClientType(String) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setSampleCobolHttpClientType(CobolHttpClientType) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setSampleCobolHttpClientType(String) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setTargetCobolDir(File) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setTargetCobolDir(File) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
setTargetWarDir(File) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
setTargetWarDir(File) - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
setTargetWDDDir(File) - Method in class com.legstar.cixs.jaxws.gen.AbstractCixsJaxwsGenerator
 
setTargetWDDDir(File) - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
setWebServiceParameters(WebServiceParameters) - Method in class com.legstar.cixs.jaxws.gen.Jaxws2CixsGenerator
 
setWebServiceParameters(WebServiceParameters) - Method in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
 
setWebServiceTargetParameters(WebServiceParameters) - Method in class com.legstar.cixs.jaxws.gen.Cixs2JaxwsGenerator
 
setWebServiceTargetParameters(WebServiceParameters) - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
StructuresGenerator - Class in com.legstar.cixs.jaxws.gen
This class is a helper used by velocity templates which needs to insert generated COBOL data structures in a COBOL program.
StructuresGenerator() - Constructor for class com.legstar.cixs.jaxws.gen.StructuresGenerator
 

T

TARGET_COBOL_DIR - Static variable in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
Target source directory.
TARGET_WAR_DIR - Static variable in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
The deployment location for jaxws war files.
TARGET_WDD_DIR - Static variable in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
Target location for web deployment descriptors.
toProperties() - Method in class com.legstar.cixs.jaxws.model.AbstractAntBuildCixsJaxwsModel
 
toProperties() - Method in class com.legstar.cixs.jaxws.model.AntBuildCixs2JaxwsModel
 
toProperties() - Method in class com.legstar.cixs.jaxws.model.AntBuildJaxws2CixsModel
 
toProperties() - Method in class com.legstar.cixs.jaxws.model.CixsJaxwsService
 

A C D G H I J O P S T

Copyright © 2014 LegSem. All Rights Reserved.