Interface WebServiceObject


public interface WebServiceObject
Represents a Nuclos-WebService for calling external services as a client.
For rule programming the file org.nuclet.webservice.WebServices contains instances of it that are passed to the WebServiceProvider for creating and initializing a client stub
Author:
Matthias Reichart
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the UID of the Nuclos-WebService.
  • Method Details

    • getUID

      UID getUID()
      Returns the UID of the Nuclos-WebService. This method is usually called by the WebServiceProvider to initialize a new stub.
      Returns: