com.ibm.cics.server

Class WebService

    • Constructor Summary

      Constructors 
      Constructor and Description
      WebService()
      Construct a WebService bean.
      WebService(java.lang.String name)
      Construct a WebService object with a specific name
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void invoke(Channel theChannel, java.lang.String operationName)
      Invoke the named operation on the WEBSERVICE.
      void invoke(Channel theChannel, java.lang.String operationName, java.lang.String uri)
      Invoke the named operation on the WEBSERVICE using a specified URI.
      void invoke(Channel theChannel, java.lang.String operationName, URIMap urimap)
      Invoke the named operation on the Service using a specified URIMAP.
      void setScope(java.lang.String scope)
      Set the scope for the Service
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebService

        public WebService()
        Construct a WebService bean.
        Since CICS TS version:
        3.1
        Since package version:
        1.0.0
      • WebService

        public WebService(java.lang.String name)
        Construct a WebService object with a specific name
        Parameters:
        name - The name of the new WebService object
        Since CICS TS version:
        6.1
        Since package version:
        2.0.0