com.ibm.cics.gen.api
Interface ICICSWebServicesAssistant


public interface ICICSWebServicesAssistant

This interface defines the public methods for the programmatic interface to the CICS Web services assistant.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String SCCSID
          CICS SCCSID String
 
Method Summary
 IAssistantResponse DFHLS2WS(IAssistantParameters ap)
          DFHLS2WS generates a Web service description and a Web service binding file from a high level language data structure.
 IAssistantResponse DFHWS2LS(IAssistantParameters ap)
          DFHWS2LS generates a high level language data structure and a Web service binding file from a Web service description.
 java.lang.String getVersionInformation()
          This method returns the version number associated with the version of the CICS Web services assistant currently in use.
 

Field Detail

COPYRIGHT

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

SCCSID

public static final java.lang.String SCCSID
CICS SCCSID String

See Also:
Constant Field Values
Method Detail

DFHLS2WS

public IAssistantResponse DFHLS2WS(IAssistantParameters ap)
DFHLS2WS generates a Web service description and a Web service binding file from a high level language data structure. You can use DFHLS2WS when you expose a CICS application program as a service provider.

Parameters:
ap - the parameters needed to control the execution of DFHLS2WS.

DFHWS2LS

public IAssistantResponse DFHWS2LS(IAssistantParameters ap)
DFHWS2LS generates a high level language data structure and a Web service binding file from a Web service description. You can use DFHWS2LS when you expose a CICS application program as a service provider or when you construct a service requester.

Parameters:
ap - the parameters needed to control the execution of DFHWS2LS.

getVersionInformation

public java.lang.String getVersionInformation()
This method returns the version number associated with the version of the CICS Web services assistant currently in use.

Returns:
a human readable version number