Package org.jboss.ws.api.annotation
JBossWS stack agnostic annotations
-
Class Summary Class Description AuthMethod The authMethod is used to configure the authentication mechanism for the web service.TransportGuarantee The transportGuarantee specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL. -
Annotation Types Summary Annotation Type Description EndpointConfig Defines an endpoint configuration.NoJackson Placed on class, parameter, field or method when you don't want the Jackson provider to be triggered.PolicySets Defines sets of WS policies to be applied to an endpoint interface (and his WSDL contract).WebContext Provides web context specific meta data to EJB based web service endpoints.