Uses of Interface
org.apache.wsil.ServiceName

Packages that use ServiceName
org.apache.wsil   
org.apache.wsil.impl   
org.apache.wsil.xml   
 

Uses of ServiceName in org.apache.wsil
 

Methods in org.apache.wsil that return ServiceName
abstract  ServiceName WSILDocument.createServiceName()
          Create service name element.
 ServiceName[] Service.getServiceNames()
          Get service names.
 

Methods in org.apache.wsil with parameters of type ServiceName
 void Service.addServiceName(ServiceName serviceName)
          Add a service name.
 void Service.removeServiceName(ServiceName serviceName)
          Remove service name.
 

Uses of ServiceName in org.apache.wsil.impl
 

Classes in org.apache.wsil.impl that implement ServiceName
 class ServiceNameImpl
          This class provides the support for the <name> element.
 

Methods in org.apache.wsil.impl that return ServiceName
 ServiceName WSILDocumentImpl.createServiceName()
          Create service name element.
 ServiceName[] ServiceImpl.getServiceNames()
          Get the service name.
 

Methods in org.apache.wsil.impl with parameters of type ServiceName
 void ServiceImpl.addServiceName(ServiceName serviceName)
          Add service name.
 void ServiceImpl.removeServiceName(ServiceName serviceName)
          Remove a service name.
 

Uses of ServiceName in org.apache.wsil.xml
 

Methods in org.apache.wsil.xml that return ServiceName
protected  ServiceName XMLReader.parseServiceName(org.w3c.dom.Element nameElement, Service service)
          Parse service name element.
 



Copyright ? 2001 International Business Machines Corporation. All Rights Reserved.