Uses of Class
org.apache.axis.deployment.wsdd.WSDDService
-
Packages that use WSDDService Package Description org.apache.axis.deployment.wsdd org.apache.axis.deployment.wsdd.providers org.apache.axis.management org.apache.axis.management.jmx -
-
Uses of WSDDService in org.apache.axis.deployment.wsdd
Methods in org.apache.axis.deployment.wsdd that return WSDDService Modifier and Type Method Description WSDDService[]WSDDDeployment. getServices()Return an array of the services in this deploymentWSDDServiceWSDDDeployment. getWSDDService(QName qname)Return the WSDD description for a given named serviceMethods in org.apache.axis.deployment.wsdd with parameters of type WSDDService Modifier and Type Method Description protected 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(java.lang.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 Modifier and Type Method Description HandlerWSDDBsfProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDComProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDHandlerProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDJavaCORBAProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDJavaEJBProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDJavaMsgProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDJavaRMIProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)HandlerWSDDJavaRPCProvider. newProviderInstance(WSDDService service, EngineConfiguration registry) -
Uses of WSDDService in org.apache.axis.management
Methods in org.apache.axis.management that return WSDDService Modifier and Type Method Description static WSDDServiceServiceAdmin. getService(QName qname)static WSDDService[]ServiceAdmin. getServices()Methods in org.apache.axis.management with parameters of type WSDDService Modifier and Type Method Description static voidServiceAdmin. deployService(WSDDService service) -
Uses of WSDDService in org.apache.axis.management.jmx
Methods in org.apache.axis.management.jmx that return WSDDService Modifier and Type Method Description WSDDServiceDeploymentQuery. findService(java.lang.String qname)fina a specific serviceWSDDServiceDeploymentQueryMBean. findService(java.lang.String qname)find the serviceWSDDService[]DeploymentQuery. findServices()get all servicesWSDDService[]DeploymentQueryMBean. findServices()return all servicesWSDDServiceWSDDServiceWrapper. getWSDDService()Methods in org.apache.axis.management.jmx with parameters of type WSDDService Modifier and Type Method Description voidWSDDServiceWrapper. setWSDDService(WSDDService wsddService)
-