Uses of Class
org.apache.axis2.description.AxisService
-
-
Uses of AxisService in org.apache.axis2
Methods in org.apache.axis2 with parameters of type AxisService Modifier and Type Method Description ObjectServiceObjectSupplier. getServiceObject(AxisService axisService) -
Uses of AxisService in org.apache.axis2.classloader
Methods in org.apache.axis2.classloader with parameters of type AxisService Modifier and Type Method Description static ThreadContextDescriptorThreadContextDescriptor. setThreadContext(AxisService service) -
Uses of AxisService in org.apache.axis2.client
Fields in org.apache.axis2.client declared as AxisService Modifier and Type Field Description protected AxisServiceStub. _serviceMethods in org.apache.axis2.client that return AxisService Modifier and Type Method Description AxisServiceServiceClient. getAxisService()Return the AxisService this is a client for.Methods in org.apache.axis2.client with parameters of type AxisService Modifier and Type Method Description voidWSDLBasedPolicyProcessor. configureServicePolices(AxisService axisService)voidServiceClient. 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 Constructor Description 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 Modifier and Type Method Description AxisServiceMessageContext. getAxisService()AxisServiceServiceContext. getAxisService()Methods in org.apache.axis2.context with parameters of type AxisService Modifier and Type Method Description voidConfigurationContext. deployService(AxisService service)Deploy a service to the embedded AxisConfiguration, and initialize it.ServiceContextServiceGroupContext. 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.ServiceContextServiceGroupContext. getServiceContext(AxisService service)Gets a service context.ServiceContextSessionContext. getServiceContext(AxisService axisService)voidMessageContext. setAxisService(AxisService axisService) -
Uses of AxisService in org.apache.axis2.context.externalize
Methods in org.apache.axis2.context.externalize that return AxisService Modifier and Type Method Description static AxisServiceActivateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName)Find the AxisService object that matches the criteriastatic AxisServiceActivateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName, String extraName)Methods in org.apache.axis2.context.externalize with parameters of type AxisService Modifier and Type Method Description static AxisOperationActivateUtils. findOperation(AxisService service, String opClassName, QName opQName)Find the AxisOperation object that matches the criteriastatic StringActivateUtils. 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 Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchemaSchemaSupplier. getSchema(AxisService service, String xsd)ObjectWSDL11SupplierTemplate. getWSDL(AxisService service)ObjectWSDL20SupplierTemplate. getWSDL(AxisService service)ObjectWSDLSupplier. getWSDL(AxisService service)voidWSDL11SupplierTemplate. init(AxisService service)voidWSDL20SupplierTemplate. init(AxisService service)Constructors in org.apache.axis2.dataretrieval with parameters of type AxisService Constructor Description 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 Constructor Description MexClient(ConfigurationContext configContext, AxisService axisService) -
Uses of AxisService in org.apache.axis2.deployment
Methods in org.apache.axis2.deployment that return AxisService Modifier and Type Method Description static AxisServiceDeploymentEngine. buildService(InputStream serviceInputStream, ConfigurationContext configCtx)Fills an axisservice object using services.xml.AxisServiceServiceBuilder. 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 Modifier and Type Method Description Map<String,AxisService>ServiceBuilderExtension. buildAxisServices(DeploymentFileData deploymentFileData)Builds the AxisService.Map<String,AxisService>WSDLServiceBuilderExtension. buildAxisServices(DeploymentFileData deploymentFileData)protected Map<String,AxisService>AbstractDeployer. executeServiceBuilderExtensions(DeploymentFileData deploymentFileData, ConfigurationContext configurationContext)This method executes ServiceBuilderExtensions associated with this Deployer instance and return a list AxisService instances.protected ArrayList<AxisService>ServiceDeployer. populateService(AxisServiceGroup serviceGroup, URL servicesURL, String serviceName)ArrayList<AxisService>ServiceGroupBuilder. populateServiceGroup(AxisServiceGroup axisServiceGroup)Methods in org.apache.axis2.deployment with parameters of type AxisService Modifier and Type Method Description protected MessageReceiverDescriptionBuilder. loadDefaultMessageReceiver(String mepURL, AxisService service)Loads default message receivers.protected voidServiceBuilder. processServiceModuleConfig(Iterator moduleConfigs, ParameterInclude parent, AxisService service)voidPOJODeployer. setMessageReceivers(AxisService service)Method parameters in org.apache.axis2.deployment with type arguments of type AxisService Modifier and Type Method Description static voidDeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)static AxisServiceGroupDeploymentEngine. buildServiceGroup(InputStream servicesxml, ClassLoader classLoader, String serviceGroupName, ConfigurationContext configCtx, ArchiveReader archiveReader, HashMap<String,AxisService> wsdlServices)To build a AxisServiceGroup for a given services.xml You have to add the created group into AxisConfigprotected static voidDeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)protected static booleanDeploymentEngine. isServiceGroupReadyToDeploy(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfig)Performs a check routine, in order to identify whether all the serviceGroup, service and operation level modules are available.voidServiceBuilder. setWsdlServiceMap(Map<String,AxisService> wsdlServiceMap)Constructors in org.apache.axis2.deployment with parameters of type AxisService Constructor Description ServiceBuilder(InputStream serviceInputStream, ConfigurationContext configCtx, AxisService service)ServiceBuilder(ConfigurationContext configCtx, AxisService service)Constructor parameters in org.apache.axis2.deployment with type arguments of type AxisService Constructor Description ServiceGroupBuilder(org.apache.axiom.om.OMElement service, Map<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 Modifier and Type Method Description ArrayList<AxisService>ArchiveReader. buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)List<AxisService>ArchiveReader. getAxisServiceFromWsdl(InputStream in, ClassLoader loader, String wsdlUrl)ArrayList<AxisService>ArchiveReader. processServiceGroup(String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)Extracts Service XML files and builds the service groups.ArrayList<AxisService>ArchiveReader. processServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)HashMap<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 Modifier and Type Method Description ArrayList<AxisService>ArchiveReader. buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)ArrayList<AxisService>ArchiveReader. buildServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx)voidArchiveReader. processFilesInFolder(File folder, HashMap<String,AxisService> servicesMap)ArrayList<AxisService>ArchiveReader. processServiceGroup(String filename, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)Extracts Service XML files and builds the service groups.ArrayList<AxisService>ArchiveReader. processServiceGroup(org.apache.axiom.om.OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, boolean extractService, Map<String,AxisService> wsdlServices, ConfigurationContext configCtx) -
Uses of AxisService in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type AxisService Modifier and Type Method Description static voidUtils. addEndpointsToService(AxisService axisService)static voidUtils. addEndpointsToService(AxisService axisService, AxisConfiguration axisConfiguration)static voidUtils. addHttpEndpoint(AxisService axisService, String url)static voidUtils. addHttpEndpoint(AxisService axisService, String protocol, String endpointName)static voidUtils. addSoap11Endpoint(AxisService axisService, String url)static voidUtils. addSoap11Endpoint(AxisService axisService, String protocol, String endpointName)static voidUtils. addSoap12Endpoint(AxisService axisService, String url)static voidUtils. addSoap12Endpoint(AxisService axisService, String protocol, String endpointName)static voidUtils. fillAxisService(AxisService axisService, AxisConfiguration axisConfig, ArrayList<String> excludeOperations, ArrayList<String> nonRpcMethods)This guy will create a AxisService using java reflectionstatic AxisBindingUtils. getHttpBinding(AxisService service)static AxisBindingUtils. getSoap11Binding(AxisService service)static AxisBindingUtils. getSoap12Binding(AxisService service)static voidUtils. processBeanPropertyExclude(AxisService service)This method is to process bean exclude parameter and the XML format of that would be+ static voidUtils. processPolicyAttachments(Iterator attachmentElements, AxisService service)static voidUtils. setEndpointsToAllUsedBindings(AxisService axisService) -
Uses of AxisService in org.apache.axis2.description
Fields in org.apache.axis2.description declared as AxisService Modifier and Type Field Description protected AxisServiceAxisService2WSDL11. axisServiceprotected AxisServiceAxisService2WSDL20. axisServiceprotected AxisServiceWSDLToAxisServiceBuilder. axisServiceMethods in org.apache.axis2.description that return AxisService Modifier and Type Method Description static AxisServiceAxisService. 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 AxisServiceAxisService. createClientSideAxisService(javax.wsdl.Definition wsdlDefinition, QName wsdlServiceName, String portName, Options options)static AxisServiceAxisService. createClientSideAxisService(org.apache.woden.wsdl20.Description description, QName wsdlServiceName, String endPoint, Options options)returns a axisService given a input Stream of WSDL2.0 document.static AxisServiceAxisService. createService(String implClass, String serviceName, AxisConfiguration axisConfiguration, Map<String,MessageReceiver> messageReceiverClassMap, String targetNamespace, ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)messageReceiverClassMap will hold the MessageReceivers for given meps.static AxisServiceAxisService. createService(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 AxisServiceAxisService. createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace, ClassLoader loader)messageReceiverClassMap will hold the MessageReceivers for given meps.AxisServiceAxisEndpoint. getAxisService()AxisServiceAxisOperation. getAxisService()Typesafe access to parent serviceAxisServiceAxisServiceGroup. getService(String name)AxisServiceWSDL11ToAxisServiceBuilder. populateService()Populates a given service.AxisServiceWSDL20ToAxisServiceBuilder. populateService()abstract AxisServiceWSDLToAxisServiceBuilder. populateService()Methods in org.apache.axis2.description that return types with arguments of type AxisService Modifier and Type Method Description Iterator<AxisService>AxisServiceGroup. getServices()List<AxisService>WSDL11ToAllAxisServicesBuilder. populateAllServices()Public method to access the wsdl 1.1 file and create a List of AxisService objects.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 Modifier and Type Method Description voidAxisServiceGroup. addService(AxisService service)static AxisServiceAxisService. createService(String implClass, String serviceName, AxisConfiguration axisConfiguration, Map<String,MessageReceiver> messageReceiverClassMap, String targetNamespace, ClassLoader loader, SchemaGenerator schemaGenerator, AxisService axisService)messageReceiverClassMap will hold the MessageReceivers for given meps.org.apache.axiom.om.OMElementAxisService2WSDL20. 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, String serviceName)Generates a default service elementorg.apache.axiom.om.OMElementAxisService2WSDL20. 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, String[] eprs, String serviceName)Generates a default service elementvoidAxisEndpoint. setParent(AxisService service)protected voidWSDLToAxisServiceBuilder. setPolicyRegistryFromService(AxisService axisService)Constructors in org.apache.axis2.description with parameters of type AxisService Constructor Description AxisService2WSDL11(AxisService service)AxisService2WSDL11(AxisService service, String serviceName)AxisService2WSDL20(AxisService service)AxisService2WSDL20(AxisService service, String serviceName)WSDL11ToAxisServiceBuilder(InputStream in, AxisService service)WSDL20ToAxisServiceBuilder(String wsdlUri, AxisService service)WSDLToAxisServiceBuilder(InputStream in, AxisService axisService) -
Uses of AxisService in org.apache.axis2.description.java2wsdl
Fields in org.apache.axis2.description.java2wsdl declared as AxisService Modifier and Type Field Description protected AxisServiceDefaultSchemaGenerator. serviceMethods in org.apache.axis2.description.java2wsdl with parameters of type AxisService Modifier and Type Method Description voidDefaultSchemaGenerator. setAxisService(AxisService service)voidSchemaGenerator. setAxisService(AxisService service)Constructors in org.apache.axis2.description.java2wsdl with parameters of type AxisService Constructor Description DefaultSchemaGenerator(ClassLoader loader, String className, String schematargetNamespace, String schematargetNamespacePrefix, AxisService service)DocLitBareSchemaGenerator(ClassLoader loader, String className, String schematargetNamespace, String schematargetNamespacePrefix, AxisService service) -
Uses of AxisService in org.apache.axis2.dispatchers
Methods in org.apache.axis2.dispatchers that return AxisService Modifier and Type Method Description abstract AxisServiceAbstractServiceDispatcher. findService(MessageContext messageContext)Called by Axis Engine to find the service.AxisServiceAddressingBasedDispatcher. findService(MessageContext messageContext)AxisServiceHTTPLocationBasedDispatcher. findService(MessageContext messageContext)AxisServiceRelatesToBasedServiceDispatcher. findService(MessageContext messageContext)AxisServiceRequestURIBasedDispatcher. findService(MessageContext messageContext)AxisServiceRequestURIBasedServiceDispatcher. findService(MessageContext messageContext)AxisServiceRequestURIOperationDispatcher. findService(MessageContext messageContext)AxisServiceSOAPActionBasedDispatcher. findService(MessageContext messageContext)AxisServiceSOAPMessageBodyBasedDispatcher. findService(MessageContext messageContext)AxisServiceSOAPMessageBodyBasedServiceDispatcher. findService(MessageContext messageContext)Methods in org.apache.axis2.dispatchers with parameters of type AxisService Modifier and Type Method Description abstract AxisOperationAbstractOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)Called by Axis Engine to find the operation.AxisOperationActionBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationAddressingBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationHTTPLocationBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRelatesToBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRequestURIBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRequestURIBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationRequestURIOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationSOAPActionBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationSOAPMessageBodyBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)AxisOperationSOAPMessageBodyBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext) -
Uses of AxisService in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return AxisService Modifier and Type Method Description abstract AxisServiceAbstractDispatcher. findService(MessageContext messageContext)Called by Axis Engine to find the service.AxisServiceAxisConfiguration. getService(String name)Method getService.AxisServiceAxisConfiguration. getServiceForActivation(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 Modifier and Type Method Description HashMap<String,AxisService>AxisConfiguration. getServices()Methods in org.apache.axis2.engine with parameters of type AxisService Modifier and Type Method Description voidAxisConfiguration. addService(AxisService service)Add an AxisService to our global configuration.voidAxisConfiguration. addServiceToExistingServiceGroup(AxisService axisService, String serviceGroupName)This method is used to add a service to an existing active service group in the axis configurationvoidAxisConfiguration. addToAllServicesMap(AxisService axisService)abstract AxisOperationAbstractDispatcher. findOperation(AxisService service, MessageContext messageContext)Called by Axis Engine to find the operation.protected static ObjectDependencyManager. makeNewServiceObject(AxisService service)voidAxisConfiguration. notifyObservers(AxisEvent event, AxisService service)voidAxisObserver. serviceUpdate(AxisEvent event, AxisService service)voidServiceLifeCycle. shutDown(ConfigurationContext configctx, AxisService service)this will be called during the system shut down time.voidServiceLifeCycle. 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 Modifier and Type Method Description static AxisServiceUtils. createSimpleInOnlyService(QName serviceName, MessageReceiver messageReceiver, QName opName)static AxisServiceUtils. createSimpleService(QName serviceName, String className, QName opName)static AxisServiceUtils. createSimpleService(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)static AxisServiceUtils. createSimpleServiceforClient(QName serviceName, String className, QName opName)static AxisServiceUtils. createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)static AxisServiceObjectStateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName)Find the AxisService object that matches the criteriaMethods in org.apache.axis2.util that return types with arguments of type AxisService Modifier and Type Method Description ArrayList<AxisService>FaultyServiceData. getServiceList()Methods in org.apache.axis2.util with parameters of type AxisService Modifier and Type Method Description static ObjectUtils. createServiceObject(AxisService service)Create a service object for a given service.static ServiceContextUtils. fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)static AxisOperationObjectStateUtils. findOperation(AxisService service, String opClassName, QName opQName)Find the AxisOperation object that matches the criteriastatic org.apache.axiom.om.OMElementWSDLSerializationUtil. 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, String serviceName)Generates a default HTTP Binding for a given AxisServicestatic org.apache.axiom.om.OMElementWSDLSerializationUtil. 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, String serviceName)Generates a default SOAP 11 Binding for a given AxisServicestatic org.apache.axiom.om.OMElementWSDLSerializationUtil. 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, String serviceName)Generates a default SOAP 12 Binding for a given AxisServicestatic org.apache.neethi.PolicyPolicyUtil. getMergedPolicy(List policies, AxisService service)static Class<?>Utils. getServiceClass(AxisService service)Get the service class for a given service.static booleanUtils. isHiddenService(AxisService axisService)This method is used to find whether an axis2service is declared as hidden using the "hiddenService" paramConstructors in org.apache.axis2.util with parameters of type AxisService Constructor Description PolicyLocator(AxisService service)Constructor parameters in org.apache.axis2.util with type arguments of type AxisService Constructor Description FaultyServiceData(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile)
-