Class ServiceDeregistration

java.lang.Object
org.sblim.slp.internal.msg.SLPMessage
org.sblim.slp.internal.msg.ServiceDeregistration
All Implemented Interfaces:
FunctionIDs

public class ServiceDeregistration extends SLPMessage
ServiceDeregistration message
  • Constructor Details

    • ServiceDeregistration

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

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

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