Uses of Class
org.apache.axis2.description.ServiceDescription

Packages that use ServiceDescription
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.phaseresolver   
org.apache.axis2.util   
 

Uses of ServiceDescription in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as ServiceDescription
protected static ServiceDescription Stub._service
           
 

Uses of ServiceDescription in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ServiceDescription
 ServiceDescription MessageContext.getServiceDescription()
           
 ServiceDescription ServiceContext.getServiceConfig()
           
 

Methods in org.apache.axis2.context with parameters of type ServiceDescription
 void MessageContext.setServiceDescription(ServiceDescription serviceDescription)
           
static void ConfigurationContextFactory.createChains(ServiceDescription service, AxisConfiguration configurationContextVal, java.util.ArrayList modules)
          Here the Phases are resolved and the Order of the Handlers are established
 

Constructors in org.apache.axis2.context with parameters of type ServiceDescription
ServiceContext(ServiceDescription serviceConfig, ServiceGroupContext serviceGroupContext)
           
 

Uses of ServiceDescription in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return ServiceDescription
 ServiceDescription DeploymentEngine.buildService(ServiceDescription axisService, java.io.InputStream serviceInputStream, java.lang.ClassLoader classLoader)
          This method is used to fill a axisservice object using services.xml , first it should create an axisservice object using WSDL and then fill that using given servic.xml and load all the requed class and build the chains , finally add the servicecontext to EngineContext and axisservice into EngineConfiguration
 

Methods in org.apache.axis2.deployment with parameters of type ServiceDescription
 ServiceDescription DeploymentEngine.buildService(ServiceDescription axisService, java.io.InputStream serviceInputStream, java.lang.ClassLoader classLoader)
          This method is used to fill a axisservice object using services.xml , first it should create an axisservice object using WSDL and then fill that using given servic.xml and load all the requed class and build the chains , finally add the servicecontext to EngineContext and axisservice into EngineConfiguration
protected  void ServiceBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs, ParameterInclude parent, ServiceDescription service)
           
 

Constructors in org.apache.axis2.deployment with parameters of type ServiceDescription
ServiceBuilder(java.io.InputStream serviceInputSteram, DeploymentEngine engine, ServiceDescription service)
           
ServiceBuilder(DeploymentEngine engine, ServiceDescription service)
           
 

Uses of ServiceDescription in org.apache.axis2.deployment.repository.util
 

Methods in org.apache.axis2.deployment.repository.util that return ServiceDescription
 ServiceDescription ArchiveReader.createService(ArchiveFileData file)
          To create a ServiceDescrption ServiceDescription using given wsdl , if the service.wsdl there in the arcive file ServiceDescription will be creted using that else default ServiceDescription will be crated
 ServiceDescription ArchiveFileData.getService(java.lang.String serviceName)
           
 

Methods in org.apache.axis2.deployment.repository.util with parameters of type ServiceDescription
 void ArchiveFileData.addService(ServiceDescription servicedesc)
           
 

Uses of ServiceDescription in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return ServiceDescription
 ServiceDescription ServiceGroupDescription.getService(javax.xml.namespace.QName name)
           
 ServiceDescription OperationDescription.getParent()
           
 

Methods in org.apache.axis2.description with parameters of type ServiceDescription
 void ServiceGroupDescription.addService(ServiceDescription service)
           
 void OperationDescription.setParent(ServiceDescription parent)
           
 

Uses of ServiceDescription in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return ServiceDescription
 ServiceDescription AxisConfigurationImpl.getService(java.lang.String name)
          Method getService
 ServiceDescription RequestURIBasedDispatcher.findService(MessageContext messageContext)
           
 ServiceDescription SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
           
abstract  ServiceDescription AbstractDispatcher.findService(MessageContext messageContext)
          Give the diaptacher turn to find the Service
 ServiceDescription AddressingBasedDispatcher.findService(MessageContext messageContext)
           
 ServiceDescription AxisEvent.getService()
           
 ServiceDescription AxisConfiguration.getService(java.lang.String name)
          Method getService
 ServiceDescription SOAPActionBasedDispatcher.findService(MessageContext messageContext)
           
 

Methods in org.apache.axis2.engine with parameters of type ServiceDescription
 void AxisConfigurationImpl.addService(ServiceDescription service)
          Method addService
 void AxisConfigurationImpl.notifyObservers(int event_type, ServiceDescription service)
           
 OperationDescription RequestURIBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 OperationDescription SOAPMessageBodyBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
abstract  OperationDescription AbstractDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
          Give the diaptacher turn to find the Operation
 OperationDescription AddressingBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 void AxisConfiguration.addService(ServiceDescription service)
          Method addService
 void AxisConfiguration.notifyObservers(int event_type, ServiceDescription service)
           
 OperationDescription SOAPActionBasedDispatcher.findOperation(ServiceDescription service, MessageContext messageContext)
           
 

Constructors in org.apache.axis2.engine with parameters of type ServiceDescription
AxisEvent(ServiceDescription service, int EVENT_TYPE)
           
 

Uses of ServiceDescription in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver with parameters of type ServiceDescription
 void PhaseResolver.engageModuleToServiceFromGlobal(ServiceDescription service, ModuleDescription module)
          To engage modules come form global
 void PhaseResolver.engageModuleToService(ServiceDescription service, ModuleDescription module)
           
 

Constructors in org.apache.axis2.phaseresolver with parameters of type ServiceDescription
PhaseResolver(AxisConfiguration axisConfig, ServiceDescription serviceContext)
          Constructor PhaseResolver
 

Uses of ServiceDescription in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return ServiceDescription
static ServiceDescription Utils.createSimpleService(javax.xml.namespace.QName serviceName, MessageReceiver messageReceiver, java.lang.String className, javax.xml.namespace.QName opName)
           
static ServiceDescription Utils.createSimpleService(javax.xml.namespace.QName serviceName, java.lang.String className, javax.xml.namespace.QName opName)
           
 

Methods in org.apache.axis2.util with parameters of type ServiceDescription
static void Utils.resolvePhases(AxisConfiguration axisconfig, ServiceDescription serviceDesc)
           
static ServiceContext Utils.fillContextInformation(OperationDescription operationDesc, ServiceDescription serviceDesc, ConfigurationContext configurationContext)