Uses of Class
org.apache.axis.deployment.wsdd.WSDDService
Packages that use WSDDService
Package
Description
-
Uses of WSDDService in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return WSDDServiceModifier and TypeMethodDescriptionWSDDDeployment.getServices()Return an array of the services in this deploymentWSDDDeployment.getWSDDService(QName qname) Return the WSDD description for a given named serviceMethods in org.apache.axis.deployment.wsdd with parameters of type WSDDServiceModifier and TypeMethodDescriptionprotected voidWSDDDeployment.addService(WSDDService service) voidWSDDDeployment.deployService(WSDDService service) Put a WSDDService into this deployment, replacing any other WSDDService which might already be present with the same QName.static HandlerWSDDProvider.getInstance(QName providerType, WSDDService service, EngineConfiguration registry) abstract HandlerWSDDProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) voidWSDDDeployment.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 WSDDServiceModifier and TypeMethodDescriptionWSDDBsfProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDComProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDHandlerProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaCORBAProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaEJBProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaMsgProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaRMIProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) WSDDJavaRPCProvider.newProviderInstance(WSDDService service, EngineConfiguration registry) -
Uses of WSDDService in org.apache.axis.management
Methods in org.apache.axis.management that return WSDDServiceModifier and TypeMethodDescriptionstatic WSDDServiceServiceAdmin.getService(QName qname) static WSDDService[]ServiceAdmin.getServices()Methods in org.apache.axis.management with parameters of type WSDDService -
Uses of WSDDService in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that return WSDDServiceModifier and TypeMethodDescriptionDeploymentQuery.findService(String qname) fina a specific serviceDeploymentQueryMBean.findService(String qname) find the serviceDeploymentQuery.findServices()get all servicesDeploymentQueryMBean.findServices()return all servicesWSDDServiceWrapper.getWSDDService()Methods in org.apache.axis.management.jmx with parameters of type WSDDServiceModifier and TypeMethodDescriptionvoidWSDDServiceWrapper.setWSDDService(WSDDService wsddService)