org.ws4d.java.service
Interface ProxyFactory

All Known Implementing Classes:
DefaultProxyFactory

public interface ProxyFactory

This factory allows to create proxies for devices and services.


Method Summary
 boolean checkServiceUpdate(Service service, QNameSet newPortTypes)
           
 Device createProxyDevice(GetResponseMessage message, DefaultDeviceReference devRef, Device oldDevice, ProtocolData protocolData)
           
 Service createProxyService(ServiceReference serviceReference, ProtocolData protocolData)
           
 

Method Detail

createProxyDevice

Device createProxyDevice(GetResponseMessage message,
                         DefaultDeviceReference devRef,
                         Device oldDevice,
                         ProtocolData protocolData)

checkServiceUpdate

boolean checkServiceUpdate(Service service,
                           QNameSet newPortTypes)
                           throws MissingMetadataException
Throws:
MissingMetadataException

createProxyService

Service createProxyService(ServiceReference serviceReference,
                           ProtocolData protocolData)
                           throws MissingMetadataException
Throws:
MissingMetadataException