com.ibm.wsspi.container.binding
Interface Service<M>
- public interface Service<M>
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getBindings()
Returns list of bindings
|
getInterface()
Returns either PortType for wsdl interface or java Class
|
|
|
getName()
Returns the service name
|
Method Detail
getName
- java.lang.String getName()
Returns the service name
Returns:
service name
getBindings
- java.util.List<Binding> getBindings( )
Returns list of bindings
Returns:
bindings
getInterface
- M getInterface()
Returns either PortType for wsdl interface or java Class
Returns:
service name