public interface Service<M>
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
|