it.imolinfo.jbi4cics.jbi.wsdl
Class Jbi4CicsExtension

java.lang.Object
  extended by it.imolinfo.jbi4cics.jbi.wsdl.Jbi4CicsExtension

public final class Jbi4CicsExtension
extends java.lang.Object

JWSDL Extension class. See JSR 110.

Author:
amedeocannone, marcopiraccini, Marco Cimatti

Field Summary
static java.lang.String ADDRESS_ELEMENT
           
static java.lang.String BINDING_ELEMENT
           
static java.lang.String CODE_PAGE_NAME_ATTRIBUTE
           
static java.lang.String CONNECTION_TYPE_ATTRIBUTE
           
static java.lang.String COPY_COBOL_ELEMENT
           
static java.lang.String DEFAULT_PREFIX
           
static java.lang.String JNDI_CONNECTION_NAME_ATTRIBUTE
           
static java.lang.String NS_URI_JBI4CICS
          The namespace used for Jbi4Cics WSDL elements.
static java.lang.String OUTPUT_COPY_COBOL_ELEMENT
           
static java.lang.String PASSWORD_ATTRIBUTE
           
static java.lang.String PROGRAM_NAME_ATTRIBUTE
           
static javax.xml.namespace.QName Q_ELEM_JBI4CICS_ADDRESS
          The qualified name of Jbi4Cics extension address element.
static javax.xml.namespace.QName Q_ELEM_JBI4CICS_BINDING
          The qualified name of Jbi4Cics extension binding element.
static javax.xml.namespace.QName Q_ELEM_JBI4CICS_COPY_COBOL
          The qualified name of the copy Cobol used for input and, optionally, also for output.
static javax.xml.namespace.QName Q_ELEM_JBI4CICS_OUTPUT_COPY_COBOL
          The qualified name of the output copy Cobol.
static java.lang.String SAME_COPY_COBOL_ATTRIBUTE
           
static java.lang.String SERVICE_PACKAGE_NAME_ATTRIBUTE
           
static java.lang.String TPN_ATTRIBUTE
           
static java.lang.String TRANSACTION_NAME_ATTRIBUTE
           
static java.lang.String USERNAME_ATTRIBUTE
           
 
Method Summary
static void register(javax.wsdl.extensions.ExtensionRegistry registry)
          Registers the Jbi4Cics WSDL extensions into the specified registry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS_URI_JBI4CICS

public static final java.lang.String NS_URI_JBI4CICS
The namespace used for Jbi4Cics WSDL elements.

See Also:
Constant Field Values

DEFAULT_PREFIX

public static final java.lang.String DEFAULT_PREFIX
See Also:
Constant Field Values

BINDING_ELEMENT

public static final java.lang.String BINDING_ELEMENT
See Also:
Constant Field Values

ADDRESS_ELEMENT

public static final java.lang.String ADDRESS_ELEMENT
See Also:
Constant Field Values

COPY_COBOL_ELEMENT

public static final java.lang.String COPY_COBOL_ELEMENT
See Also:
Constant Field Values

OUTPUT_COPY_COBOL_ELEMENT

public static final java.lang.String OUTPUT_COPY_COBOL_ELEMENT
See Also:
Constant Field Values

SERVICE_PACKAGE_NAME_ATTRIBUTE

public static final java.lang.String SERVICE_PACKAGE_NAME_ATTRIBUTE
See Also:
Constant Field Values

CODE_PAGE_NAME_ATTRIBUTE

public static final java.lang.String CODE_PAGE_NAME_ATTRIBUTE
See Also:
Constant Field Values

SAME_COPY_COBOL_ATTRIBUTE

public static final java.lang.String SAME_COPY_COBOL_ATTRIBUTE
See Also:
Constant Field Values

USERNAME_ATTRIBUTE

public static final java.lang.String USERNAME_ATTRIBUTE
See Also:
Constant Field Values

PASSWORD_ATTRIBUTE

public static final java.lang.String PASSWORD_ATTRIBUTE
See Also:
Constant Field Values

CONNECTION_TYPE_ATTRIBUTE

public static final java.lang.String CONNECTION_TYPE_ATTRIBUTE
See Also:
Constant Field Values

JNDI_CONNECTION_NAME_ATTRIBUTE

public static final java.lang.String JNDI_CONNECTION_NAME_ATTRIBUTE
See Also:
Constant Field Values

PROGRAM_NAME_ATTRIBUTE

public static final java.lang.String PROGRAM_NAME_ATTRIBUTE
See Also:
Constant Field Values

TRANSACTION_NAME_ATTRIBUTE

public static final java.lang.String TRANSACTION_NAME_ATTRIBUTE
See Also:
Constant Field Values

TPN_ATTRIBUTE

public static final java.lang.String TPN_ATTRIBUTE
See Also:
Constant Field Values

Q_ELEM_JBI4CICS_BINDING

public static final javax.xml.namespace.QName Q_ELEM_JBI4CICS_BINDING
The qualified name of Jbi4Cics extension binding element.


Q_ELEM_JBI4CICS_ADDRESS

public static final javax.xml.namespace.QName Q_ELEM_JBI4CICS_ADDRESS
The qualified name of Jbi4Cics extension address element.


Q_ELEM_JBI4CICS_COPY_COBOL

public static final javax.xml.namespace.QName Q_ELEM_JBI4CICS_COPY_COBOL
The qualified name of the copy Cobol used for input and, optionally, also for output.


Q_ELEM_JBI4CICS_OUTPUT_COPY_COBOL

public static final javax.xml.namespace.QName Q_ELEM_JBI4CICS_OUTPUT_COPY_COBOL
The qualified name of the output copy Cobol.

Method Detail

register

public static void register(javax.wsdl.extensions.ExtensionRegistry registry)
Registers the Jbi4Cics WSDL extensions into the specified registry.

Parameters:
registry - the extensions registry to register the Jbi4Cics WSDL extensions.


Copyright © 2005-2008 Imola Informatica. All Rights Reserved.