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

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

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

Methods in org.petalslink.abslayer.service.api that return Interface
 Interface Description.findInterface(javax.xml.namespace.QName name)
           
 Interface Role.findInterface(javax.xml.namespace.QName name)
           
 Interface Binding.getInterface()
           
 Interface Operation.getParentInterface()
           
 

Methods in org.petalslink.abslayer.service.api that return types with arguments of type Interface
 java.util.List<Interface> Description.getInterfaces()
           
 

Methods in org.petalslink.abslayer.service.api with parameters of type Interface
 java.util.List<Endpoint> Description.findEndpointsImplementingInterface(Interface itf)
           
 java.util.List<Service> Description.findServicesImplementingInterface(Interface itf)
           
 

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

Classes in org.petalslink.abslayer.service.impl.wsdl11 that implement Interface
 class InterfaceImpl
           
 

Methods in org.petalslink.abslayer.service.impl.wsdl11 that return Interface
 Interface DescriptionImpl.findInterface(javax.xml.namespace.QName qname)
           
 Interface RoleImpl.findInterface(javax.xml.namespace.QName qname)
           
 Interface BindingImpl.getInterface()
           
 Interface OperationImpl.getParentInterface()
           
 

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

Methods in org.petalslink.abslayer.service.impl.wsdl11 with parameters of type Interface
 java.util.List<Endpoint> DescriptionImpl.findEndpointsImplementingInterface(Interface itf)
           
 java.util.List<Service> DescriptionImpl.findServicesImplementingInterface(Interface itf)
           
 



Copyright © 2011 Petals Link. All Rights Reserved.