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

Packages that use AxisService
org.apache.axis2   
org.apache.axis2.client   
org.apache.axis2.clustering.tribes   
org.apache.axis2.context   
org.apache.axis2.context.externalize   
org.apache.axis2.corba.receivers   
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.extensions.spring.receivers   
org.apache.axis2.jaxws   
org.apache.axis2.jaxws.description   
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.description.impl   
org.apache.axis2.jaxws.dispatchers   
org.apache.axis2.jaxws.framework   
org.apache.axis2.mtompolicy   
org.apache.axis2.osgi.deployment   
org.apache.axis2.rpc.client   
org.apache.axis2.rpc.receivers   
org.apache.axis2.scripting   
org.apache.axis2.scripting.convertors   
org.apache.axis2.tool.codegen   
org.apache.axis2.tools.bean   
org.apache.axis2.util   
org.apache.axis2.wsdl.codegen   
org.apache.axis2.wsdl.codegen.emitter   
org.apache.axis2.wsdl.codegen.schema   
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)
           
 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.clustering.tribes
 

Methods in org.apache.axis2.clustering.tribes with parameters of type AxisService
 void TribesAxisObserver.serviceUpdate(AxisEvent axisEvent, AxisService 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 SessionContext.getServiceContext(AxisService axisService)
           
 ServiceContext ServiceGroupContext.getServiceContext(AxisService service)
          Gets a service context.
 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, String serviceClassName, String serviceName)
          Find the AxisService object that matches the criteria
static AxisService ActivateUtils.findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName, String extraName)
           
 

Methods in org.apache.axis2.context.externalize with parameters of type AxisService
static AxisOperation ActivateUtils.findOperation(AxisService service, String opClassName, QName opQName)
          Find the AxisOperation object that matches the criteria
static 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.corba.receivers
 

Methods in org.apache.axis2.corba.receivers with parameters of type AxisService
static IDL CorbaUtil.getIDL(AxisService service, ORB orb, String dirName)
           
static Invoker CorbaUtil.getInvoker(AxisService service, Object obj, IDL idl, String methodName)
           
static ORB CorbaUtil.getORB(AxisService service)
           
static void CorbaUtil.processResponse(Object resObject, Member[] params, Object[] outParamValues, DataType dataType, AxisService service, String methodName, org.apache.axiom.soap.SOAPFactory fac, String messageNameSpace, MessageContext outMessage)
           
static Object CorbaUtil.resolveObject(AxisService service, ORB orb)
           
 

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, 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(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
 ArrayList<AxisService> ServiceGroupBuilder.populateServiceGroup(AxisServiceGroup axisServiceGroup)
           
 

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)
           
 void POJODeployer.setMessageReceivers(AxisService service)
           
 

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

Constructors in org.apache.axis2.deployment with parameters of type AxisService
ServiceBuilder(ConfigurationContext configCtx, AxisService service)
           
ServiceBuilder(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, HashMap<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
 ArrayList<AxisService> ArchiveReader.buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<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.
 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
 ArrayList<AxisService> ArchiveReader.buildServiceGroup(InputStream zin, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, HashMap<String,AxisService> wsdlServices, ConfigurationContext configCtx)
           
 void ArchiveReader.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.
 

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, String url)
           
static void Utils.addHttpEndpoint(AxisService axisService, String protocol, String endpointName)
           
static void Utils.addSoap11Endpoint(AxisService axisService, String url)
           
static void Utils.addSoap11Endpoint(AxisService axisService, String protocol, String endpointName)
           
static void Utils.addSoap12Endpoint(AxisService axisService, String url)
           
static void Utils.addSoap12Endpoint(AxisService axisService, String protocol, String endpointName)
           
static void Utils.fillAxisService(AxisService axisService, AxisConfiguration axisConfig, ArrayList<String> excludeOperations, ArrayList<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(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, QName wsdlServiceName, String portName, Options options)
           
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.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 AxisService AxisService.createService(String implClass, AxisConfiguration axisConfiguration, Map messageReceiverClassMap, String targetNamespace, String schemaNamespace, ClassLoader loader)
          messageReceiverClassMap will hold the MessageReceivers for given meps.
static AxisService AxisService.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.
 AxisService AxisEndpoint.getAxisService()
           
 AxisService AxisOperation.getAxisService()
          Typesafe access to parent service
 AxisService AxisServiceGroup.getService(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
 Iterator<AxisService> AxisServiceGroup.getServices()
           
 List<AxisService> WSDL20ToAllAxisServicesBuilder.populateAllServices()
          Public method to access the wsdl 2.0 file and create a List of AxisService objects.
 List<AxisService> WSDL11ToAllAxisServicesBuilder.populateAllServices()
          Public method to access the wsdl 1.1 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(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.
 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, 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
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(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
 AxisService RequestURIBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService RequestURIOperationDispatcher.findService(MessageContext messageContext)
           
 AxisService SOAPMessageBodyBasedServiceDispatcher.findService(MessageContext messageContext)
           
abstract  AxisService AbstractServiceDispatcher.findService(MessageContext messageContext)
          Called by Axis Engine to find the service.
 AxisService SOAPActionBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService RelatesToBasedServiceDispatcher.findService(MessageContext messageContext)
           
 AxisService HTTPLocationBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService AddressingBasedDispatcher.findService(MessageContext messageContext)
           
 AxisService RequestURIBasedServiceDispatcher.findService(MessageContext messageContext)
           
 

Methods in org.apache.axis2.dispatchers with parameters of type AxisService
 AxisOperation RequestURIBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RelatesToBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
abstract  AxisOperation AbstractOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
          Called by Axis Engine to find the operation.
 AxisOperation SOAPMessageBodyBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation SOAPActionBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation HTTPLocationBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation SOAPMessageBodyBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation ActionBasedOperationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation AddressingBasedDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation RequestURIBasedOperationDispatcher.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(String name)
          Method getService.
 AxisService AxisConfiguration.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
 HashMap<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, 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.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.jaxws
 

Methods in org.apache.axis2.jaxws with parameters of type AxisService
 void ClientConfigurationFactory.completeAxis2Configuration(AxisService service)
          Perform any final client-specific configuration on a newly created AxisService.
 

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

Methods in org.apache.axis2.jaxws.description that return AxisService
static AxisService DescriptionFactory.createAxisService(Class serviceImplClass)
          This provide very convenient way of creating an AxisService from an annotated java class.
static AxisService DescriptionFactory.createAxisService(Class serviceImplClass, ConfigurationContext configContext)
          This provide very convenient way of creating an AxisService from an annotated java class.
 AxisService EndpointDescription.getAxisService()
           
 

Uses of AxisService in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type AxisService
static JAXWSCatalogManager JAXWSRIWSDLGenerator.getCatalogManager(AxisService service)
          Get the CatalogManager associated with an AxisService
 org.apache.ws.commons.schema.XmlSchema JAXWSRIWSDLGenerator.getSchema(AxisService service, String xsd)
           
 javax.wsdl.Definition JAXWSRIWSDLGenerator.getWSDL(AxisService service)
           
 

Constructors in org.apache.axis2.jaxws.description.builder with parameters of type AxisService
JAXWSRIWSDLGenerator(AxisService axisService)
           
JAXWSRIWSDLGenerator(AxisService axisService, AxisConfiguration axisConfig)
           
 

Uses of AxisService in org.apache.axis2.jaxws.description.impl
 

Methods in org.apache.axis2.jaxws.description.impl that return AxisService
 AxisService EndpointDescriptionImpl.getAxisService()
           
 

Methods in org.apache.axis2.jaxws.description.impl with parameters of type AxisService
static void DescriptionUtils.registerHandlerHeaders(AxisService axisService, List<Handler> handlers)
           
 

Uses of AxisService in org.apache.axis2.jaxws.dispatchers
 

Methods in org.apache.axis2.jaxws.dispatchers that return AxisService
 AxisService GenericProviderDispatcher.findService(MessageContext messageContext)
           
 AxisService MustUnderstandValidationDispatcher.findService(MessageContext messageContext)
           
 

Methods in org.apache.axis2.jaxws.dispatchers with parameters of type AxisService
 AxisOperation GenericProviderDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
 AxisOperation MustUnderstandValidationDispatcher.findOperation(AxisService service, MessageContext messageContext)
           
static ArrayList MustUnderstandUtils.getHandlersHeaderParameterList(AxisService axisService)
          Return an ArrayList of QNames that is a collection of SOAP handlers
 

Uses of AxisService in org.apache.axis2.jaxws.framework
 

Methods in org.apache.axis2.jaxws.framework that return AxisService
protected  AxisService JAXWSDeployer.createAxisService(ClassLoader classLoader, String className, URL serviceLocation)
           
 

Uses of AxisService in org.apache.axis2.mtompolicy
 

Methods in org.apache.axis2.mtompolicy that return AxisService
static AxisService Utils.locateAxisService(AxisDescription axisDescription)
          Locates the AxisService object searching up in the hierarchy recursively
the AxisDescription object passed.
 

Methods in org.apache.axis2.mtompolicy with parameters of type AxisService
static void Utils.applyPolicyToSOAPBindings(AxisService axisService, org.apache.neethi.Policy policy)
          Applies the MTOM policy to the binding level of the web service.
 

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

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

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.processResonseAsDocLitBare(Object resObject, AxisService service, 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)
           
static void RPCUtil.processResponseAsDocLitWrapped(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.scripting
 

Methods in org.apache.axis2.scripting that return AxisService
protected  AxisService ScriptDeploymentEngine.createService(File wsdlFile, File scriptFile)
          Creates an Axis2 service for the script
 

Uses of AxisService in org.apache.axis2.scripting.convertors
 

Methods in org.apache.axis2.scripting.convertors with parameters of type AxisService
static OMElementConvertor ConvertorFactory.createOMElementConvertor(AxisService axisService, String scriptName)
          Creates an OMElementConvertor for the script.
protected static OMElementConvertor ConvertorFactory.getAxis2Convertor(AxisService axisService, String scriptName)
           
protected static OMElementConvertor ConvertorFactory.getDefaultScriptConvertor(AxisService axisService, String scriptName)
           
protected static OMElementConvertor ConvertorFactory.getScriptConvertor(AxisService axisService)
           
 

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

Methods in org.apache.axis2.tool.codegen that return AxisService
 AxisService WSDL2JavaGenerator.getAxisService(String wsdlURI)
          Reads the WSDL Object Model from the given location.
 

Uses of AxisService in org.apache.axis2.tools.bean
 

Methods in org.apache.axis2.tools.bean that return AxisService
 AxisService CodegenBean.getAxisService(String wsdlURI)
          Reads the WSDL Object Model from the given location.
 

Uses of AxisService in org.apache.axis2.util
 

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

Methods in org.apache.axis2.util with parameters of type AxisService
static 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, String opClassName, 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, 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, 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, String[] eprs, 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, 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, String serviceName)
          Generates a default SOAP 12 Binding for a given AxisService
static org.apache.neethi.Policy PolicyUtil.getMergedPolicy(List policies, AxisService service)
           
static 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)
           
 

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 that return types with arguments of type AxisService
 List<AxisService> CodeGenConfiguration.getAxisServices()
           
 

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

Method parameters in org.apache.axis2.wsdl.codegen with type arguments of type AxisService
 void CodeGenConfiguration.setAxisServices(List<AxisService> axisServices)
           
 

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.schema
 

Constructors in org.apache.axis2.wsdl.codegen.schema with parameters of type AxisService
AxisServiceTopElementSchemaGenerator(AxisService service)
           
 

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)
           
 void WSDL11Writer.writeWSDL(AxisService axisService, javax.wsdl.Definition definition, Map changedMap)
           
 



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