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 deploymentWSDDService
WSDDDeployment. 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 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.static Handler
WSDDProvider. getInstance(QName providerType, WSDDService service, EngineConfiguration registry)
abstract Handler
WSDDProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
void
WSDDDeployment. 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 Handler
WSDDBsfProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDComProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDHandlerProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaCORBAProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaEJBProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaMsgProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaRMIProvider. newProviderInstance(WSDDService service, EngineConfiguration registry)
Handler
WSDDJavaRPCProvider. 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 WSDDService
ServiceAdmin. getService(QName qname)
static WSDDService[]
ServiceAdmin. getServices()
Methods in org.apache.axis.management with parameters of type WSDDService Modifier and Type Method Description static void
ServiceAdmin. 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 WSDDService
DeploymentQuery. findService(java.lang.String qname)
fina a specific serviceWSDDService
DeploymentQueryMBean. findService(java.lang.String qname)
find the serviceWSDDService[]
DeploymentQuery. findServices()
get all servicesWSDDService[]
DeploymentQueryMBean. findServices()
return all servicesWSDDService
WSDDServiceWrapper. getWSDDService()
Methods in org.apache.axis.management.jmx with parameters of type WSDDService Modifier and Type Method Description void
WSDDServiceWrapper. setWSDDService(WSDDService wsddService)
-