Package org.somda.sdc.dpws.device
Interface DiscoveryAccess
-
- All Implemented Interfaces:
public interface DiscoveryAccessInterface to set discovery metadata provided by a Device.
-
-
Method Summary
Modifier and Type Method Description abstract voidsetTypes(Collection<QName> types)Sets the types in accordance with WS-Discovery. abstract voidsetScopes(Collection<String> scopes)Sets the scopes in accordance with WS-Discovery. abstract voidsendHello()Sends a Hello message to the network. -
-
Method Detail
-
setTypes
abstract void setTypes(Collection<QName> types)
Sets the types in accordance with WS-Discovery.
- Parameters:
types- the types to set.
-
setScopes
abstract void setScopes(Collection<String> scopes)
Sets the scopes in accordance with WS-Discovery.
- Parameters:
scopes- the scopes to set.
-
-
-
-