org.ws4d.java.service
Class DefaultProxyFactory

java.lang.Object
  extended by org.ws4d.java.service.DefaultProxyFactory
All Implemented Interfaces:
ProxyFactory

public class DefaultProxyFactory
extends java.lang.Object
implements ProxyFactory


Constructor Summary
DefaultProxyFactory()
           
 
Method Summary
 boolean checkServiceUpdate(Service service, QNameSet newPortTypes)
           
 Device createProxyDevice(GetResponseMessage message, DefaultDeviceReference devRef, Device oldDevice, ProtocolData protocolData)
           
 Service createProxyService(ServiceReference serviceReference, ProtocolData protocolData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProxyFactory

public DefaultProxyFactory()
Method Detail

createProxyService

public Service createProxyService(ServiceReference serviceReference,
                                  ProtocolData protocolData)
                           throws MissingMetadataException
Specified by:
createProxyService in interface ProxyFactory
Throws:
MissingMetadataException

createProxyDevice

public Device createProxyDevice(GetResponseMessage message,
                                DefaultDeviceReference devRef,
                                Device oldDevice,
                                ProtocolData protocolData)
Specified by:
createProxyDevice in interface ProxyFactory

checkServiceUpdate

public boolean checkServiceUpdate(Service service,
                                  QNameSet newPortTypes)
                           throws MissingMetadataException
Specified by:
checkServiceUpdate in interface ProxyFactory
Throws:
MissingMetadataException