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.context.externalize   
org.apache.axis2.dataretrieval   
org.apache.axis2.dataretrieval.client   
org.apache.axis2.deployment   
org.apache.axis2.deployment.repository.util   
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.description.java2wsdl   
org.apache.axis2.dispatchers   
org.apache.axis2.engine   
org.apache.axis2.util   
 

Uses of AxisService in org.apache.axis2
 

Methods in org.apache.axis2 with parameters of type AxisService
 java.lang.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)
           
 void ServiceClient.setAxisService(AxisService axisService)
          Configure the ServiceClient to interact with the Web service described by the specified AxisService object.
 

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 MessageContext.getAxisService()
           
 AxisService ServiceContext.getAxisService()
           
 

Methods in org.apache.axis2.context with parameters of type AxisService
 void ConfigurationContext.deployService(AxisService service)
          Deploy a service to the embedded AxisConfiguration, and initialize it.
 ServiceContext ServiceGroupContext.findServiceContext(AxisService axisSrv)
          Finds the service context object that corresponds to the specified AxisService from the list of service contexts for this service group context.
 ServiceContext ServiceGroupContext.getServiceContext(AxisService service)
          Gets a service context.
 ServiceContext SessionContext.getServiceContext(AxisService axisService)
           
 void MessageContext.setAxisService(AxisService axisService)
           
 

Uses of AxisService in org.apache.axis2.context.externalize
 

Methods in org.apache.axis2.context.externalize that return AxisService
static AxisService ActivateUtils.findService(AxisConfiguration axisConfig, java.lang.String serviceClassName, java.lang.String serviceName)
          Find the AxisService object that matches the criteria
static AxisService ActivateUtils.findService(AxisConfiguration axisConfig, java.lang.String serviceClassName, java.lang.String serviceName, java.lang.String extraName)
           
 

Methods in org.apache.axis2.context.externalize with parameters of type AxisService
static AxisOperation ActivateUtils.findOperation(AxisService service, java.lang.String opClassName, javax.xml.namespace.QName opQName)
          Find the AxisOperation object that matches the criteria
static java.lang.String ActivateUtils.getAxisServiceExternalizeExtraName(AxisService axisService)
          Return a Sring that contains the service QName and port local name of an AxisService seperated by a delimiter.
 

Uses of AxisService in org.apache.axis2.dataretrieval
 

Methods in org.apache.axis2.dataretrieval with parameters of type AxisService
 org.apache.ws.commons.schema.XmlSchema SchemaSupplier.getSchema(AxisService service, java.lang.String xsd)
           
 javax.wsdl.Definition WSDLSupplier.getWSDL(AxisService service)
           
 

Constructors in org.apache.axis2.dataretrieval with parameters of type AxisService
AxisDataLocatorImpl(AxisService in_axisService)
          Constructor
 

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

Constructors in org.apache.axis2.dataretrieval.client with parameters of type AxisService
MexClient(ConfigurationContext configContext, AxisService axisService)
           
 

Uses of AxisService in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return AxisService
static AxisService DeploymentEngine.buildService(java.io.InputStream serviceInputStream, 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 that return types with arguments of type AxisService
 java.util.ArrayList<AxisService> ServiceGroupBuilder.populateServiceGroup(AxisServiceGroup axisServiceGroup)
           
 

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

Method parameters in org.apache.axis2.deployment with type arguments of type AxisService
 void ServiceBuilder.setWsdlServiceMap(java.util.HashMap<java.lang.String,AxisService> wsdlServiceMap)
           
 

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

Constructor parameters in org.apache.axis2.deployment with type arguments of type AxisService
ServiceGroupBuilder(org.apache.axiom.om.OMElement service, java.util.HashMap<java.lang.String,AxisService> wsdlServices, ConfigurationContext configCtx)
           
 

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

Methods in org.apache.axis2.deployment.repository.util that return types with arguments of type AxisService
 java.util.ArrayList<AxisService> ArchiveReader.buildServiceGroup(java.io.InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, java.util.HashMap<java.lang.String,AxisService> wsdlServices, ConfigurationContext configCtx)
           
 java.util.List<AxisService> ArchiveReader.getAxisServiceFromWsdl(java.io.InputStream in, java.lang.ClassLoader loader, java.lang.String wsdlUrl)
           
 java.util.ArrayList<AxisService> ArchiveReader.processServiceGroup(java.lang.String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, java.util.HashMap<java.lang.String,AxisService> wsdlServices, ConfigurationContext configCtx)
          Extracts Service XML files and builds the service groups.
 java.util.HashMap<java.lang.String,AxisService> ArchiveReader.processWSDLs(DeploymentFileData file)
          Creates service objects from wsdl file inside a service archive file.
 

Method parameters in org.apache.axis2.deployment.repository.util with type arguments of type AxisService
 java.util.ArrayList<AxisService> ArchiveReader.buildServiceGroup(java.io.InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, java.util.HashMap<java.lang.String,AxisService> wsdlServices, ConfigurationContext configCtx)
           
 void ArchiveReader.processFilesInFolder(java.io.File folder, java.util.HashMap<java.lang.String,AxisService> servicesMap)
           
 java.util.ArrayList<AxisService> ArchiveReader.processServiceGroup(java.lang.String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, java.util.HashMap<java.lang.String,AxisService> wsdlServices, ConfigurationContext configCtx)
          Extracts Service XML files and builds the service groups.
 

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

Methods in org.apache.axis2.deployment.util with parameters of type AxisService
static void Utils.addEndpointsToService(AxisService axisService)
           
static void Utils.addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration)
           
static void Utils.addHttpEndpoint(AxisService axisService, java.lang.String url)
           
static void Utils.addHttpEndpoint(AxisService axisService, java.lang.String protocol, java.lang.String endpointName)
           
static void Utils.addSoap11Endpoint(AxisService axisService, java.lang.String url)
           
static void Utils.addSoap11Endpoint(AxisService axisService, java.lang.String protocol, java.lang.String endpointName)
           
static void Utils.addSoap12Endpoint(AxisService axisService, java.lang.String url)
           
static void Utils.addSoap12Endpoint(AxisService axisService, java.lang.String protocol, java.lang.String endpointName)
           
static void Utils.fillAxisService(AxisService axisService, AxisConfiguration axisConfig, java.util.ArrayList<java.lang.String> excludeOperations, java.util.ArrayList<java.lang.String> nonRpcMethods)
          This guy will create a AxisService using java reflection
static AxisBinding Utils.getHttpBinding(AxisService service)
           
static AxisBinding Utils.getSoap11Binding(AxisService service)
           
static AxisBinding Utils.getSoap12Binding(AxisService service)
           
static void Utils.processBeanPropertyExclude(AxisService service)
          This method is to process bean exclude parameter and the XML format of that would be +
static void Utils.processPolicyAttachments(java.util.Iterator attachmentElements, AxisService service)
           
static void Utils.setEndpointsToAllUsedBindings(AxisService axisService)
           
 

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
static AxisService AxisService.createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, javax.xml.namespace.QName wsdlServiceName, java.lang.String portName, Options options)
           
static AxisService AxisService.createClientSideAxisService(java.net.URL wsdlURL, javax.xml.namespace.QName wsdlServiceName, java.lang.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.createService(java.lang.String implClass, AxisConfiguration axisConfig)
          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(java.lang.String implClass, AxisConfiguration axisConfiguration, java.util.Map messageReceiverClassMap, java.lang.String targetNamespace, java.lang.String schemaNamespace, java.lang.ClassLoader loader)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
static AxisService AxisService.createService(java.lang.String implClass, java.lang.String serviceName, AxisConfiguration axisConfiguration, java.util.Map<java.lang.String,MessageReceiver> messageReceiverClassMap, java.lang.String targetNamespace, java.lang.ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
 AxisService AxisOperation.getAxisService()
          Typesafe access to parent service
 AxisService AxisEndpoint.getAxisService()
           
 AxisService AxisServiceGroup.getService(java.lang.String name)
           
 AxisService WSDL11ToAxisServiceBuilder.populateService()
          Populates a given service.
abstract  AxisService WSDLToAxisServiceBuilder.populateService()
           
 AxisService WSDL20ToAxisServiceBuilder.populateService()
           
 

Methods in org.apache.axis2.description that return types with arguments of type AxisService
 java.util.Iterator<AxisService> AxisServiceGroup.getServices()
           
 java.util.List<AxisService> WSDL11ToAllAxisServicesBuilder.populateAllServices()
          Public method to access the wsdl 1.1 file and create a List of AxisService objects.
 java.util.List<AxisService> WSDL20ToAllAxisServicesBuilder.populateAllServices()
          Public method to access the wsdl 2.0 file and create a List of AxisService objects.
 

Methods in org.apache.axis2.description with parameters of type AxisService
 void AxisServiceGroup.addService(AxisService service)
           
 void AxisServiceGroup.addToGroup(AxisService service)
          Deprecated. please use addService() instead
static AxisService AxisService.createService(java.lang.String implClass, java.lang.String serviceName, AxisConfiguration axisConfiguration, java.util.Map<java.lang.String,MessageReceiver> messageReceiverClassMap, java.lang.String targetNamespace, java.lang.ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
 void AxisEndpoint.setParent(AxisService service)
           
protected  void WSDLToAxisServiceBuilder.setPolicyRegistryFromService(AxisService axisService)
           
 

Constructors in org.apache.axis2.description with parameters of type AxisService
AxisService2WSDL11(AxisService service)
           
AxisService2WSDL11(AxisService service, java.lang.String serviceName)
           
AxisService2WSDL20(AxisService service)
           
AxisService2WSDL20(AxisService service, java.lang.String serviceName)
           
WSDL11ToAxisServiceBuilder(java.io.InputStream in, AxisService service)
           
WSDL20ToAxisServiceBuilder(java.lang.String wsdlUri, AxisService service)
           
WSDLToAxisServiceBuilder(java.io.InputStream in, AxisService axisService)
           
 

Uses of AxisService in org.apache.axis2.description.java2wsdl
 

Fields in org.apache.axis2.description.java2wsdl declared as AxisService
protected  AxisService DefaultSchemaGenerator.service
           
 

Methods in org.apache.axis2.description.java2wsdl with parameters of type AxisService
 void SchemaGenerator.setAxisService(AxisService service)
           
 void DefaultSchemaGenerator.setAxisService(AxisService service)
           
 

Constructors in org.apache.axis2.description.java2wsdl with parameters of type AxisService
DefaultSchemaGenerator(java.lang.ClassLoader loader, java.lang.String className, java.lang.String schematargetNamespace, java.lang.String schematargetNamespacePrefix, AxisService service)
           
DocLitBareSchemaGenerator(java.lang.ClassLoader loader, java.lang.String className, java.lang.String schematargetNamespace, java.lang.String schematargetNamespacePrefix, AxisService service)
           
 

Uses of AxisService in org.apache.axis2.dispatchers
 

Methods in org.apache.axis2.dispatchers that return AxisService
 AxisService SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService AddressingBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService HTTPLocationBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService RelatesToBasedServiceDispatcher.findService(MessageContext messageContext)
           
 AxisService SOAPMessageBodyBasedServiceDispatcher.findService(MessageContext messageContext)
           
 AxisService RequestURIOperationDispatcher.findService(MessageContext messageContext)
           
abstract  AxisService AbstractServiceDispatcher.findService(MessageContext messageContext)
          Called by Axis Engine to find the service.
 AxisService RequestURIBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService RequestURIBasedServiceDispatcher.findService(MessageContext messageContext)
           
 AxisService SOAPActionBasedDispatcher.findService(MessageContext messageContext)
           
 

Methods in org.apache.axis2.dispatchers with parameters of type AxisService
 AxisOperation SOAPMessageBodyBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation ActionBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation SOAPMessageBodyBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation HTTPLocationBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
abstract  AxisOperation AbstractOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
          Called by Axis Engine to find the operation.
 AxisOperation SOAPActionBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RelatesToBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 

Uses of AxisService in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return AxisService
abstract  AxisService AbstractDispatcher.findService(MessageContext messageContext)
          Called by Axis Engine to find the service.
 AxisService AxisConfiguration.getService(java.lang.String name)
          Method getService.
 AxisService AxisConfiguration.getServiceForActivation(java.lang.String serviceName)
          Service can start and stop, once stopped it cannot be accessed, so we need a way to get the service even if service is not active.
 

Methods in org.apache.axis2.engine that return types with arguments of type AxisService
 java.util.HashMap<java.lang.String,AxisService> AxisConfiguration.getServices()
           
 

Methods in org.apache.axis2.engine with parameters of type AxisService
 void AxisConfiguration.addService(AxisService service)
          Add an AxisService to our global configuration.
 void AxisConfiguration.addServiceToExistingServiceGroup(AxisService axisService, java.lang.String serviceGroupName)
          This method is used to add a service to an existing active service group in the axis configuration
 void AxisConfiguration.addToAllServicesMap(AxisService axisService)
           
abstract  AxisOperation AbstractDispatcher.findOperation(AxisService service, MessageContext messageContext)
          Called by Axis Engine to find the operation.
 void AxisConfiguration.notifyObservers(AxisEvent event, AxisService service)
           
 void AxisObserver.serviceUpdate(AxisEvent event, AxisService service)
           
 void ServiceLifeCycle.shutDown(ConfigurationContext configctx, AxisService service)
          this will be called during the system shut down time.
 void ServiceLifeCycle.startUp(ConfigurationContext configctx, AxisService service)
          this will be called during the deployement time of the service.
 

Uses of AxisService in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return AxisService
static AxisService Utils.createSimpleInOnlyService(javax.xml.namespace.QName serviceName, MessageReceiver messageReceiver, javax.xml.namespace.QName opName)
           
static AxisService Utils.createSimpleService(javax.xml.namespace.QName serviceName, MessageReceiver messageReceiver, java.lang.String className, javax.xml.namespace.QName opName)
           
static AxisService Utils.createSimpleService(javax.xml.namespace.QName serviceName, java.lang.String className, javax.xml.namespace.QName opName)
           
static AxisService Utils.createSimpleServiceforClient(javax.xml.namespace.QName serviceName, MessageReceiver messageReceiver, java.lang.String className, javax.xml.namespace.QName opName)
           
static AxisService Utils.createSimpleServiceforClient(javax.xml.namespace.QName serviceName, java.lang.String className, javax.xml.namespace.QName opName)
           
static AxisService ObjectStateUtils.findService(AxisConfiguration axisConfig, java.lang.String serviceClassName, java.lang.String serviceName)
          Find the AxisService object that matches the criteria
 

Methods in org.apache.axis2.util with parameters of type AxisService
static java.lang.Object Utils.createServiceObject(AxisService service)
          Create a service object for a given service.
static ServiceContext Utils.fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)
           
static AxisOperation ObjectStateUtils.findOperation(AxisService service, java.lang.String opClassName, javax.xml.namespace.QName opQName)
          Find the AxisOperation object that matches the criteria
static org.apache.axiom.om.OMElement WSDLSerializationUtil.generateHTTPBinding(org.apache.axiom.om.OMFactory fac, AxisService axisService, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace whttp, org.apache.axiom.om.OMNamespace tns, java.lang.String serviceName)
          Generates a default HTTP Binding for a given AxisService
static org.apache.axiom.om.OMElement WSDLSerializationUtil.generateServiceElement(org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, java.lang.String serviceName)
          Generates a default service element
static org.apache.axiom.om.OMElement WSDLSerializationUtil.generateServiceElement(org.apache.axiom.om.OMFactory omFactory, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, java.lang.String[] eprs, java.lang.String serviceName)
          Generates a default service element
static org.apache.axiom.om.OMElement WSDLSerializationUtil.generateSOAP11Binding(org.apache.axiom.om.OMFactory fac, AxisService axisService, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace wsoap, org.apache.axiom.om.OMNamespace tns, java.lang.String serviceName)
          Generates a default SOAP 11 Binding for a given AxisService
static org.apache.axiom.om.OMElement WSDLSerializationUtil.generateSOAP12Binding(org.apache.axiom.om.OMFactory fac, AxisService axisService, org.apache.axiom.om.OMNamespace wsdl, org.apache.axiom.om.OMNamespace wsoap, org.apache.axiom.om.OMNamespace tns, java.lang.String serviceName)
          Generates a default SOAP 12 Binding for a given AxisService
static org.apache.neethi.Policy PolicyUtil.getMergedPolicy(java.util.List policies, AxisService service)
           
static java.lang.Class<?> Utils.getServiceClass(AxisService service)
          Get the service class for a given service.
 

Constructors in org.apache.axis2.util with parameters of type AxisService
PolicyLocator(AxisService service)
           
 



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