Merge "Refactor Additional header for netconf hello message."
[controller.git] / opendaylight / md-sal / sal-restconf-broker / src / main / java / org / opendaylight / controller / config / yang / md / sal / restconf / broker / RpcBrokerImplModule.java
1 /**
2 * Generated file
3
4 * Generated from: yang module name: opendaylight-sal-restconf-broker-impl  yang module local name: restconf-rpc-broker
5 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6 * Generated at: Mon Feb 10 15:32:31 CET 2014
7 *
8 * Do not modify this file unless it is present under src/main directory
9 */
10 package org.opendaylight.controller.config.yang.md.sal.restconf.broker;
11
12 /**
13 *
14 */
15 public final class RpcBrokerImplModule extends org.opendaylight.controller.config.yang.md.sal.restconf.broker.AbstractRpcBrokerImplModule
16  {
17
18     public RpcBrokerImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
19         super(identifier, dependencyResolver);
20     }
21
22     public RpcBrokerImplModule(org.opendaylight.controller.config.api.ModuleIdentifier identifier, org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
23             RpcBrokerImplModule oldModule, java.lang.AutoCloseable oldInstance) {
24
25         super(identifier, dependencyResolver, oldModule, oldInstance);
26     }
27
28     @Override
29     protected void customValidation(){
30         // Add custom validation for module attributes here.
31     }
32
33     @Override
34     public java.lang.AutoCloseable createInstance() {
35         //TODO:implement
36         throw new java.lang.UnsupportedOperationException("Unimplemented stub method");
37     }
38 }