站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.deployment.wsdd.WSDDService (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.deployment.wsdd.WSDDService

Packages that use WSDDService
org.apache.axis.deployment.wsdd   
org.apache.axis.deployment.wsdd.providers   
 

Uses of WSDDService in org.apache.axis.deployment.wsdd
 

Methods in org.apache.axis.deployment.wsdd that return WSDDService
 WSDDService[] WSDDDeployment.getServices()
          Return an array of the services in this deployment
 WSDDService WSDDDeployment.getWSDDService(javax.xml.namespace.QName qname)
          Return the WSDD description for a given named service
 

Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDService
static Handler WSDDProvider.getInstance(javax.xml.namespace.QName providerType, WSDDService service, EngineConfiguration registry)
           
abstract  Handler WSDDProvider.newProviderInstance(WSDDService service, EngineConfiguration registry)
           
protected  void WSDDDeployment.addService(WSDDService service)
           
 void WSDDDeployment.deployService(WSDDService service)
          Put a WSDDService into this deployment, replacing any other WSDDService which might already be present with the same QName.
 void WSDDDeployment.registerNamespaceForService(String namespace, WSDDService service)
          Register a particular namepsace which maps to a given WSDDService.
 

Uses of WSDDService in org.apache.axis.deployment.wsdd.providers
 

Methods in org.apache.axis.deployment.wsdd.providers with parameters of type WSDDService
 Handler WSDDJavaRPCProvider.newProviderInstance(WSDDService service, EngineConfiguration registry)
           
 Handler WSDDJavaMsgProvider.newProviderInstance(WSDDService service, EngineConfiguration registry)
           
 Handler WSDDHandlerProvider.newProviderInstance(WSDDService service, EngineConfiguration registry)
           
 Handler WSDDComProvider.newProviderInstance(WSDDService service, EngineConfiguration registry)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.