Uses of Interface
org.petalslink.abslayer.service.api.Service

Packages that use Service
org.petalslink.abslayer.service.api   
org.petalslink.abslayer.service.impl.wsdl11   
 

Uses of Service in org.petalslink.abslayer.service.api
 

Methods in org.petalslink.abslayer.service.api that return Service
 Service Description.findService(javax.xml.namespace.QName name)
           
 Service Endpoint.getService()
           
 

Methods in org.petalslink.abslayer.service.api that return types with arguments of type Service
 java.util.List<Service> Description.findServicesImplementingInterface(Interface itf)
           
 java.util.Collection<? extends Service> Description.getServices()
           
 

Uses of Service in org.petalslink.abslayer.service.impl.wsdl11
 

Classes in org.petalslink.abslayer.service.impl.wsdl11 that implement Service
 class ServiceImpl
           
 

Methods in org.petalslink.abslayer.service.impl.wsdl11 that return Service
 Service DescriptionImpl.findService(javax.xml.namespace.QName qname)
           
 Service EndpointImpl.getService()
           
 

Methods in org.petalslink.abslayer.service.impl.wsdl11 that return types with arguments of type Service
 java.util.List<Service> DescriptionImpl.findServicesImplementingInterface(Interface itf)
           
 java.util.List<Service> DescriptionImpl.getServices()
           
 



Copyright © 2011 Petals Link. All Rights Reserved.