belindajankowski

Untitled

Aug 3rd, 2021 (edited)
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # JavaBeans Activation Framework (JAF)
  2.  
  3. The JavaBeans Activation Framework (JAF) is a standard extension to the
  4. Java platform that lets you take advantage of standard services to:
  5. determine the type of an arbitrary piece of data; encapsulate access to
  6. it; discover the operations available on it; and instantiate the
  7. appropriate bean to perform the operation(s).
  8.  
  9. JAF is used by [JavaMail](https://javaee.github.io/javamail)
  10. and [JAX-WS](https://github.com/javaee/jax-ws-spec) for data content handling.
  11.  
  12. JAF is included in Java SE 6 and later.
  13.  
Add Comment
Please, Sign In to add comment