A C D E G H I J L P S T V W

A

AbstractAntBuildCixsModel - Class in com.legstar.cixs.gen.ant.model
Holds the set of parameters needed to generate an ant script file.
AbstractAntBuildCixsModel(String, String) - Constructor for class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Construct the model with a generator name and velocity template.
AbstractAntBuildCixsModel(String, String, Properties) - Constructor for class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Construct from a properties file.
AbstractCixsGenerator - Class in com.legstar.cixs.gen.ant
This class groups methods that are common to all generators using mapping from Mainframe programs to local operations.
AbstractCixsGenerator(AbstractAntBuildCixsModel) - Constructor for class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Constructor.
AbstractCixsService - Class in com.legstar.cixs.gen.model
This class describes a Service which maps a set of mainframe programs (each program maps with an operation).
AbstractCixsService() - Constructor for class com.legstar.cixs.gen.model.AbstractCixsService
Construct an empty model.
AbstractCixsService(Properties) - Constructor for class com.legstar.cixs.gen.model.AbstractCixsService
Construct from a properties file.
add(AbstractCixsService) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
add(Map<String, Object>) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP parameters are expected by templates to come from a parameters map.
add(Map<String, Object>) - Method in class com.legstar.cixs.gen.model.options.PojoParameters
POJO parameters are expected by templates to come from a parameters map.
add(Map<String, Object>) - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
Web Service parameters are expected by templates to come from a parameters map.
add(Map<String, Object>) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ parameters are expected by templates to come from a parameters map.
addCixsOperation(CixsOperation) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Operations should actually a set of uniquely named operations.
addCixsService(AbstractCixsService) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
addInput(CixsStructure) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
addOutput(CixsStructure) - Method in class com.legstar.cixs.gen.model.CixsOperation
 

C

check() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
Check that parameters are set correctly.
check() - Method in class com.legstar.cixs.gen.model.options.PojoParameters
When target is a POJO, check that corresponding parameters are set correctly.
check() - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
When target is an ESB service, check that corresponding parameters are set correctly.
check() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
Check that parameters are set correctly.
checkExtendedInput() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Allow more validations for descendants.
CIXS_CICS_CHANNEL_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
XML attribute representing a CICS Channel name.
CIXS_CICS_CONTAINER_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a CICS Container name.
CIXS_CICS_PROGRAM_NAME_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
XML attribute representing a CICS program name.
CIXS_COBOL_ROOT_NAME_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a COBOL root data item name.
CIXS_COMPAT_SERVICE_XML_E - Static variable in class com.legstar.cixs.gen.model.CixsMappingModel
For compatibility with previous versions, we support this tag CIXS Jaxws service definition.
CIXS_COXB_PKG_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a COXB package name.
CIXS_COXB_TYPE_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a COXB type.
CIXS_CUST_PKG_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a custom package name.
CIXS_INPUT_STRUCTURE_XML_E - Static variable in class com.legstar.cixs.gen.model.CixsOperation
XML element representing an input structure.
CIXS_JAXB_PKG_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a JAXB package name.
CIXS_JAXB_TYPE_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsStructure
XML attribute representing a JAXB type.
CIXS_MAPPING_NAME_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsMappingModel
XML attribute representing a CIXS mapping name.
CIXS_MAPPING_XML_E - Static variable in class com.legstar.cixs.gen.model.CixsMappingModel
XML element representing a CIXS mapping definition.
CIXS_OP_FAULT_INFO_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Fault descriptor class name.
CIXS_OP_FAULT_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Fault wrapper class name.
CIXS_OP_NAMESPACE_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Namespace used for JAXB objects derived from operation.
CIXS_OP_PACKAGE_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Operation-related classes package name.
CIXS_OP_REQ_HOLDER_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Request holder class name.
CIXS_OP_REQ_WRAPPER_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Request wrapper class name.
CIXS_OP_RES_HOLDER_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Response holder class name.
CIXS_OP_RES_WRAPPER_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
Response wrapper class name.
CIXS_OPERATION_NAME_XML_A - Static variable in class com.legstar.cixs.gen.model.CixsOperation
XML attribute representing an operation name.
CIXS_OPERATION_XML_E - Static variable in class com.legstar.cixs.gen.model.CixsOperation
XML element representing a CIXS operation definition.
CIXS_OUTPUT_STRUCTURE_XML_E - Static variable in class com.legstar.cixs.gen.model.CixsOperation
XML element representing an output structure.
CixsHelper - Class in com.legstar.cixs.gen.ant
Provides cixs generators with convenience methods.
CixsHelper() - Constructor for class com.legstar.cixs.gen.ant.CixsHelper
 
CixsMappingModel - Class in com.legstar.cixs.gen.model
This class describes a mapping between list of operations and their CICS programs counterparts.
CixsMappingModel() - Constructor for class com.legstar.cixs.gen.model.CixsMappingModel
Construct an empty model.
CixsMappingModel(Properties) - Constructor for class com.legstar.cixs.gen.model.CixsMappingModel
Construct from a properties file.
CixsModelException - Exception in com.legstar.cixs.gen.model
Exception related to an inconsistent or erroneous model.
CixsModelException(String) - Constructor for exception com.legstar.cixs.gen.model.CixsModelException
Build Exception from message.
CixsModelException(Exception) - Constructor for exception com.legstar.cixs.gen.model.CixsModelException
Build Exception from inner exception.
CixsOperation - Class in com.legstar.cixs.gen.model
This class describes a service operation and its binding to JAXB and CICS.
CixsOperation() - Constructor for class com.legstar.cixs.gen.model.CixsOperation
 
CixsStructure - Class in com.legstar.cixs.gen.model
This class describes a mapping between a CICS structure (either commarea or container) and a JAXB object.
CixsStructure() - Constructor for class com.legstar.cixs.gen.model.CixsStructure
 
CobolHttpClientType - Enum in com.legstar.cixs.gen.model.options
The types of HTTP sample client desired.
com.legstar.cixs.gen.ant - package com.legstar.cixs.gen.ant
ANT based source code generators.
com.legstar.cixs.gen.ant.model - package com.legstar.cixs.gen.ant.model
Classes in this package help model parameters needed to generate services, either inbound or outbound, from a mapping file.
com.legstar.cixs.gen.model - package com.legstar.cixs.gen.model
Classes in this package help model the mapping between a set of Mainframe programs and operations.
com.legstar.cixs.gen.model.options - package com.legstar.cixs.gen.model.options
Generation options that can be selected for adapters or proxies.
compareTo(Object) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Compares this object with the specified object for order.
compareTo(Object) - Method in class com.legstar.cixs.gen.model.CixsOperation
Compares this object with the specified object for order.
completeModel() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Generate default values where they are missing in the model.
COXB_BIN_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
COXB binaries directory.
CUST_BIN_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Custom binaries directory.

D

DEFAULT_ERROR_QUEUE_SUFFIX - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
The default suffix for WMQ Queue name receiving errors.
DEFAULT_HTTP_SCHEME - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
Default HTTP scheme.
DEFAULT_JNDI_CONTEXT_FACTORY - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
The default context factory class used to do naming lookups for WMQ resources.
DEFAULT_JNDI_FS_DIRECTORY - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
The default jndi file system directory relative to mule install folder.
DEFAULT_REPLY_QUEUE_SUFFIX - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
The default suffix for WMQ Queue name receiving replies.
DEFAULT_REQUEST_QUEUE_SUFFIX - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
The default suffix for WMQ Queue name receiving requests.

E

equals(Object) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Indicates whether some other service is "equal to" this one.
equals(Object) - Method in class com.legstar.cixs.gen.model.CixsOperation
Indicates whether some other operation is "equal to" this one.
execute() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Check that enough input parameters are set and then generate the requested artifacts.

G

generate(Map<String, Object>) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Create all artifacts for service.
generateBuild(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
generateFile(String, String, String, Object, Map<String, Object>, File, String) - Static method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Create a file by applying a velocity template.
generateFile(String, String, String, Object, Map<String, Object>, File, String, String) - Static method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
Create a file by applying a velocity template.
getAntModel() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getAsStringArray() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getAsStringArray() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getByteLength(String, String) - Method in class com.legstar.cixs.gen.ant.CixsHelper
Return the maximum host byte length for a COBOL-annotated JAXB class.
getCicsChannel() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getCicsContainer() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getCicsProgramName() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getCixsOperations() - Method in class com.legstar.cixs.gen.model.CixsMappingModel
 
getCixsService() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getCixsService() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getClassName() - Method in class com.legstar.cixs.gen.model.CixsOperation
A convenience method to return a valid class name built from this operation name.
getClassName() - Method in class com.legstar.cixs.gen.model.options.PojoParameters
 
getCobolRootDataItemName() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getConnectionFactory() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
getCoxbBinDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getCoxbBinDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getCoxbPackageName() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getCoxbType() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getCustBinDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getCustBinDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getCustPackageName() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getErrorQueue() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
getFaultInfoType() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getFaultType() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getGeneratorName() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getGeneratorName() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getHost() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getHostCharset() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getHostCharset() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getImplementationClassName() - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
getInput() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getInterfaceClassName() - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
getJavaClassName(String, String) - Method in class com.legstar.cixs.gen.ant.CixsHelper
A mere wrapper on the static JaxbUtil.getJavaClassName.
getJaxbBinDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getJaxbBinDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getJaxbFieldName() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getJaxbNamespace() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getJaxbPackageName() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getJaxbPropertyName() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getJaxbType() - Method in class com.legstar.cixs.gen.model.CixsStructure
 
getJndiContextFactory() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
getJndiUrl() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
getMethodName() - Method in class com.legstar.cixs.gen.model.options.PojoParameters
 
getName() - Method in class com.legstar.cixs.gen.model.CixsMappingModel
 
getName() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getNamespace() - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
getNamespace() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getOutput() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getPackageName() - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
getPackageName() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getPassword() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getPath() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getPort() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getReplyQueue() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
getRequestHolderNamespace() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getRequestHolderType() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getRequestQueue() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
getRequestWrapperType() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getResponseHolderNamespace() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getResponseHolderType() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getResponseWrapperType() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
getScheme() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getSchemeAsString() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getTargetAntDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getTargetAntDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getTargetBinDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getTargetBinDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getTargetDistDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getTargetDistDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getTargetSrcDir() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
getTargetSrcDir() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
getUrl() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getUserId() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
getWsdlPortName() - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
getWsdlServiceName() - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
getWsdlTargetNamespace() - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
getWsdlUrl() - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
getZosQueueManager() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 

H

hasChannel() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
hashCode() - Method in class com.legstar.cixs.gen.model.CixsMappingModel
 
hashCode() - Method in class com.legstar.cixs.gen.model.CixsOperation
 
HOST_CHARSET - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Host character set.
HTTP_HOST - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HTTP_PASSWORD - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HTTP_PATH - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HTTP_PORT - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HTTP_SCHEME - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HTTP_URL - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HTTP_USERID - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
HTTP Scheme.
HttpTransportParameters - Class in com.legstar.cixs.gen.model.options
Set of parameters needed for HTTP transport.
HttpTransportParameters() - Constructor for class com.legstar.cixs.gen.model.options.HttpTransportParameters
A no-Arg constructor.
HttpTransportParameters(int) - Constructor for class com.legstar.cixs.gen.model.options.HttpTransportParameters
Construct with a default port number.
HttpTransportParameters(Properties) - Constructor for class com.legstar.cixs.gen.model.options.HttpTransportParameters
Construct from a properties file.
HttpTransportParameters(Properties, int) - Constructor for class com.legstar.cixs.gen.model.options.HttpTransportParameters
Construct from a properties file and a default port number.
HttpTransportParameters.HttpScheme - Enum in com.legstar.cixs.gen.model.options
The http schemes supported.

I

init() - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 

J

javaNormalize(String) - Static method in class com.legstar.cixs.gen.model.CixsMappingModel
TODO Move this to common utility class.
JAXB_BIN_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
JAXB binaries directory.

L

load(File) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Loads the CIXS Service from a serialized XML.
load(String) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Loads the CIXS Service from a serialized XML in a string.
load(Document) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Loads the CIXS Service from an XML document.
load(Node) - Method in class com.legstar.cixs.gen.model.CixsOperation
Loads the CIXS Operation from an XML node element.
load(Node) - Method in class com.legstar.cixs.gen.model.CixsStructure
Loads the CIXS Structure from an XML node element.

P

POJO_CLASS_NAME_PROPERTY - Static variable in class com.legstar.cixs.gen.model.options.PojoParameters
POJO Class name.
POJO_METHOD_NAME_PROPERTY - Static variable in class com.legstar.cixs.gen.model.options.PojoParameters
POJO method name.
PojoParameters - Class in com.legstar.cixs.gen.model.options
Set of parameters describing a POJO.
PojoParameters() - Constructor for class com.legstar.cixs.gen.model.options.PojoParameters
A no-Arg constructor.
PojoParameters(Properties) - Constructor for class com.legstar.cixs.gen.model.options.PojoParameters
Construct from a properties file.
PORT_NOT_SET - Static variable in class com.legstar.cixs.gen.model.options.HttpTransportParameters
Port number when it is not set.
ProxyTargetType - Enum in com.legstar.cixs.gen.model.options
The types of targets supported.

S

serialize() - Method in class com.legstar.cixs.gen.model.CixsMappingModel
Create an XML usable as input for and ant task.
serialize() - Method in class com.legstar.cixs.gen.model.CixsOperation
Create an XML usable as input for and ant task.
serialize(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
Create an XML usable as input for and ant task.
SERVICE_IMPLEMENTATION_CLASSNAME - Static variable in class com.legstar.cixs.gen.model.AbstractCixsService
Service implementation class name.
SERVICE_INTERFACE_CLASSNAME - Static variable in class com.legstar.cixs.gen.model.AbstractCixsService
Service interface class name.
SERVICE_NAMESPACE - Static variable in class com.legstar.cixs.gen.model.AbstractCixsService
Namespace used for JAXB objects derived from service.
SERVICE_PACKAGE_NAME - Static variable in class com.legstar.cixs.gen.model.AbstractCixsService
Service package name.
setCicsChannel(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setCicsContainer(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setCicsProgramName(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setCixsOperations(List<CixsOperation>) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
 
setCixsService(AbstractCixsService) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setCixsService(AbstractCixsService) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setClassName(String) - Method in class com.legstar.cixs.gen.model.options.PojoParameters
 
setCobolRootDataItemName(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setConnectionFactory(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
setCoxbBinDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setCoxbBinDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setCoxbPackageName(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setCoxbType(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setCustBinDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setCustBinDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setCustPackageName(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setErrorQueue(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
setFaultInfoType(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setFaultType(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setGeneratorName(String) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setHost(String) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setHostCharset(String) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setHostCharset(String) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setImplementationClassName(String) - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
setInput(List<CixsStructure>) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setInterfaceClassName(String) - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
setJaxbBinDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setJaxbBinDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setJaxbFieldName(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setJaxbPackageName(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setJaxbPropertyName(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setJaxbType(String) - Method in class com.legstar.cixs.gen.model.CixsStructure
 
setJndiContextFactory(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
setJndiUrl(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
setMethodName(String) - Method in class com.legstar.cixs.gen.model.options.PojoParameters
 
setName(String) - Method in class com.legstar.cixs.gen.model.CixsMappingModel
 
setName(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setNamespace(String) - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
setNamespace(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setOutput(List<CixsStructure>) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setPackageName(String) - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
setPackageName(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setPassword(String) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setPath(String) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setPort(int) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setReplyQueue(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
setRequestHolderType(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setRequestQueue(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
setRequestWrapperType(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setResponseHolderType(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setResponseWrapperType(String) - Method in class com.legstar.cixs.gen.model.CixsOperation
 
setScheme(HttpTransportParameters.HttpScheme) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setScheme(String) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setTargetAntDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setTargetAntDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setTargetBinDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setTargetBinDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setTargetDistDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setTargetDistDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setTargetSrcDir(File) - Method in class com.legstar.cixs.gen.ant.AbstractCixsGenerator
 
setTargetSrcDir(File) - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
setUserId(String) - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
setWsdlPortName(String) - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
setWsdlServiceName(String) - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
setWsdlTargetNamespace(String) - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
setWsdlUrl(String) - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
setZosQueueManager(String) - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 

T

TARGET_ANT_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Target ANT directory.
TARGET_BIN_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Target binaries directory.
TARGET_DIST_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Target distribution directory.
TARGET_SRC_DIR - Static variable in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
Target source directory.
toProperties() - Method in class com.legstar.cixs.gen.ant.model.AbstractAntBuildCixsModel
 
toProperties() - Method in class com.legstar.cixs.gen.model.AbstractCixsService
 
toProperties() - Method in class com.legstar.cixs.gen.model.options.HttpTransportParameters
 
toProperties() - Method in class com.legstar.cixs.gen.model.options.PojoParameters
 
toProperties() - Method in class com.legstar.cixs.gen.model.options.WebServiceParameters
 
toProperties() - Method in class com.legstar.cixs.gen.model.options.WmqTransportParameters
 
TransportType - Enum in com.legstar.cixs.gen.model.options
Wire protocol used between a client and an adapter, an adapter and the host, the host and a proxy, etc...

V

valueOf(String) - Static method in enum com.legstar.cixs.gen.model.options.CobolHttpClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.legstar.cixs.gen.model.options.HttpTransportParameters.HttpScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.legstar.cixs.gen.model.options.ProxyTargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.legstar.cixs.gen.model.options.TransportType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.legstar.cixs.gen.model.options.CobolHttpClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.legstar.cixs.gen.model.options.HttpTransportParameters.HttpScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.legstar.cixs.gen.model.options.ProxyTargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.legstar.cixs.gen.model.options.TransportType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebServiceParameters - Class in com.legstar.cixs.gen.model.options
Set of parameters describing a Web Service target.
WebServiceParameters() - Constructor for class com.legstar.cixs.gen.model.options.WebServiceParameters
A no-Arg constructor.
WebServiceParameters(Properties) - Constructor for class com.legstar.cixs.gen.model.options.WebServiceParameters
Construct from a properties file.
WMQ_CONNECTION_FACTORY - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ connection factory.
WMQ_ERROR_QUEUE - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ error queue.
WMQ_JNDI_CONTEXT_FACTORY - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ jndi context factory.
WMQ_JNDI_URL - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ jndi url.
WMQ_REPLY_QUEUE - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ reply queue.
WMQ_REQUEST_QUEUE - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ request queue.
WMQ_ZOS_QUEUE_MANAGER - Static variable in class com.legstar.cixs.gen.model.options.WmqTransportParameters
WMQ zos queue manager.
WmqTransportParameters - Class in com.legstar.cixs.gen.model.options
Set of parameters needed for Websphere MQ transport.
WmqTransportParameters() - Constructor for class com.legstar.cixs.gen.model.options.WmqTransportParameters
A no-Arg constructor.
WmqTransportParameters(Properties) - Constructor for class com.legstar.cixs.gen.model.options.WmqTransportParameters
Construct from a properties file.
WSDL_PORT_NAME_PROPERTY - Static variable in class com.legstar.cixs.gen.model.options.WebServiceParameters
Target Web service WSDL port name.
WSDL_SERVICE_NAME_PROPERTY - Static variable in class com.legstar.cixs.gen.model.options.WebServiceParameters
Target Web service WSDL service name.
WSDL_TARGET_NAMESPACE_PROPERTY - Static variable in class com.legstar.cixs.gen.model.options.WebServiceParameters
Target Web service WSDL namespace.
WSDL_URL_PROPERTY - Static variable in class com.legstar.cixs.gen.model.options.WebServiceParameters
URL locating target Web service WSDL.

A C D E G H I J L P S T V W

Copyright © 2014 LegSem. All Rights Reserved.