Class ServiceTable
java.lang.Object
org.sblim.slp.internal.sa.ServiceTable
ServiceTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(ServiceURL pSrvURL, List pAttrList, List pScopes) addgetAttributes
(ServiceType pSrvType, List pScopes) getAttributesgetAttributes
(ServiceURL pSrvURL, List pScopes) getAttributesgetServiceTypes
(List pScopes) getServiceTypesgetServiceURLs
(ServiceType pSrvType, List pScopes) getServiceURLsvoid
remove
(ServiceURL pSrvURL) remove
-
Constructor Details
-
ServiceTable
-
-
Method Details
-
add
public void add(ServiceURL pSrvURL, List pAttrList, List pScopes) throws UnknownHostException, IOException add- Parameters:
pSrvURL
-pAttrList
-pScopes
-- Throws:
UnknownHostException
IOException
-
remove
remove- Parameters:
pSrvURL
-- Throws:
UnknownHostException
IOException
-
getServiceURLs
getServiceURLs- Parameters:
pSrvType
-pScopes
-- Returns:
- List
-
getAttributes
getAttributes- Parameters:
pSrvURL
-pScopes
-- Returns:
- List
-
getAttributes
getAttributes- Parameters:
pSrvType
-pScopes
-- Returns:
- List
-
getServiceTypes
-