|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AxisService in org.apache.axis2 |
---|
Methods in org.apache.axis2 with parameters of type AxisService | |
---|---|
java.lang.Object |
ServiceObjectSupplier.getServiceObject(AxisService axisService)
|
Uses of AxisService in org.apache.axis2.client |
---|
Fields in org.apache.axis2.client declared as AxisService | |
---|---|
protected AxisService |
Stub._service
|
Methods in org.apache.axis2.client that return AxisService | |
---|---|
AxisService |
ServiceClient.getAxisService()
Return the AxisService this is a client for. |
Methods in org.apache.axis2.client with parameters of type AxisService | |
---|---|
void |
WSDLBasedPolicyProcessor.configureServicePolices(AxisService axisService)
|
void |
ServiceClient.setAxisService(AxisService axisService)
Configure the ServiceClient to interact with the Web service described by the specified AxisService object. |
Constructors in org.apache.axis2.client with parameters of type AxisService | |
---|---|
ServiceClient(ConfigurationContext configContext,
AxisService axisService)
Create a service client configured to work with a specific AxisService. |
Uses of AxisService in org.apache.axis2.context |
---|
Methods in org.apache.axis2.context that return AxisService | |
---|---|
AxisService |
ServiceContext.getAxisService()
|
AxisService |
MessageContext.getAxisService()
|
Methods in org.apache.axis2.context with parameters of type AxisService | |
---|---|
void |
ConfigurationContext.deployService(AxisService service)
Deploy a service to the embedded AxisConfiguration, and initialize it. |
ServiceContext |
ServiceGroupContext.findServiceContext(AxisService axisSrv)
Finds the service context object that corresponds to the specified AxisService from the list of service contexts for this service group context. |
ServiceContext |
ServiceGroupContext.getServiceContext(AxisService service)
Gets a service context. |
ServiceContext |
SessionContext.getServiceContext(AxisService axisService)
|
void |
MessageContext.setAxisService(AxisService axisService)
|
Uses of AxisService in org.apache.axis2.context.externalize |
---|
Methods in org.apache.axis2.context.externalize that return AxisService | |
---|---|
static AxisService |
ActivateUtils.findService(AxisConfiguration axisConfig,
java.lang.String serviceClassName,
java.lang.String serviceName)
Find the AxisService object that matches the criteria |
Methods in org.apache.axis2.context.externalize with parameters of type AxisService | |
---|---|
static AxisOperation |
ActivateUtils.findOperation(AxisService service,
java.lang.String opClassName,
QName opQName)
Find the AxisOperation object that matches the criteria |
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,
org.omg.CORBA_2_3.ORB orb,
java.lang.String dirName)
|
static Invoker |
CorbaUtil.getInvoker(AxisService service,
org.omg.CORBA.Object obj,
IDL idl,
java.lang.String methodName)
|
static org.omg.CORBA_2_3.ORB |
CorbaUtil.getORB(AxisService service)
|
static void |
CorbaUtil.processResponse(java.lang.Object resObject,
Member[] params,
java.lang.Object[] outParamValues,
DataType dataType,
AxisService service,
java.lang.String methodName,
org.apache.axiom.soap.SOAPFactory fac,
java.lang.String messageNameSpace,
MessageContext outMessage)
|
static org.omg.CORBA.Object |
CorbaUtil.resolveObject(AxisService service,
org.omg.CORBA_2_3.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,
java.lang.String xsd)
|
javax.wsdl.Definition |
WSDLSupplier.getWSDL(AxisService service)
|
Constructors in org.apache.axis2.dataretrieval with parameters of type AxisService | |
---|---|
AxisDataLocatorImpl(AxisService in_axisService)
Constructor |
Uses of AxisService in org.apache.axis2.dataretrieval.client |
---|
Constructors in org.apache.axis2.dataretrieval.client with parameters of type AxisService | |
---|---|
MexClient(ConfigurationContext configContext,
AxisService axisService)
|
Uses of AxisService in org.apache.axis2.deployment |
---|
Methods in org.apache.axis2.deployment that return AxisService | |
---|---|
static AxisService |
DeploymentEngine.buildService(java.io.InputStream serviceInputStream,
ConfigurationContext configCtx)
Fills an axisservice object using services.xml. |
AxisService |
ServiceBuilder.populateService(org.apache.axiom.om.OMElement service_element)
Populates service from corresponding OM. |
Methods in org.apache.axis2.deployment with parameters of type AxisService | |
---|---|
protected MessageReceiver |
DeploymentEngine.loadDefaultMessageReceiver(java.lang.String mepURL,
AxisService service)
|
protected MessageReceiver |
DescriptionBuilder.loadDefaultMessageReceiver(java.lang.String mepURL,
AxisService service)
Loads default message receivers. |
protected void |
ServiceBuilder.processServiceModuleConfig(java.util.Iterator moduleConfigs,
ParameterInclude parent,
AxisService service)
|
void |
POJODeployer.setMessageReceivers(AxisService service)
|
Constructors in org.apache.axis2.deployment with parameters of type AxisService | |
---|---|
ServiceBuilder(ConfigurationContext configCtx,
AxisService service)
|
|
ServiceBuilder(java.io.InputStream serviceInputStream,
ConfigurationContext configCtx,
AxisService service)
|
Uses of AxisService in org.apache.axis2.deployment.util |
---|
Methods in org.apache.axis2.deployment.util with parameters of type AxisService | |
---|---|
static void |
Utils.addEndpointsToService(AxisService axisService)
|
static void |
Utils.addEndpointsToService(AxisService axisService,
AxisConfiguration axisConfiguration)
|
static void |
Utils.addHttpEndpoint(AxisService axisService,
java.net.URL url)
|
static void |
Utils.addModuleBindingOperation(AxisService service,
AxisOperation operation)
|
static void |
Utils.addSoap11Endpoint(AxisService axisService,
java.net.URL url)
|
static void |
Utils.addSoap12Endpoint(AxisService axisService,
java.net.URL url)
|
static void |
Utils.fillAxisService(AxisService axisService,
AxisConfiguration axisConfig,
java.util.ArrayList excludeOperations,
java.util.ArrayList nonRpcMethods)
This guy will create a AxisService using java reflection |
static void |
Utils.populateEPMap(AxisService service)
|
static void |
Utils.processBeanPropertyExclude(AxisService service)
This method is to process bean exclude parameter and the XML format of that would be |
static void |
Utils.processPolicyAttachments(java.util.Iterator attachmentElements,
AxisService service)
|
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,
java.lang.String portName,
Options options)
|
static AxisService |
AxisService.createClientSideAxisService(java.net.URL wsdlURL,
QName wsdlServiceName,
java.lang.String portName,
Options options)
To create a AxisService for a given WSDL and the created client is most suitable for client side invocation not for server side invocation. |
static AxisService |
AxisService.createService(java.lang.String implClass,
AxisConfiguration axisConfig)
To create an AxisService using given service impl class name first generate schema corresponding to the given java class , next for each methods AxisOperation will be created. |
static AxisService |
AxisService.createService(java.lang.String implClass,
AxisConfiguration axisConfiguration,
java.util.Map messageReceiverClassMap,
java.lang.String targetNamespace,
java.lang.String schemaNamespace,
java.lang.ClassLoader loader)
messageReceiverClassMap will hold the MessageReceivers for given meps. |
static AxisService |
AxisService.createService(java.lang.String implClass,
java.lang.String serviceName,
AxisConfiguration axisConfiguration,
java.util.Map messageReceiverClassMap,
java.lang.String targetNamespace,
java.lang.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(java.lang.String name)
|
abstract AxisService |
WSDLToAxisServiceBuilder.populateService()
|
AxisService |
WSDL20ToAxisServiceBuilder.populateService()
|
AxisService |
WSDL11ToAxisServiceBuilder.populateService()
Populates a given service. |
Methods in org.apache.axis2.description with parameters of type AxisService | |
---|---|
void |
AxisServiceGroup.addService(AxisService service)
|
void |
AxisServiceGroup.addToGroup(AxisService service)
Deprecated. please use addService() instead |
static AxisService |
AxisService.createService(java.lang.String implClass,
java.lang.String serviceName,
AxisConfiguration axisConfiguration,
java.util.Map messageReceiverClassMap,
java.lang.String targetNamespace,
java.lang.ClassLoader loader,
SchemaGenerator schemaGenerator,
AxisService axisService)
messageReceiverClassMap will hold the MessageReceivers for given meps. |
void |
AxisEndpoint.setParent(AxisService service)
|
protected void |
WSDLToAxisServiceBuilder.setPolicyRegistryFromService(AxisService axisService)
|
Constructors in org.apache.axis2.description with parameters of type AxisService | |
---|---|
AxisService2WSDL11(AxisService service)
|
|
AxisService2WSDL11(AxisService service,
java.lang.String serviceName)
|
|
AxisService2WSDL20(AxisService service)
|
|
AxisService2WSDL20(AxisService service,
java.lang.String serviceName)
|
|
WSDL11ToAxisServiceBuilder(java.io.InputStream in,
AxisService service)
|
|
WSDL20ToAxisServiceBuilder(java.lang.String wsdlUri,
AxisService service)
|
|
WSDLToAxisServiceBuilder(java.io.InputStream in,
AxisService axisService)
|
Uses of AxisService in org.apache.axis2.description.java2wsdl |
---|
Fields in org.apache.axis2.description.java2wsdl declared as AxisService | |
---|---|
protected AxisService |
DefaultSchemaGenerator.service
|
Methods in org.apache.axis2.description.java2wsdl with parameters of type AxisService | |
---|---|
void |
SchemaGenerator.setAxisService(AxisService service)
|
void |
DefaultSchemaGenerator.setAxisService(AxisService service)
|
Constructors in org.apache.axis2.description.java2wsdl with parameters of type AxisService | |
---|---|
DefaultSchemaGenerator(java.lang.ClassLoader loader,
java.lang.String className,
java.lang.String schematargetNamespace,
java.lang.String schematargetNamespacePrefix,
AxisService service)
|
|
DocLitBareSchemaGenerator(java.lang.ClassLoader loader,
java.lang.String className,
java.lang.String schematargetNamespace,
java.lang.String schematargetNamespacePrefix,
AxisService service)
|
Uses of AxisService in org.apache.axis2.dispatchers |
---|
Methods in org.apache.axis2.dispatchers that return AxisService | |
---|---|
AxisService |
SOAPMessageBodyBasedDispatcher.findService(MessageContext messageContext)
|
AxisService |
RequestURIBasedDispatcher.findService(MessageContext messageContext)
|
AxisService |
SOAPMessageBodyBasedServiceDispatcher.findService(MessageContext messageContext)
|
AxisService |
HTTPLocationBasedDispatcher.findService(MessageContext messageContext)
|
AxisService |
SOAPActionBasedDispatcher.findService(MessageContext messageContext)
|
AxisService |
AddressingBasedDispatcher.findService(MessageContext messageContext)
|
abstract AxisService |
AbstractServiceDispatcher.findService(MessageContext messageContext)
Called by Axis Engine to find the service. |
AxisService |
RequestURIOperationDispatcher.findService(MessageContext messageContext)
|
AxisService |
RequestURIBasedServiceDispatcher.findService(MessageContext messageContext)
|
AxisService |
RelatesToBasedServiceDispatcher.findService(MessageContext messageContext)
|
Methods in org.apache.axis2.dispatchers with parameters of type AxisService | |
---|---|
AxisOperation |
RequestURIBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
SOAPMessageBodyBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
RequestURIBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
SOAPMessageBodyBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
HTTPLocationBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
SOAPActionBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
AddressingBasedDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
RelatesToBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
abstract AxisOperation |
AbstractOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation. |
AxisOperation |
RequestURIOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
ActionBasedOperationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
Uses of AxisService in org.apache.axis2.engine |
---|
Methods in org.apache.axis2.engine that return AxisService | |
---|---|
abstract AxisService |
AbstractDispatcher.findService(MessageContext messageContext)
Called by Axis Engine to find the service. |
AxisService |
AxisConfiguration.getService(java.lang.String name)
Method getService. |
AxisService |
AxisConfiguration.getServiceForActivation(java.lang.String serviceName)
Service can start and stop, once stopped it cannot be accessed, so we need a way to get the service even if service is not active. |
Methods in org.apache.axis2.engine with parameters of type AxisService | |
---|---|
void |
AxisConfiguration.addService(AxisService service)
Method addService. |
void |
AxisConfiguration.addToAllServicesMap(AxisService axisService)
|
abstract AxisOperation |
AbstractDispatcher.findOperation(AxisService service,
MessageContext messageContext)
Called by Axis Engine to find the operation. |
void |
AxisConfiguration.notifyObservers(int event_type,
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 | |
---|---|
java.lang.Object |
SpringAppContextAwareObjectSupplier.getServiceObject(AxisService axisService)
Method getServiceObject that is Spring aware via Spring interface ApplicationContextAware. |
java.lang.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(java.lang.Class serviceImplClass)
This provide very convenient way of creating an AxisService from an annotated java class. |
static AxisService |
DescriptionFactory.createAxisService(java.lang.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,
java.lang.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)
|
Uses of AxisService in org.apache.axis2.jaxws.description.impl |
---|
Methods in org.apache.axis2.jaxws.description.impl with parameters of type AxisService | |
---|---|
static void |
DescriptionUtils.registerHandlerHeaders(AxisService axisService,
java.util.List<Handler> handlers)
|
Uses of AxisService in org.apache.axis2.jaxws.dispatchers |
---|
Methods in org.apache.axis2.jaxws.dispatchers that return AxisService | |
---|---|
AxisService |
MustUnderstandValidationDispatcher.findService(MessageContext messageContext)
|
AxisService |
GenericProviderDispatcher.findService(MessageContext messageContext)
|
Methods in org.apache.axis2.jaxws.dispatchers with parameters of type AxisService | |
---|---|
AxisOperation |
MustUnderstandValidationDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
AxisOperation |
GenericProviderDispatcher.findOperation(AxisService service,
MessageContext messageContext)
|
static java.util.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(java.lang.ClassLoader classLoader,
java.lang.String className,
java.net.URL serviceLocation)
|
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(java.lang.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(java.lang.Object resObject,
AxisService service,
java.lang.reflect.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(java.io.File wsdlFile,
java.io.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,
java.lang.String scriptName)
Creates an OMElementConvertor for the script. |
protected static OMElementConvertor |
ConvertorFactory.getAxis2Convertor(AxisService axisService,
java.lang.String scriptName)
|
protected static OMElementConvertor |
ConvertorFactory.getDefaultScriptConvertor(AxisService axisService,
java.lang.String scriptName)
|
protected static OMElementConvertor |
ConvertorFactory.getScriptConvertor(AxisService axisService)
|
Uses of AxisService in org.apache.axis2.transport.jms |
---|
Methods in org.apache.axis2.transport.jms with parameters of type AxisService | |
---|---|
static java.lang.String |
JMSUtils.getDestination(AxisService service)
Get the JMS destination used by this service |
static boolean |
JMSUtils.isJMSService(AxisService service)
Should this service be enabled on JMS transport? |
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,
java.lang.String className,
QName opName)
|
static AxisService |
Utils.createSimpleService(QName serviceName,
java.lang.String className,
QName opName)
|
static AxisService |
Utils.createSimpleServiceforClient(QName serviceName,
MessageReceiver messageReceiver,
java.lang.String className,
QName opName)
|
static AxisService |
Utils.createSimpleServiceforClient(QName serviceName,
java.lang.String className,
QName opName)
|
static AxisService |
ObjectStateUtils.findService(AxisConfiguration axisConfig,
java.lang.String serviceClassName,
java.lang.String serviceName)
Find the AxisService object that matches the criteria |
Methods in org.apache.axis2.util with parameters of type AxisService | |
---|---|
static ServiceContext |
Utils.fillContextInformation(AxisService axisService,
ConfigurationContext configurationContext)
|
static AxisOperation |
ObjectStateUtils.findOperation(AxisService service,
java.lang.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,
java.lang.String serviceName)
Generates a default HTTP Binding for a given AxisService |
static org.apache.axiom.om.OMElement |
WSDLSerializationUtil.generateServiceElement(org.apache.axiom.om.OMFactory omFactory,
org.apache.axiom.om.OMNamespace wsdl,
org.apache.axiom.om.OMNamespace tns,
AxisService axisService,
boolean disableREST,
boolean disableSOAP12,
java.lang.String serviceName)
Generates a default service element |
static org.apache.axiom.om.OMElement |
WSDLSerializationUtil.generateServiceElement(org.apache.axiom.om.OMFactory omFactory,
org.apache.axiom.om.OMNamespace wsdl,
org.apache.axiom.om.OMNamespace tns,
AxisService axisService,
boolean disableREST,
boolean disableSOAP12,
java.lang.String[] eprs,
java.lang.String serviceName)
Generates a default service element |
static org.apache.axiom.om.OMElement |
WSDLSerializationUtil.generateSOAP11Binding(org.apache.axiom.om.OMFactory fac,
AxisService axisService,
org.apache.axiom.om.OMNamespace wsdl,
org.apache.axiom.om.OMNamespace wsoap,
org.apache.axiom.om.OMNamespace tns,
java.lang.String serviceName)
Generates a default SOAP 11 Binding for a given AxisService |
static org.apache.axiom.om.OMElement |
WSDLSerializationUtil.generateSOAP12Binding(org.apache.axiom.om.OMFactory fac,
AxisService axisService,
org.apache.axiom.om.OMNamespace wsdl,
org.apache.axiom.om.OMNamespace wsoap,
org.apache.axiom.om.OMNamespace tns,
java.lang.String serviceName)
Generates a default SOAP 12 Binding for a given AxisService |
static org.apache.neethi.Policy |
PolicyUtil.getMergedPolicy(java.util.List policies,
AxisService service)
|
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 with parameters of type AxisService | |
---|---|
void |
CodeGenConfiguration.addAxisService(AxisService axisService)
|
void |
CodeGenConfiguration.setAxisService(AxisService axisService)
|
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 |
WSDL20Writer.writeWSDL(AxisService axisService)
|
void |
WSDL11Writer.writeWSDL(AxisService axisService)
|
void |
WSDL11Writer.writeWSDL(AxisService axisService,
javax.wsdl.Definition definition,
java.util.Map changedMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |