Uses of Interface
org.apache.wsil.ServiceName
Packages that use ServiceName
-
Uses of ServiceName in org.apache.wsil
Methods in org.apache.wsil that return ServiceNameModifier and TypeMethodDescriptionabstract ServiceNameWSILDocument.createServiceName()Create service name element.Service.getServiceNames()Get service names.Methods in org.apache.wsil with parameters of type ServiceNameModifier and TypeMethodDescriptionvoidService.addServiceName(ServiceName serviceName) Add a service name.voidService.removeServiceName(ServiceName serviceName) Remove service name. -
Uses of ServiceName in org.apache.wsil.impl
Classes in org.apache.wsil.impl that implement ServiceNameModifier and TypeClassDescriptionclassThis class provides the support for the <name> element.Methods in org.apache.wsil.impl that return ServiceNameModifier and TypeMethodDescriptionWSILDocumentImpl.createServiceName()Create service name element.ServiceImpl.getServiceNames()Get the service name.Methods in org.apache.wsil.impl with parameters of type ServiceNameModifier and TypeMethodDescriptionvoidServiceImpl.addServiceName(ServiceName serviceName) Add service name.voidServiceImpl.removeServiceName(ServiceName serviceName) Remove a service name. -
Uses of ServiceName in org.apache.wsil.xml
Methods in org.apache.wsil.xml that return ServiceNameModifier and TypeMethodDescriptionprotected ServiceNameXMLReader.parseServiceName(Element nameElement, Service service) Parse service name element.