A B C D E F G H I L M O P R S U W

A

AbstractRegistry<V> - Class in org.apache.axis2.osgi.deployment
 
AbstractRegistry(BundleContext, ConfigurationContext) - Constructor for class org.apache.axis2.osgi.deployment.AbstractRegistry
 
Activator - Class in org.apache.axis2.osgi.internal
Activator will set the necessary parameters that initiate Axis2 OSGi integration
Activator() - Constructor for class org.apache.axis2.osgi.internal.Activator
 
addRegistry(Registry) - Method in class org.apache.axis2.osgi.deployment.tracker.BundleTracker
 
AXIS2_OSGi_ROOT_CONTEXT - Static variable in class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
AXIS2_WS - Static variable in class org.apache.axis2.osgi.deployment.tracker.WSTracker
 

B

BundleClassLoader - Class in org.apache.axis2.osgi.deployment
This classloader will be used with AxisService, AxisModule etc
BundleClassLoader(Bundle, ClassLoader) - Constructor for class org.apache.axis2.osgi.deployment.BundleClassLoader
 
BundleTracker - Class in org.apache.axis2.osgi.deployment.tracker
BundleTracker listen to bundle events and class the registered Registry objects to deal with them.
BundleTracker(BundleContext) - Constructor for class org.apache.axis2.osgi.deployment.tracker.BundleTracker
 

C

close() - Method in class org.apache.axis2.osgi.deployment.tracker.BundleTracker
 
configCtx - Variable in class org.apache.axis2.osgi.deployment.AbstractRegistry
 
CONTENT_TYPE - Static variable in class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
context - Variable in class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
context - Variable in class org.apache.axis2.osgi.deployment.AbstractRegistry
 

D

deployService(String, Class, Object, String) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Deploys an Object as a WebService using the implementation's default binding type.
deployService(String, String, Class, Object, String) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Deploys an Object as a WebService using a specified binding type The service is deployed into the provider's default application context.
deployService(WebApp, String, Class, Object, String) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Deploys an Object as a WebService using the provider's default binding type.
deployService(WebApp, String, String, Class, Object, String) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Deploys an Object as a WebService using a specified binding type The service is deployed into the specified WebApp context
destroy() - Method in class org.apache.axis2.osgi.tx.HttpListener
 

E

engageGlobalModules() - Method in class org.apache.axis2.osgi.deployment.OSGiServerConfigurator
 

F

findClass(String) - Method in class org.apache.axis2.osgi.deployment.BundleClassLoader
 
findResource(String) - Method in class org.apache.axis2.osgi.deployment.BundleClassLoader
 
findResources(String) - Method in class org.apache.axis2.osgi.deployment.BundleClassLoader
 

G

getAxisConfiguration() - Method in class org.apache.axis2.osgi.deployment.OSGiServerConfigurator
OSGiServerConfigurator will create an specifict AxisConfiguration based on axis2.xml which is available in org/apache/axis2.osgi/deployment directory.
getContext() - Method in class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
getEPRForService(String, String) - Method in class org.apache.axis2.osgi.tx.HttpListener
 
getEPRsForService(String, String) - Method in class org.apache.axis2.osgi.tx.HttpListener
 
getHttpService() - Method in class org.apache.axis2.osgi.core.web.WebApp
 
getInitParameters() - Method in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
getLogService() - Method in class org.apache.axis2.extensions.osgi.util.Logger
 
getMimeType(String) - Method in class org.apache.axis2.osgi.core.web.WebApp
 
getProviderDeployer() - Method in interface org.apache.axis2.osgi.core.SOAPProvider
 
getProviderDeployer(WebApp) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
 
getProviderEngine() - Method in interface org.apache.axis2.osgi.core.SOAPProvider
 
getProviderName() - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Getter method for the implementation's provider name.
getProviderVersion() - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Getter method for the implementation's version.
getResource(String) - Method in class org.apache.axis2.osgi.core.web.WebApp
 
getResource(String) - Method in class org.apache.axis2.osgi.deployment.BundleClassLoader
 
getServlet() - Method in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
getServlet() - Method in class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
getSessionContext(MessageContext) - Method in class org.apache.axis2.osgi.tx.HttpListener
 
getSRef() - Method in class org.apache.axis2.osgi.core.web.WebApp
 
getSubContext() - Method in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
getWebApp(String, boolean) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Gets a web application from the provider for the given context path.
getWebApp(Bundle, String, boolean) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
Gets a web application from the provider for the given context path, using the provided bundle as the location for the engine's configuration information
getWebAppDescriptor() - Static method in class org.apache.axis2.osgi.core.web.WebApp
 

H

handleSecurity(HttpServletRequest, HttpServletResponse) - Method in class org.apache.axis2.osgi.core.web.WebApp
 
HttpListener - Class in org.apache.axis2.osgi.tx
Default HttpListener that synch with the underlying listerner frameworks.
HttpListener(BundleContext) - Constructor for class org.apache.axis2.osgi.tx.HttpListener
 
httpService - Variable in class org.apache.axis2.osgi.core.web.WebApp
 

I

init(ServletConfig) - Method in class org.apache.axis2.osgi.OSGiAxisServlet
 
init(ConfigurationContext, TransportInDescription) - Method in class org.apache.axis2.osgi.tx.HttpListener
 
initParameters - Variable in class org.apache.axis2.osgi.core.web.ServletDescriptor
 

L

loadClass(String, boolean) - Method in class org.apache.axis2.osgi.deployment.BundleClassLoader
 
loadClass(String) - Method in class org.apache.axis2.osgi.deployment.BundleClassLoader
 
loadServices() - Method in class org.apache.axis2.osgi.deployment.OSGiServerConfigurator
 
lock - Variable in class org.apache.axis2.osgi.deployment.AbstractRegistry
 
log(int, String) - Method in class org.apache.axis2.extensions.osgi.util.Logger
 
log(int, String, Throwable) - Method in class org.apache.axis2.extensions.osgi.util.Logger
 
Logger - Class in org.apache.axis2.extensions.osgi.util
 
Logger(BundleContext) - Constructor for class org.apache.axis2.extensions.osgi.util.Logger
 

M

MEP - Static variable in class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
MODULE_NOT_FOUND_ERROR - Static variable in class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
ModuleRegistry - Class in org.apache.axis2.osgi.deployment
 
ModuleRegistry(BundleContext, ConfigurationContext, Registry) - Constructor for class org.apache.axis2.osgi.deployment.ModuleRegistry
 

O

open() - Method in class org.apache.axis2.osgi.deployment.tracker.BundleTracker
 
open() - Method in class org.apache.axis2.osgi.deployment.tracker.WSTracker
 
org.apache.axis2.extensions.osgi.util - package org.apache.axis2.extensions.osgi.util
 
org.apache.axis2.osgi - package org.apache.axis2.osgi
 
org.apache.axis2.osgi.core - package org.apache.axis2.osgi.core
 
org.apache.axis2.osgi.core.web - package org.apache.axis2.osgi.core.web
 
org.apache.axis2.osgi.deployment - package org.apache.axis2.osgi.deployment
 
org.apache.axis2.osgi.deployment.tracker - package org.apache.axis2.osgi.deployment.tracker
 
org.apache.axis2.osgi.internal - package org.apache.axis2.osgi.internal
 
org.apache.axis2.osgi.tx - package org.apache.axis2.osgi.tx
 
OSGi_BUNDLE_ID - Static variable in class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
OSGiAxis2Constants - Class in org.apache.axis2.osgi.deployment
Contains the list of constants
OSGiAxis2Constants() - Constructor for class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
OSGiAxisServlet - Class in org.apache.axis2.osgi
This servlet is used with the association of HttpService.
OSGiAxisServlet(BundleContext) - Constructor for class org.apache.axis2.osgi.OSGiAxisServlet
OSGiAxisServlet needs an referenc to OSGi environmentb
OSGiConfigurationContextFactory - Class in org.apache.axis2.osgi.deployment
OSGiConfigurationContextFactory creates ConfigurationContext, which is the ultimate Axis2 environment.
OSGiConfigurationContextFactory() - Constructor for class org.apache.axis2.osgi.deployment.OSGiConfigurationContextFactory
 
OSGiServerConfigurator - Class in org.apache.axis2.osgi.deployment
This is the heart of the OSGi deployment.
OSGiServerConfigurator(BundleContext) - Constructor for class org.apache.axis2.osgi.deployment.OSGiServerConfigurator
 
OSGiServiceBuilder - Class in org.apache.axis2.osgi.deployment
 
OSGiServiceBuilder(ConfigurationContext, AxisService) - Constructor for class org.apache.axis2.osgi.deployment.OSGiServiceBuilder
 
OSGiServiceBuilder(InputStream, ConfigurationContext, AxisService) - Constructor for class org.apache.axis2.osgi.deployment.OSGiServiceBuilder
 
OSGiServiceGroupBuilder - Class in org.apache.axis2.osgi.deployment
 
OSGiServiceGroupBuilder(OMElement, HashMap, ConfigurationContext) - Constructor for class org.apache.axis2.osgi.deployment.OSGiServiceGroupBuilder
 

P

populateAxisConfiguration(InputStream) - Method in class org.apache.axis2.osgi.deployment.OSGiServerConfigurator
 
populateServiceGroup(AxisServiceGroup) - Method in class org.apache.axis2.osgi.deployment.OSGiServiceGroupBuilder
 
processModuleRefs(Iterator) - Method in class org.apache.axis2.osgi.deployment.OSGiServiceBuilder
Gets the list of modules that is required to be engaged globally.
processModuleRefs(Iterator, AxisServiceGroup) - Method in class org.apache.axis2.osgi.deployment.OSGiServiceGroupBuilder
Gets the list of modules that is required to be engaged globally.
processOperationModuleRefs(Iterator, AxisOperation) - Method in class org.apache.axis2.osgi.deployment.OSGiServiceBuilder
If the required module is not found this will return the error code 1: which is "Error 1: Required module is not found"
PROTOCOL - Static variable in class org.apache.axis2.osgi.deployment.OSGiAxis2Constants
 
PROVIDER_MAJOR_VERSION - Static variable in interface org.apache.axis2.osgi.core.SOAPProvider
The major version of the SOAPProvider implementation.
PROVIDER_MINOR_VERSION - Static variable in interface org.apache.axis2.osgi.core.SOAPProvider
The minor version of the SOAPProvider implementation.
PROVIDER_NAME - Static variable in interface org.apache.axis2.osgi.core.SOAPProvider
The name of the SOAPProvider implementation.

R

register(Bundle) - Method in class org.apache.axis2.osgi.deployment.ModuleRegistry
 
register(Bundle) - Method in interface org.apache.axis2.osgi.deployment.Registry
 
register(Bundle) - Method in class org.apache.axis2.osgi.deployment.ServiceRegistry
 
Registry - Interface in org.apache.axis2.osgi.deployment
This interface will be used to register the extension/file that needed be processed and create the relevant Axis* object.
remove(Bundle) - Method in class org.apache.axis2.osgi.deployment.ModuleRegistry
 
remove(Bundle) - Method in interface org.apache.axis2.osgi.deployment.Registry
 
remove(Bundle) - Method in class org.apache.axis2.osgi.deployment.ServiceRegistry
 
resolve() - Method in class org.apache.axis2.osgi.deployment.AbstractRegistry
 
resolve() - Method in interface org.apache.axis2.osgi.deployment.Registry
 
resolvedBundles - Variable in class org.apache.axis2.osgi.deployment.AbstractRegistry
 

S

ServiceRegistry - Class in org.apache.axis2.osgi.deployment
Creates proper AxisServiceGroup/AxisService looking into bundles
ServiceRegistry(BundleContext, ConfigurationContext) - Constructor for class org.apache.axis2.osgi.deployment.ServiceRegistry
 
servlet - Variable in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
servlet - Variable in class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
ServletDescriptor - Class in org.apache.axis2.osgi.core.web
ServletDescriptor a utility class for describing Servlets to be deployed into a WebApp
ServletDescriptor(String, HttpServlet) - Constructor for class org.apache.axis2.osgi.core.web.ServletDescriptor
 
setContext(String) - Method in class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
setHttpService(HttpService) - Method in class org.apache.axis2.osgi.core.web.WebApp
 
setInitParameters(Hashtable) - Method in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
setServlet(HttpServlet) - Method in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
setServlet(ServletDescriptor[]) - Method in class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
setSRef(ServiceReference) - Method in class org.apache.axis2.osgi.core.web.WebApp
 
setSubContext(String) - Method in class org.apache.axis2.osgi.core.web.ServletDescriptor
 
setWebAppDescriptor(WebAppDescriptor) - Static method in class org.apache.axis2.osgi.core.web.WebApp
 
SOAPProvider - Interface in org.apache.axis2.osgi.core
SOAPProvider is an interface for generic SOAP functionality.
sRef - Variable in class org.apache.axis2.osgi.core.web.WebApp
 
start(BundleContext) - Method in class org.apache.axis2.osgi.core.web.WebApp
Starts the WebApp
start(BundleContext) - Method in class org.apache.axis2.osgi.deployment.OSGiConfigurationContextFactory
 
start(BundleContext) - Method in class org.apache.axis2.osgi.internal.Activator
 
start() - Method in class org.apache.axis2.osgi.tx.HttpListener
 
startConfigurationContext(Dictionary) - Method in class org.apache.axis2.osgi.deployment.OSGiConfigurationContextFactory
 
stop(BundleContext) - Method in class org.apache.axis2.osgi.core.web.WebApp
Stops the WebApp
stop() - Method in class org.apache.axis2.osgi.deployment.OSGiConfigurationContextFactory
 
stop(BundleContext) - Method in class org.apache.axis2.osgi.internal.Activator
 
stop() - Method in class org.apache.axis2.osgi.tx.HttpListener
 
subContext - Variable in class org.apache.axis2.osgi.core.web.ServletDescriptor
 

U

undeployService(String, Class) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
 
undeployService(WebApp, String, Class) - Method in interface org.apache.axis2.osgi.core.SOAPProvider
 
unRegister(Bundle, boolean) - Method in class org.apache.axis2.osgi.deployment.ModuleRegistry
 
unRegister(Bundle, boolean) - Method in interface org.apache.axis2.osgi.deployment.Registry
 
unRegister(Bundle, boolean) - Method in class org.apache.axis2.osgi.deployment.ServiceRegistry
 
unreslovedBundles - Variable in class org.apache.axis2.osgi.deployment.AbstractRegistry
 
updated(Dictionary) - Method in class org.apache.axis2.osgi.deployment.OSGiConfigurationContextFactory
 

W

WebApp - Class in org.apache.axis2.osgi.core.web
WebApp is a utility class for describing a WebApplication to be deployed into an OSGi HTTP Service implementation.
WebApp(WebAppDescriptor) - Constructor for class org.apache.axis2.osgi.core.web.WebApp
 
webAppDescriptor - Static variable in class org.apache.axis2.osgi.core.web.WebApp
 
WebAppDescriptor - Class in org.apache.axis2.osgi.core.web
WebAppDescriptor is a utility class for containing the static information required by the WebApp class
WebAppDescriptor() - Constructor for class org.apache.axis2.osgi.core.web.WebAppDescriptor
 
WSTracker - Class in org.apache.axis2.osgi.deployment.tracker
WSTracker will listen to registered services and expose them as Web Services (AxisService) if and only if the attached Directory object contains the name/value pair "org.apache.axis2.ws".
WSTracker(ConfigurationContext, BundleContext) - Constructor for class org.apache.axis2.osgi.deployment.tracker.WSTracker
 

A B C D E F G H I L M O P R S U W

Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.