com.ibm.wsspi.container.binding

Interface Service<M>



  • public interface Service<M>
    The declaration of a service.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List<Binding> getBindings()
      Returns list of bindings
      M getInterface()
      Returns either PortType for wsdl interface or java Class
      java.lang.String 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
IBM WebSphere Application ServerTM
Release 9.0