com.isuwang.dapeng.registry.conf.ObjectFactory Maven / Gradle / Ivy
//
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 http://java.sun.com/xml/jaxb
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2016.03.01 时间 03:17:05 PM CST
//
package com.isuwang.dapeng.registry.conf;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the com.isuwang.soa.registry.conf package.
* An ObjectFactory allows you to programatically
* construct new instances of the Java representation
* for XML content. The Java representation of XML
* content can consist of schema derived interfaces
* and classes representing the binding of schema
* type definitions, element declarations and model
* groups. Factory methods for each of these are
* provided in this class.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.isuwang.soa.registry.conf
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link SoaRegistry }
*
*/
public SoaRegistry createSoaRegistry() {
return new SoaRegistry();
}
}