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

Packages that use AxisService
org.apache.axis2   
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.extensions.spring.receivers   
org.apache.axis2.rpc.client   
org.apache.axis2.rpc.receivers   
org.apache.axis2.transport.jms   
org.apache.axis2.util   
org.apache.axis2.wsdl.codegen   
org.apache.axis2.wsdl.codegen.emitter   
org.apache.axis2.wsdl.codegen.writer   
 

Uses of AxisService in org.apache.axis2
 

Methods in org.apache.axis2 with parameters of type AxisService
 Object ServiceObjectSupplier.getServiceObject(AxisService axisService)
           
 

Uses of AxisService in org.apache.axis2.client
 

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

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

Methods in org.apache.axis2.client with parameters of type AxisService
 void WSDLBasedPolicyProcessor.configureServicePolices(AxisService axisService)
           
 

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)
           
 void MessageContext.setAxisService(AxisService axisService)
           
 ServiceContext ServiceGroupContext.getServiceContext(AxisService service)
          Gets a service context.
 

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
static AxisService DeploymentEngine.buildService(InputStream serviceInputStream, ClassLoader classLoader, ConfigurationContext configCtx)
          Fills an axisservice object using services.xml.
 AxisService ServiceBuilder.populateService(org.apache.axiom.om.OMElement service_element)
          Populates service from corresponding OM.
 

Methods in org.apache.axis2.deployment with parameters of type AxisService
protected  MessageReceiver DeploymentEngine.loadDefaultMessageReceiver(String mepURL, AxisService service)
           
protected  MessageReceiver DescriptionBuilder.loadDefaultMessageReceiver(String mepURL, AxisService service)
          Loads default message receivers.
protected  void ServiceBuilder.processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisService service)
           
 

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

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

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

Uses of AxisService in org.apache.axis2.description
 

Fields in org.apache.axis2.description declared as AxisService
protected  AxisService WSDLToAxisServiceBuilder.axisService
           
 

Methods in org.apache.axis2.description that return AxisService
 AxisService AxisServiceGroup.getService(String name)
           
 AxisService WSDL20ToAxisServiceBuilder.populateService()
           
abstract  AxisService WSDLToAxisServiceBuilder.populateService()
           
 AxisService WSDL11ToAxisServiceBuilder.populateService()
          populates a given service This is the only publicly accessible method in this class
static AxisService AxisService.createClientSideAxisService(URL wsdlURL, QName wsdlServiceName, String portName, Options options)
          To create a AxisService for a given WSDL and the created client is most suitable for client side invocation not for server side invocation.
static AxisService AxisService.createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)
           
static AxisService AxisService.createService(String implClass, AxisConfiguration axisConfig, Class messageReceiverClass)
          To create an AxisService using given service impl class name first generate schema corresponding to the given java class , next for each methods AxisOperation will be created.
static AxisService AxisService.createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
static AxisService AxisService.createService(String implClass, AxisConfiguration axisConfig, Class messageReceiverClass, String targetNameSpace, String schemaNameSpace)
          To create a service for a given Java class with user defined schema and target namespaces.
static AxisService AxisService.createService(String implClass, AxisConfiguration axisConfig)
           
 

Methods in org.apache.axis2.description with parameters of type AxisService
 void AxisServiceGroup.addService(AxisService service)
           
protected  void WSDLToAxisServiceBuilder.setPolicyRegistryFromService(AxisService axisService)
           
 ArrayList AxisOperation.addModuleOperations(AxisModule module, AxisConfiguration axisConfig, AxisService service)
          Adds an operation to a service if a module is required to do so.
 

Constructors in org.apache.axis2.description with parameters of type AxisService
WSDL20ToAxisServiceBuilder(String wsdlUri, AxisService service)
           
WSDLToAxisServiceBuilder(InputStream in, AxisService axisService)
           
WSDL11ToAxisServiceBuilder(InputStream in, AxisService service)
           
AxisService2WSDL2(AxisService service, String[] serviceURL)
           
AxisService2OM(AxisService service, String[] serviceEndpointURLs, String style, String use, String servicePath)
           
 

Uses of AxisService in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisService
 AxisService AddressingBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService SOAPMessageBodyBasedDispatcher.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 AxisConfiguration.getService(String name)
          Method getService.
 AxisService AxisConfiguration.getServiceForActivation(String serviceName)
          Service can start and stop , if once stop we can not acess that , so we need a way to get the service even if service is not active
 

Methods in org.apache.axis2.engine with parameters of type AxisService
 AxisOperation AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 void ServiceLifeCycle.startUp(ConfigurationContext configctx, AxisService service)
          this will be called during the deployement time of the service.
 void ServiceLifeCycle.shutDown(ConfigurationContext configctx, AxisService service)
          this will be called during the system shut down time.
 AxisOperation SOAPMessageBodyBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 void AxisObserver.serviceUpdate(AxisEvent event, AxisService service)
           
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)
           
 

Uses of AxisService in org.apache.axis2.extensions.spring.receivers
 

Methods in org.apache.axis2.extensions.spring.receivers with parameters of type AxisService
 Object SpringAppContextAwareObjectSupplier.getServiceObject(AxisService axisService)
          Method getServiceObject that is Spring aware via Spring interface ApplicationContextAware.
 Object SpringServletContextObjectSupplier.getServiceObject(AxisService axisService)
          Method getServiceObject that is Spring aware via ServletContext.
 

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.rpc.receivers
 

Methods in org.apache.axis2.rpc.receivers with parameters of type AxisService
static void RPCUtil.processResponse(Object resObject, AxisService service, Method method, org.apache.axiom.soap.SOAPEnvelope envelope, org.apache.axiom.soap.SOAPFactory fac, org.apache.axiom.om.OMNamespace ns, org.apache.axiom.om.OMElement bodyContent, MessageContext outMessage)
           
 

Uses of AxisService in org.apache.axis2.transport.jms
 

Methods in org.apache.axis2.transport.jms with parameters of type AxisService
static boolean JMSUtils.isJMSService(AxisService service)
          Should this service be enabled on JMS transport?
static String JMSUtils.getDestination(AxisService service)
          Get the JMS destination used by this 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(AxisService axisService, ConfigurationContext configurationContext)
           
 

Uses of AxisService in org.apache.axis2.wsdl.codegen
 

Methods in org.apache.axis2.wsdl.codegen that return AxisService
 AxisService CodeGenConfiguration.getAxisService()
           
 

Methods in org.apache.axis2.wsdl.codegen with parameters of type AxisService
 void CodeGenConfiguration.setAxisService(AxisService axisService)
           
 

Constructors in org.apache.axis2.wsdl.codegen with parameters of type AxisService
CodeGenConfiguration(AxisService service, Map optionMap)
          Constructor for the configuration.
 

Uses of AxisService in org.apache.axis2.wsdl.codegen.emitter
 

Fields in org.apache.axis2.wsdl.codegen.emitter declared as AxisService
protected  AxisService AxisServiceBasedMultiLanguageEmitter.axisService
           
 

Uses of AxisService in org.apache.axis2.wsdl.codegen.writer
 

Methods in org.apache.axis2.wsdl.codegen.writer with parameters of type AxisService
 void WSDL11Writer.writeWSDL(AxisService axisService)
           
 void WSDL20Writer.writeWSDL(AxisService axisService)