Uses of Annotation Interface
com.aquima.web.boot.annotation.WebServicesContext
Packages that use WebServicesContext
Package
Description
-
Uses of WebServicesContext in com.aquima.web.aaas
Classes in com.aquima.web.aaas with annotations of type WebServicesContextModifier and TypeClassDescriptionclass
Endpoint adapter to pass the payload xml to the handle method of an AquimaAsAServiceEndpoint.class
This endpoint mapping is responsible for routing an incoming message request to theAAASEndpoint
endpoint. -
Uses of WebServicesContext in com.aquima.web.aaas.config
Classes in com.aquima.web.aaas.config with annotations of type WebServicesContext -
Uses of WebServicesContext in com.aquima.web.aaas.wsdl
Classes in com.aquima.web.aaas.wsdl with annotations of type WebServicesContext -
Uses of WebServicesContext in com.aquima.web.boot.annotation
Classes in com.aquima.web.boot.annotation with annotations of type WebServicesContextModifier and TypeClassDescription@interface
This annotation is used to define beans in the application context of the /webservices servlet, and also scan for components annotated with@WebServicesContext
which will also be created in the application context of the /webservices servlet.