jaugment2.jini
Class SOAPBinding

java.lang.Object
  |
  +--jaugment2.jini.SOAPBinding

public class SOAPBinding
extends java.lang.Object
implements Binding

Binding to represent a JINI-Service (normaly via jaugment2.jini.simpleService.SimpleService as a SOAP-Service


Constructor Summary
SOAPBinding()
           
 
Method Summary
 void bindService(net.jini.core.lookup.ServiceItem service)
          Bind the service to an Apache-SOAP-Server.
 void unbind()
          Unbind the service.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SOAPBinding

public SOAPBinding()
Method Detail

bindService

public void bindService(net.jini.core.lookup.ServiceItem service)
Bind the service to an Apache-SOAP-Server.
Specified by:
bindService in interface Binding

unbind

public void unbind()
Unbind the service. Do nothing if not bound.
Specified by:
unbind in interface Binding