Class SLPClient
java.lang.Object
org.sblim.slp.example.SLPClient
Sample simplified SLP client that provides methods to find wbem services and
others.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindAttributes
(String pUrl, Vector pScopes, Vector pAttributeIds) Find the specified attributes of a given service urlfindService
(String pServiceType) Finds all services of a given typefindService
(String pServiceType, Vector pScopeList) Finds all services of a given typeFinds all WBEM servicesstatic void
Test method.static String
Unescapes a attribute string
-
Field Details
-
DEFAULT_SCOPE
- See Also:
-
SCOPE
-
SERVICE_WBEM
- See Also:
-
SERVICE_WBEM_HTTP
- See Also:
-
SERVICE_WBEM_HTTPS
- See Also:
-
-
Constructor Details
-
SLPClient
public SLPClient()Ctor.
-
-
Method Details
-
findWbemServices
-
findService
-
findService
-
findAttributes
-
unescape
-
main
-