com.ibm.wsspi.container.binding
Interface ServiceProvider<B extends Binding,I,O>
- public interface ServiceProvider<B extends Binding,I,O>
Method Summary
Modifier and Type | Method and Description |
---|---|
createInvoker(O operation)
Creates an invoker given an operation.
|
|
|
start()
start the provider
|
|
stop()
stop the provider
|
Method Detail
start
- void start()
start the provider
stop
- void stop()
stop the provider
createInvoker
Creates an invoker given an operation. Operation can be a WSDL operation or
java Method
Returns:
Invoker