Class ServiceDeregistration

  • All Implemented Interfaces:
    FunctionIDs

    public class ServiceDeregistration
    extends SLPMessage
    ServiceDeregistration message
    • Constructor Detail

      • ServiceDeregistration

        public ServiceDeregistration​(java.util.List pScopeList,
                                     ServiceURL pURL,
                                     java.util.List pTagList)
        Ctor.
        Parameters:
        pScopeList - - list of scope strings
        pURL -
        pTagList -
      • ServiceDeregistration

        public ServiceDeregistration​(java.lang.String pLangTag,
                                     java.util.List pScopeList,
                                     ServiceURL pURL,
                                     java.util.List pTagList)
        Ctor.
        Parameters:
        pLangTag -
        pScopeList - - list of scope strings
        pURL -
        pTagList -
      • ServiceDeregistration

        public ServiceDeregistration​(MsgHeader pHeader,
                                     java.util.List pScopeList,
                                     ServiceURL pURL,
                                     java.util.List pTagList)
        Ctor. used by message parser.
        Parameters:
        pHeader -
        pScopeList - - list of scope strings
        pURL -
        pTagList -