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 Object
ServiceObjectSupplier. 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 ThreadContextDescriptor
ThreadContextDescriptor. 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 AxisService
Stub. _service
Methods in org.apache.axis2.client that return AxisService Modifier and Type Method Description AxisService
ServiceClient. 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 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 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.clustering.tribes
Methods in org.apache.axis2.clustering.tribes with parameters of type AxisService Modifier and Type Method Description void
TribesAxisObserver. serviceUpdate(AxisEvent axisEvent, AxisService axisService)
-
Uses of AxisService in org.apache.axis2.context
Methods in org.apache.axis2.context that return AxisService Modifier and Type Method Description AxisService
MessageContext. getAxisService()
AxisService
ServiceContext. getAxisService()
Methods in org.apache.axis2.context with parameters of type AxisService Modifier and Type Method Description 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 Modifier and Type Method Description static AxisService
ActivateUtils. findService(AxisConfiguration axisConfig, String serviceClassName, String serviceName)
Find the AxisService object that matches the criteriastatic AxisService
ActivateUtils. 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 AxisOperation
ActivateUtils. findOperation(AxisService service, String opClassName, QName opQName)
Find the AxisOperation object that matches the criteriastatic 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 Modifier and Type Method Description org.apache.ws.commons.schema.XmlSchema
SchemaSupplier. getSchema(AxisService service, String xsd)
Object
WSDL11SupplierTemplate. getWSDL(AxisService service)
Object
WSDL20SupplierTemplate. getWSDL(AxisService service)
Object
WSDLSupplier. getWSDL(AxisService service)
void
WSDL11SupplierTemplate. init(AxisService service)
void
WSDL20SupplierTemplate. 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 AxisService
DeploymentEngine. buildService(InputStream serviceInputStream, ConfigurationContext configCtx)
Fills an axisservice object using services.xml.AxisService
ServiceBuilder. populateService(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 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 Modifier and Type Method Description static void
DeploymentEngine. addServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, DeploymentFileData currentDeploymentFile, AxisConfiguration axisConfiguration)
static AxisServiceGroup
DeploymentEngine. 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 void
DeploymentEngine. fillServiceGroup(AxisServiceGroup serviceGroup, ArrayList<AxisService> serviceList, URL serviceLocation, AxisConfiguration axisConfig)
protected static boolean
DeploymentEngine. 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.void
ServiceBuilder. 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(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(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(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(OMElement serviceMetaData, DeploymentFileData currentFile, AxisServiceGroup axisServiceGroup, Map<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.ArrayList<AxisService>
ArchiveReader. processServiceGroup(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 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 reflectionstatic 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 Modifier and Type Field Description protected AxisService
AxisService2WSDL11. axisService
protected AxisService
AxisService2WSDL20. axisService
protected AxisService
WSDLToAxisServiceBuilder. axisService
Methods in org.apache.axis2.description that return AxisService Modifier and Type Method Description 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. 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 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.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.AxisService
AxisEndpoint. getAxisService()
AxisService
AxisOperation. getAxisService()
Typesafe access to parent serviceAxisService
AxisServiceGroup. getService(String name)
AxisService
WSDL11ToAxisServiceBuilder. populateService()
Populates a given service.AxisService
WSDL20ToAxisServiceBuilder. populateService()
abstract AxisService
WSDLToAxisServiceBuilder. 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 void
AxisServiceGroup. addService(AxisService service)
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.OMElement
AxisService2WSDL20. generateServiceElement(OMFactory omFactory, OMNamespace wsdl, OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, String serviceName)
Generates a default service elementOMElement
AxisService2WSDL20. generateServiceElement(OMFactory omFactory, OMNamespace wsdl, OMNamespace tns, AxisService axisService, boolean disableREST, boolean disableSOAP12, boolean disableSOAP11, String[] eprs, String serviceName)
Generates a default service elementvoid
AxisEndpoint. setParent(AxisService service)
protected void
WSDLToAxisServiceBuilder. 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 AxisService
DefaultSchemaGenerator. service
Methods in org.apache.axis2.description.java2wsdl with parameters of type AxisService Modifier and Type Method Description void
DefaultSchemaGenerator. setAxisService(AxisService service)
void
SchemaGenerator. 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 AxisService
AbstractServiceDispatcher. findService(MessageContext messageContext)
Called by Axis Engine to find the service.AxisService
AddressingBasedDispatcher. findService(MessageContext messageContext)
AxisService
HTTPLocationBasedDispatcher. findService(MessageContext messageContext)
AxisService
RelatesToBasedServiceDispatcher. findService(MessageContext messageContext)
AxisService
RequestURIBasedDispatcher. findService(MessageContext messageContext)
AxisService
RequestURIBasedServiceDispatcher. findService(MessageContext messageContext)
AxisService
RequestURIOperationDispatcher. findService(MessageContext messageContext)
AxisService
SOAPActionBasedDispatcher. findService(MessageContext messageContext)
AxisService
SOAPMessageBodyBasedDispatcher. findService(MessageContext messageContext)
AxisService
SOAPMessageBodyBasedServiceDispatcher. findService(MessageContext messageContext)
Methods in org.apache.axis2.dispatchers with parameters of type AxisService Modifier and Type Method Description abstract AxisOperation
AbstractOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
Called by Axis Engine to find the operation.AxisOperation
ActionBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
AddressingBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
HTTPLocationBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RelatesToBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RequestURIBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RequestURIBasedOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
RequestURIOperationDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
SOAPActionBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
SOAPMessageBodyBasedDispatcher. findOperation(AxisService service, MessageContext messageContext)
AxisOperation
SOAPMessageBodyBasedOperationDispatcher. 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 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 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 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 configurationvoid
AxisConfiguration. addToAllServicesMap(AxisService axisService)
abstract AxisOperation
AbstractDispatcher. findOperation(AxisService service, MessageContext messageContext)
Called by Axis Engine to find the operation.protected static Object
DependencyManager. makeNewServiceObject(AxisService service)
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. irrespective of the service scope this method will be calledvoid
ServiceLifeCycle. startUp(ConfigurationContext configctx, AxisService service)
this will be called during the deployement time of the service. irrespective of the service scope this method will be called -
Uses of AxisService in org.apache.axis2.extensions.spring.receivers
Methods in org.apache.axis2.extensions.spring.receivers with parameters of type AxisService Modifier and Type Method Description Object
SpringAppContextAwareObjectSupplier. getServiceObject(AxisService axisService)
Method getServiceObject used to get the spring beans from the spring application context for the given spring serviceObject
SpringServletContextObjectSupplier. getServiceObject(AxisService axisService)
Method getServiceObject that is Spring aware via ServletContext. -
Uses of AxisService in org.apache.axis2.extensions.spring.util
Methods in org.apache.axis2.extensions.spring.util with parameters of type AxisService Modifier and Type Method Description static org.springframework.context.support.GenericApplicationContext
ApplicationContextUtil. getSpringApplicationContext(AxisService axisService)
Method to get the spring application context for a spring service. -
Uses of AxisService in org.apache.axis2.jaxws
Methods in org.apache.axis2.jaxws with parameters of type AxisService Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description static JAXWSCatalogManager
JAXWSRIWSDLGenerator. getCatalogManager(AxisService service)
Get the CatalogManager associated with an AxisServiceorg.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 Constructor Description 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 Modifier and Type Method Description AxisService
EndpointDescriptionImpl. getAxisService()
Methods in org.apache.axis2.jaxws.description.impl with parameters of type AxisService Modifier and Type Method Description 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 Modifier and Type Method Description AxisService
GenericProviderDispatcher. findService(MessageContext messageContext)
AxisService
MustUnderstandValidationDispatcher. findService(MessageContext messageContext)
Methods in org.apache.axis2.jaxws.dispatchers with parameters of type AxisService Modifier and Type Method Description 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 Modifier and Type Method Description protected AxisService
JAXWSDeployerSupport. createAxisService(ClassLoader classLoader, String className, URL serviceLocation)
Creates the axis service.Methods in org.apache.axis2.jaxws.framework that return types with arguments of type AxisService Modifier and Type Method Description Map<String,AxisService>
JAXWSServiceBuilderExtension. buildAxisServices(DeploymentFileData deploymentFileData)
protected HashMap<String,AxisService>
JAXWSDeployerSupport. deployClasses(URL location, ClassLoader classLoader, List<String> classList)
Deploy classes. -
Uses of AxisService in org.apache.axis2.json
Methods in org.apache.axis2.json with parameters of type AxisService Modifier and Type Method Description static Map<String,String>
JSONUtil. getNS2JNSMap(AxisService service)
-
Uses of AxisService in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy that return AxisService Modifier and Type Method Description static AxisService
Utils. locateAxisService(AxisDescription axisDescription)
Locates theAxisService
object searching up in the hierarchy recursively theAxisDescription
object passed.Methods in org.apache.axis2.mtompolicy with parameters of type AxisService Modifier and Type Method Description 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.rpc.client
Constructors in org.apache.axis2.rpc.client with parameters of type AxisService Constructor Description 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 Modifier and Type Method Description static void
RPCUtil. processResonseAsDocLitBare(Object resObject, AxisService service, Method method, SOAPEnvelope envelope, SOAPFactory fac, OMNamespace ns, OMElement bodyContent, MessageContext outMessage)
static void
RPCUtil. processResonseAsDocLitBare(Object resObject, AxisService service, SOAPEnvelope envelope, SOAPFactory fac, OMNamespace ns, OMElement bodyContent, MessageContext outMessage)
static void
RPCUtil. processResponseAsDocLitWrapped(Object resObject, AxisService service, Method method, SOAPEnvelope envelope, SOAPFactory fac, OMNamespace ns, OMElement bodyContent, MessageContext outMessage)
-
Uses of AxisService in org.apache.axis2.scripting
Methods in org.apache.axis2.scripting that return AxisService Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description AxisService
CodegenBean. getAxisService(String wsdlURI)
Reads the WSDL Object Model from the given location. -
Uses of AxisService in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that return AxisService Modifier and Type Method Description AxisService
ProtocolEndpoint. getService()
Methods in org.apache.axis2.transport.base with parameters of type AxisService Modifier and Type Method Description void
AbstractTransportListener. disableTransportForService(AxisService service)
abstract EndpointReference[]
ProtocolEndpoint. getEndpointReferences(AxisService service, String ip)
Get the endpoint references for this protocol endpoint.static boolean
BaseUtils. isUsingTransport(AxisService service, String transportName)
protected abstract void
AbstractTransportListener. startListeningForService(AxisService service)
protected void
AbstractTransportListenerEx. startListeningForService(AxisService service)
protected abstract void
AbstractTransportListener. stopListeningForService(AxisService service)
protected void
AbstractTransportListenerEx. stopListeningForService(AxisService service)
-
Uses of AxisService in org.apache.axis2.transport.base.event
Methods in org.apache.axis2.transport.base.event that return AxisService Modifier and Type Method Description AxisService
TransportError. getService()
Methods in org.apache.axis2.transport.base.event with parameters of type AxisService Modifier and Type Method Description void
TransportErrorSourceSupport. error(AxisService service, Throwable ex)
Constructors in org.apache.axis2.transport.base.event with parameters of type AxisService Constructor Description TransportError(Object source, AxisService service, Throwable exception)
-
Uses of AxisService in org.apache.axis2.transport.base.tracker
Methods in org.apache.axis2.transport.base.tracker with parameters of type AxisService Modifier and Type Method Description boolean
AxisServiceFilter. matches(AxisService service)
Examine whether a given service matches the filter criteria.void
AxisServiceTrackerListener. serviceAdded(AxisService service)
Inform the listener that a service has been added to tracker list.void
AxisServiceTrackerListener. serviceRemoved(AxisService service)
Inform the listener that a service has been removed from the tracker list. -
Uses of AxisService in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms with parameters of type AxisService Modifier and Type Method Description static ServiceTaskManager
ServiceTaskManagerFactory. createTaskManagerForService(JMSConnectionFactory jcf, AxisService service, WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactoryJMSConnectionFactory
JMSListener. getConnectionFactory(AxisService service)
Return the connection factory name for this service.EndpointReference[]
JMSEndpoint. getEndpointReferences(AxisService service, String ip)
static boolean
JMSUtils. isJMSService(AxisService service)
Should this service be enabled over the JMS transport? -
Uses of AxisService in org.apache.axis2.transport.mail
Methods in org.apache.axis2.transport.mail with parameters of type AxisService Modifier and Type Method Description EndpointReference[]
PollTableEntry. getEndpointReferences(AxisService service, String ip)
-
Uses of AxisService in org.apache.axis2.transport.tcp
Methods in org.apache.axis2.transport.tcp with parameters of type AxisService Modifier and Type Method Description EndpointReference[]
TCPEndpoint. getEndpointReferences(AxisService service, String ip)
-
Uses of AxisService in org.apache.axis2.transport.testkit.axis2
Methods in org.apache.axis2.transport.testkit.axis2 with parameters of type AxisService Modifier and Type Method Description void
AxisServiceConfigurator. setupService(AxisService service, boolean isClientSide)
Set up the service so that it can receive messages through the transport under test. -
Uses of AxisService in org.apache.axis2.transport.testkit.axis2.endpoint
Methods in org.apache.axis2.transport.testkit.axis2.endpoint with parameters of type AxisService Modifier and Type Method Description String
AxisTestEndpointContext. getEPR(AxisService service)
void
ContentTypeServiceConfigurator. setupService(AxisService service, boolean isClientSide)
-
Uses of AxisService in org.apache.axis2.transport.udp
Methods in org.apache.axis2.transport.udp with parameters of type AxisService Modifier and Type Method Description EndpointReference[]
Endpoint. getEndpointReferences(AxisService service, String ip)
-
Uses of AxisService in org.apache.axis2.util
Methods in org.apache.axis2.util that return AxisService Modifier and Type Method Description static AxisService
Utils. createSimpleInOnlyService(QName serviceName, MessageReceiver messageReceiver, QName opName)
static AxisService
Utils. createSimpleService(QName serviceName, String className, QName opName)
static AxisService
Utils. createSimpleService(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)
static AxisService
Utils. createSimpleServiceforClient(QName serviceName, String className, QName opName)
static AxisService
Utils. createSimpleServiceforClient(QName serviceName, MessageReceiver messageReceiver, String className, QName opName)
static AxisService
ObjectStateUtils. 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 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 criteriastatic OMElement
WSDLSerializationUtil. generateHTTPBinding(OMFactory fac, AxisService axisService, OMNamespace wsdl, OMNamespace whttp, OMNamespace tns, String serviceName)
Generates a default HTTP Binding for a given AxisServicestatic OMElement
WSDLSerializationUtil. generateSOAP11Binding(OMFactory fac, AxisService axisService, OMNamespace wsdl, OMNamespace wsoap, OMNamespace tns, String serviceName)
Generates a default SOAP 11 Binding for a given AxisServicestatic OMElement
WSDLSerializationUtil. generateSOAP12Binding(OMFactory fac, AxisService axisService, OMNamespace wsdl, OMNamespace wsoap, OMNamespace tns, String serviceName)
Generates a default SOAP 12 Binding for a given AxisServicestatic org.apache.neethi.Policy
PolicyUtil. getMergedPolicy(List policies, AxisService service)
static Class<?>
Utils. getServiceClass(AxisService service)
Get the service class for a given service.static boolean
Utils. 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)
-
Uses of AxisService in org.apache.axis2.wsdl.codegen
Methods in org.apache.axis2.wsdl.codegen that return AxisService Modifier and Type Method Description AxisService
CodeGenConfiguration. getAxisService()
Methods in org.apache.axis2.wsdl.codegen that return types with arguments of type AxisService Modifier and Type Method Description List<AxisService>
CodeGenConfiguration. getAxisServices()
Methods in org.apache.axis2.wsdl.codegen with parameters of type AxisService Modifier and Type Method Description void
CodeGenConfiguration. addAxisService(AxisService axisService)
void
CodeGenConfiguration. setAxisService(AxisService axisService)
Method parameters in org.apache.axis2.wsdl.codegen with type arguments of type AxisService Modifier and Type Method Description 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 Modifier and Type Field Description 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 Constructor Description 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 Modifier and Type Method Description void
WSDL11Writer. writeWSDL(AxisService axisService)
void
WSDL11Writer. writeWSDL(AxisService axisService, javax.wsdl.Definition definition, Map changedMap)
void
WSDL20Writer. writeWSDL(AxisService axisService)
-