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 ReferencedService
Reference. createReferencedService()
Create referencedServiceReferencedService
Reference. getReferencedService()
Get referencedServiceMethods in org.apache.wsil.extension.wsdl with parameters of type ReferencedService Modifier and Type Method Description void
Reference. 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 class
ReferencedServiceImpl
This 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 ReferencedService
ReferenceImpl. referencedService
referencedServiceMethods in org.apache.wsil.impl.extension.wsdl that return ReferencedService Modifier and Type Method Description ReferencedService
ReferenceImpl. createReferencedService()
Create referencedServiceReferencedService
ReferenceImpl. getReferencedService()
Get referencedServiceMethods in org.apache.wsil.impl.extension.wsdl with parameters of type ReferencedService Modifier and Type Method Description void
ReferenceImpl. setReferencedService(ReferencedService referencedService)
Set referenced service
-