1. Anotaciones
    1. JSR 181 (Web Services Metadata) Annotations
      1. @WebService
        1. name
          1. wsdl:portType
        2. targetNamespace
          1. XML namespace
        3. serviceName
          1. wsdl:service
        4. endpointInterface
        5. portName
          1. wsdl:portName
        6. wsdlLocation
          1. no usado
      2. @WebMethod
        1. operationName
          1. wsdl:operation
        2. action
          1. XML namespace
        3. exclude
          1. excluye un método
      3. @OneWay
      4. @WebParam
        1. name
        2. targetNamespace
        3. mode
        4. header
        5. partName
      5. @WebResult
        1. name
        2. targetNamespace
        3. header
        4. partName
      6. @HandlerChain
        1. file
        2. name
      7. @SOAPBinding
    2. JSR 250 (Common Annotations) Annotations
      1. @Resource
      2. @PostConstruct
      3. @PreDestroy
  2. Handlers
    1. Logical
    2. Message
  3. Acerca de
    1. Topic
    2. Topic