Uses of Interface
org.apache.wsil.extension.wsdl.ReferencedService
-
Packages that use ReferencedService Package Description org.apache.wsil.extension.wsdl org.apache.wsil.impl.extension.wsdl -
-
Uses of ReferencedService in org.apache.wsil.extension.wsdl
Methods in org.apache.wsil.extension.wsdl that return ReferencedService Modifier and Type Method Description ReferencedServiceReference. createReferencedService()Create referencedServiceReferencedServiceReference. getReferencedService()Get referencedServiceMethods in org.apache.wsil.extension.wsdl with parameters of type ReferencedService Modifier and Type Method Description voidReference. setReferencedService(ReferencedService referencedService)Set referencedService -
Uses of ReferencedService in org.apache.wsil.impl.extension.wsdl
Classes in org.apache.wsil.impl.extension.wsdl that implement ReferencedService Modifier and Type Class Description classReferencedServiceImplThis class contains the implementation for a <wsilwsdl:referencedService> element.Fields in org.apache.wsil.impl.extension.wsdl declared as ReferencedService Modifier and Type Field Description protected ReferencedServiceReferenceImpl. referencedServicereferencedServiceMethods in org.apache.wsil.impl.extension.wsdl that return ReferencedService Modifier and Type Method Description ReferencedServiceReferenceImpl. createReferencedService()Create referencedServiceReferencedServiceReferenceImpl. getReferencedService()Get referencedServiceMethods in org.apache.wsil.impl.extension.wsdl with parameters of type ReferencedService Modifier and Type Method Description voidReferenceImpl. setReferencedService(ReferencedService referencedService)Set referenced service
-