com.ibm.wsspi.container.binding

Interface Service<M>


  1. public interface Service<M>
The declaration of a service.

Method Summary

Modifier and Type Method and Description
  1. java.util.List<Binding>
getBindings()
Returns list of bindings
  1. M
getInterface()
Returns either PortType for wsdl interface or java Class
  1. java.lang.String
getName()
Returns the service name

Method Detail

getName

  1. java.lang.String getName()
Returns the service name
Returns:
service name

getBindings

  1. java.util.List<Binding> getBindings( )
Returns list of bindings
Returns:
bindings

getInterface

  1. M getInterface()
Returns either PortType for wsdl interface or java Class
Returns:
service name