Uses of Interface
com.aquima.interactions.communication.IResourceResolver
Packages that use IResourceResolver
Package
Description
-
Uses of IResourceResolver in com.aquima.interactions.communication.impl.converter
Constructors in com.aquima.interactions.communication.impl.converter with parameters of type IResourceResolverModifierConstructorDescriptionWsdlConverter
(ISoapContract contract, SoapVersion soapVersion, IResourceResolver resourceResolver) Internal constructor to create a wsd converter.XsdConverter
(ISchemaContract contract, IResourceResolver resourceResolver) Internal constructor to create a xsd converter. -
Uses of IResourceResolver in com.aquima.interactions.portal
Methods in com.aquima.interactions.portal with parameters of type IResourceResolverModifier and TypeMethodDescriptionvoid
IWebServices.writeWsdl
(String serviceName, String wsdlName, IResourceResolver resourceResolver, OutputStream result) This method may be used to write the WSDL for a specified service.void
IWebServices.writeXsd
(String serviceName, String schemaName, IResourceResolver resourceResolver, OutputStream result) This method may be used to write the XSD for a specified service. -
Uses of IResourceResolver in com.aquima.interactions.portal.model.webservice
Methods in com.aquima.interactions.portal.model.webservice with parameters of type IResourceResolverModifier and TypeMethodDescriptionvoid
WebServices.writeWsdl
(String serviceName, String wsdlName, IResourceResolver resourceResolver, OutputStream result) void
WebServices.writeXsd
(String serviceName, String schemaName, IResourceResolver resourceResolver, OutputStream result)