org.ws4d.java.communication
Interface DiscoveryBinding


public interface DiscoveryBinding

This interface enables Bindings for discovery communication.

A binding represents one or more endpoints which allow to discover a device.


Method Summary
 java.lang.String getCommunicationManagerId()
           
 java.lang.String getIface()
           
 URI getTransportAddress()
           
 int getType()
           
 

Method Detail

getTransportAddress

URI getTransportAddress()

getIface

java.lang.String getIface()

getType

int getType()

getCommunicationManagerId

java.lang.String getCommunicationManagerId()