Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package pl.gda.pg.eti.kask.pt.catalog;
  2. import lab4.*;
  3. import javax.xml.bind.annotation.XmlRegistry;
  4. @XmlRegistry
  5. public class ObjectFactory {
  6.  
  7. public ObjectFactory() {
  8. }
  9.  
  10. public Root createRoot() {
  11. return new Root();
  12. }
  13.  
  14. public Product createProduct() {
  15. return new Product();
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement