Search in sources :

Example 1 with InstancePortCodec

use of org.onosproject.openstacknetworking.codec.InstancePortCodec in project onos by opennetworkinglab.

the class OpenstackNetworkingCodecRegister method activate.

@Activate
protected void activate() {
    codecService.registerCodec(InstancePort.class, new InstancePortCodec());
    log.info("Started");
}
Also used : InstancePortCodec(org.onosproject.openstacknetworking.codec.InstancePortCodec) Activate(org.osgi.service.component.annotations.Activate)

Aggregations

InstancePortCodec (org.onosproject.openstacknetworking.codec.InstancePortCodec)1 Activate (org.osgi.service.component.annotations.Activate)1