IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.container.binding
Interface Service<M>


public interface Service<M>

The declaration of a service.


Method Summary
 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 8