Celtix User APIs

org.objectweb.celtix.bindings
Interface ServerBinding

All Superinterfaces:
BindingBase
All Known Implementing Classes:
AbstractServerBinding

public interface ServerBinding
extends BindingBase


Method Summary
 void activate()
           
 void deactivate()
           
 javax.xml.ws.Endpoint getEndpoint()
           
 
Methods inherited from interface org.objectweb.celtix.bindings.BindingBase
createObjectContext, getBinding, isCompatibleWithAddress
 

Method Detail

getEndpoint

javax.xml.ws.Endpoint getEndpoint()

activate

void activate()
              throws javax.wsdl.WSDLException,
                     IOException
Throws:
javax.wsdl.WSDLException
IOException

deactivate

void deactivate()
                throws IOException
Throws:
IOException

Celtix User APIs