001    
002    package org.apache.camel.non_wrapper.types;
003    
004    import javax.xml.bind.annotation.XmlRegistry;
005    
006    
007    /**
008     * This object contains factory methods for each 
009     * Java content interface and Java element interface 
010     * generated in the org.apache.camel.non_wrapper.types package. 
011     * <p>An ObjectFactory allows you to programatically 
012     * construct new instances of the Java representation 
013     * for XML content. The Java representation of XML 
014     * content can consist of schema derived interfaces 
015     * and classes representing the binding of schema 
016     * type definitions, element declarations and model 
017     * groups.  Factory methods for each of these are 
018     * provided in this class.
019     * 
020     */
021    @XmlRegistry
022    public class ObjectFactory {
023    
024    
025        /**
026         * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.camel.non_wrapper.types
027         * 
028         */
029        public ObjectFactory() {
030        }
031    
032        /**
033         * Create an instance of {@link GetPersonResponse }
034         * 
035         */
036        public GetPersonResponse createGetPersonResponse() {
037            return new GetPersonResponse();
038        }
039    
040        /**
041         * Create an instance of {@link GetPerson }
042         * 
043         */
044        public GetPerson createGetPerson() {
045            return new GetPerson();
046        }
047    
048        /**
049         * Create an instance of {@link UnknownPersonFault }
050         * 
051         */
052        public UnknownPersonFault createUnknownPersonFault() {
053            return new UnknownPersonFault();
054        }
055    
056    }