Interface IWebServiceDefinition
-
- All Superinterfaces:
ICICSDefinition
,ICICSObject
,IDefinition
,com.ibm.cics.model.meta.ITypedObject
public interface IWebServiceDefinition extends ICICSDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IWebServiceDefinition.ChangeAgentValue
Enumeration type for field CHANGEAGENT
-
Field Summary
-
Fields inherited from interface com.ibm.cics.model.ICICSDefinition
COPYRIGHT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getArchivefile()
Getter for field ARCHIVEFILEIWebServiceDefinition.ChangeAgentValue
getChangeAgent()
Getter for field CHANGEAGENTICICSDefinitionReference<IWebServiceDefinition>
getCICSObjectReference()
ICICSType<IWebServiceDefinition>
getObjectType()
java.lang.String
getPipeline()
Getter for field PIPELINEjava.lang.String
getUserdata1()
Getter for field USERDATA1java.lang.String
getUserdata2()
Getter for field USERDATA2java.lang.String
getUserdata3()
Getter for field USERDATA3ICICSEnums.YesNoValue
getValidation()
Getter for field VALIDATIONjava.lang.String
getWsbind()
Getter for field WSBINDjava.lang.String
getWsdlfile()
Getter for field WSDLFILE-
Methods inherited from interface com.ibm.cics.model.ICICSDefinition
getChangeAgentRelease, getChangeTime, getChangeUserID, getCICSContainer, getCreateTime, getCSDGroup, getDescription, getVersion
-
Methods inherited from interface com.ibm.cics.model.ICICSObject
getCICSType, getName
-
-
-
-
Method Detail
-
getObjectType
ICICSType<IWebServiceDefinition> getObjectType()
- Specified by:
getObjectType
in interfaceICICSDefinition
- Specified by:
getObjectType
in interfaceICICSObject
- Specified by:
getObjectType
in interfaceIDefinition
- Specified by:
getObjectType
in interfacecom.ibm.cics.model.meta.ITypedObject
-
getChangeAgent
IWebServiceDefinition.ChangeAgentValue getChangeAgent()
Getter for field CHANGEAGENTLast modification agent
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - Resource was last changed by a CICSPlex SM API command.
- N_A - Resource was created or last updated prior to CICS TS Version 4 Release 1 and support for resource signatures.
-
getUserdata1
java.lang.String getUserdata1()
Getter for field USERDATA1User 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 USERDATA2User 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 USERDATA3User 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 PIPELINEPipeline 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 WSBINDFully-qualified WSBind file on zFS
The file name of the web service binding file associated with the web service resource.
-
getWsdlfile
java.lang.String getWsdlfile()
Getter for field WSDLFILEFully-qualified WSDL file on zFS
The file name of the web service description (WSDL) file associated with the web service resource.
-
getValidation
ICICSEnums.YesNoValue getValidation()
Getter for field VALIDATIONPerform validation of SOAP messages against WSDL
Indicates whether full validation of SOAP messages against the corresponding schema in the web service description is specified.
-
getArchivefile
java.lang.String getArchivefile()
Getter for field ARCHIVEFILEFully-qualified archive file on zFS
The archive file contains the wsdl document for this Web Service.
-
getCICSObjectReference
ICICSDefinitionReference<IWebServiceDefinition> getCICSObjectReference()
- Specified by:
getCICSObjectReference
in interfaceICICSDefinition
- Specified by:
getCICSObjectReference
in interfaceICICSObject
- Specified by:
getCICSObjectReference
in interfaceIDefinition
-
-