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

Packages that use AxisService
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.deployment   
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.rpc.client   
org.apache.axis2.util   
 

Uses of AxisService in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as AxisService
protected static AxisService Stub._service
           
 

Methods in org.apache.axis2.client that return AxisService
 AxisService ServiceClient.getAxisService()
          Return the AxisService this is a client for.
 

Constructors in org.apache.axis2.client with parameters of type AxisService
ServiceClient(ConfigurationContext configContext, AxisService axisService)
          Create a service client configured to work with a specific AxisService.
 

Uses of AxisService in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return AxisService
 AxisService ServiceContext.getAxisService()
           
 AxisService MessageContext.getAxisService()
           
 

Methods in org.apache.axis2.context with parameters of type AxisService
 ServiceContext SessionContext.getServiceContext(AxisService axisService)
           
 ServiceContext ServiceGroupContext.getServiceContext(AxisService service)
          Gets a service context.
 void MessageContext.setAxisService(AxisService axisService)
           
 

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

Uses of AxisService in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return AxisService
 AxisService AxisServiceBuilder.getAxisService(InputStream wsdlInputStream)
           
 AxisService AxisServiceBuilder.getAxisService(javax.wsdl.Definition wsdlDefinition)
           
 AxisService ServiceBuilder.populateService(OMElement service_element)
          Populates service from corresponding OM.
 AxisService DeploymentEngine.buildService(AxisService axisService, InputStream serviceInputStream, ClassLoader classLoader, AxisConfiguration axisConfig)
          Fills an axisservice object using services.xml.
 

Methods in org.apache.axis2.deployment with parameters of type AxisService
protected  void ServiceBuilder.processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisService service)
           
protected  MessageReceiver DescriptionBuilder.loadDefaultMessageReceiver(String mepURL, AxisService service)
          Loads default message receivers.
 AxisService DeploymentEngine.buildService(AxisService axisService, InputStream serviceInputStream, ClassLoader classLoader, AxisConfiguration axisConfig)
          Fills an axisservice object using services.xml.
 

Constructors in org.apache.axis2.deployment with parameters of type AxisService
ServiceBuilder(AxisConfiguration axisConfig, AxisService service)
           
ServiceBuilder(InputStream serviceInputStream, AxisConfiguration axisConfig, AxisService service)
           
 

Uses of AxisService in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util that return AxisService
static AxisService Utils.createService(String implClass, AxisConfiguration axisConfig)
          To create an AxisService using given service impl class name fisrt generate schema corresponding to the given java class , next for each methods AxisOperation will be created.
 

Methods in org.apache.axis2.deployment.util with parameters of type AxisService
static void Utils.fillAxisService(AxisService axisService, AxisConfiguration axisConfig)
          This guy will create a AxisService using java replection
 

Uses of AxisService in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return AxisService
static AxisService ClientUtils.creatAxisService(URL wsdlURL, QName wsdlServiceName, String portName, Options options)
          To create a AxisService for a given WSDL and the created client is most suitable for clinet side invocation not for server side invocation.
 AxisService AxisOperation.getParent()
           
 AxisService AxisServiceGroup.getService(String name)
           
 

Methods in org.apache.axis2.description with parameters of type AxisService
 void AxisOperation.setParent(AxisService parent)
           
 void AxisServiceGroup.addService(AxisService service)
           
 

Constructors in org.apache.axis2.description with parameters of type AxisService
AxisService2WOM(org.apache.ws.commons.schema.XmlSchema schema, AxisService service, String targetNamespece, String targetNamespecheprefix, String serviceURL)
           
 

Uses of AxisService in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisService
 AxisService SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService AddressingBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService RequestURIBasedDispatcher.findService(MessageContext messageContext)
           
abstract  AxisService AbstractDispatcher.findService(MessageContext messageContext)
          Called by Axis Engine to find the service.
 AxisService SOAPActionBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService AxisEvent.getService()
           
 AxisService AxisConfiguration.getService(String name)
          Method getService.
 

Methods in org.apache.axis2.engine with parameters of type AxisService
 AxisOperation SOAPMessageBodyBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
abstract  AxisOperation AbstractDispatcher.findOperation(AxisService service, MessageContext messageContext)
          Called by Axis Engine to find the operation.
 AxisOperation SOAPActionBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 void AxisConfiguration.addService(AxisService service)
          Method addService.
 void AxisConfiguration.notifyObservers(int event_type, AxisService service)
           
 

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

Uses of AxisService in org.apache.axis2.rpc.client
 

Constructors in org.apache.axis2.rpc.client with parameters of type AxisService
RPCServiceClient(ConfigurationContext configContext, AxisService service)
           
 

Uses of AxisService in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return AxisService
static AxisService Utils.createSimpleService(QName serviceName, String className, QName opName)
           
static AxisService Utils.createSimpleServiceforClient(QName serviceName, String className, QName opName)
           
static AxisService Utils.createSimpleService(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)
           
static AxisService Utils.createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)
           
 

Methods in org.apache.axis2.util with parameters of type AxisService
static ServiceContext Utils.fillContextInformation(AxisOperation axisOperation, AxisService axisService, ConfigurationContext configurationContext)
           
static void PolicyUtil.populatePolicy(org.apache.wsdl.WSDLDescription description, AxisService axisService)