com.ibm.cics.model
Interface IWebServiceDefinition

All Superinterfaces:
ICICSDefinition, ICICSObject, IDefinition
All Known Subinterfaces:
IMutableWebServiceDefinition

public interface IWebServiceDefinition
extends ICICSDefinition

generated from CICS resourcetable WEBSVDEF


Method Summary
 java.lang.String getCsdgroup()
          Getter for field CSDGROUP
 java.lang.String getPipeline()
          Getter for field PIPELINE
 java.lang.String getPolicydir()
          Getter for field POLICYDIR
 java.lang.String getUserdata1()
          Getter for field USERDATA1
 java.lang.String getUserdata2()
          Getter for field USERDATA2
 java.lang.String getUserdata3()
          Getter for field USERDATA3
 ICICSEnums.YesNoValue getValidation()
          Getter for field VALIDATION
 java.lang.String getWsbind()
          Getter for field WSBIND
 java.lang.String getWsdlfile()
          Getter for field WSDLFILE
 
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgent, getChangeAgentRelease, getChangeTime, getChangeUserID, getCreateTime, getDescription, getVersion
 
Methods inherited from interface com.ibm.cics.model.IDefinition
getName
 

Method Detail

getUserdata1

java.lang.String getUserdata1()
Getter for field USERDATA1

User data area 1

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata2

java.lang.String getUserdata2()
Getter for field USERDATA2

User data area 2

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getUserdata3

java.lang.String getUserdata3()
Getter for field USERDATA3

User data area 3

Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions.


getPipeline

java.lang.String getPipeline()
Getter for field PIPELINE

Pipeline in which to install this web service

The name of the PIPELINE in which the WEBSERVICE is installed; that is, the name of the PIPELINE resource that contains this WEBSERVICE resource. The name can be up to 8 characters long.


getWsbind

java.lang.String getWsbind()
Getter for field WSBIND

Fully-qualified WSBind file on HFS

The file name of the web service binding file associated with the web service resource.


getWsdlfile

java.lang.String getWsdlfile()
Getter for field WSDLFILE

Fully-qualified WSDL file on HFS

The file name of the web service description (WSDL) file associated with the web service resource.


getValidation

ICICSEnums.YesNoValue getValidation()
Getter for field VALIDATION

Perform validation of SOAP messages against WSDL

Indicates whether full validation of SOAP messages against the corresponding schema in the web service description is specified.


getPolicydir

java.lang.String getPolicydir()
Getter for field POLICYDIR

Reserved area

This field is not available for use but is reserved for future development.


getCsdgroup

java.lang.String getCsdgroup()
Getter for field CSDGROUP

CSD group

The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions.



Copyright © 2008-2009 IBM Corp. All Rights Reserved.