Class ServiceProvideMessage


  • public class ServiceProvideMessage
    extends BaseMessage
    Message for providing a client service that can be invoked by other clients and Jadex components.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String scope
      The provision scope.
      protected java.lang.String[] tags
      The tags.
      protected ClassInfo type
      The type.
      • Fields inherited from class org.activecomponents.webservice.messages.BaseMessage

        callid
    • Field Detail

      • scope

        protected java.lang.String scope
        The provision scope.
      • tags

        protected java.lang.String[] tags
        The tags.
    • Constructor Detail

      • ServiceProvideMessage

        public ServiceProvideMessage()
        Create a new command.
      • ServiceProvideMessage

        public ServiceProvideMessage​(java.lang.String callid,
                                     ClassInfo type,
                                     java.lang.String scope,
                                     java.lang.String... tags)
        Create a new command.
        Parameters:
        callid - The callid.
        type - The service type.
    • Method Detail

      • getType

        public ClassInfo getType()
        Get the type.
        Returns:
        Tthe type
      • setType

        public void setType​(ClassInfo type)
        Set the type.
        Parameters:
        type - The type to set
      • getTags

        public java.lang.String[] getTags()
        Get the tags.
        Returns:
        the tags
      • setTags

        public void setTags​(java.lang.String[] tags)
        Set the tags.
        Parameters:
        tags - The tags to set
      • getScope

        public java.lang.String getScope()
        Get the scope.
        Returns:
        The scope
      • setScope

        public void setScope​(java.lang.String scope)
        Set the scope.
        Parameters:
        scope - The scope to set