| Modifier and Type | Method and Description | 
|---|---|
| <T extends RpcOutput> | BindingToNormalizedNodeCodec. fromNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode output) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingLazyContainerNode<RpcOutput> | BindingToNormalizedNodeCodec. toLazyNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                                org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                RpcOutput output) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingLazyContainerNode<RpcOutput> | BindingToNormalizedNodeCodec. toLazyNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                                org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                RpcOutput output) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingToNormalizedNodeCodec. toNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                            RpcOutput output) | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends RpcOutput> | BindingNormalizedNodeSerializer. fromNormalizedNodeActionOutput(@NonNull Class<? extends Action<?,?,?>> action,
                              @NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode output)Translates supplied ContainerNode action output. | 
| Modifier and Type | Method and Description | 
|---|---|
| default @NonNull BindingLazyContainerNode<RpcOutput> | BindingNormalizedNodeSerializer. toLazyNormalizedNodeActionOutput(@NonNull Class<? extends Action<?,?,?>> action,
                                @NonNull RpcOutput output)Lazily translates supplied Binding action output into NormalizedNode data. | 
| @NonNull BindingLazyContainerNode<RpcOutput> | BindingNormalizedNodeSerializer. toLazyNormalizedNodeActionOutput(@NonNull Class<? extends Action<?,?,?>> action,
                                @NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                @NonNull RpcOutput output)Lazily translates supplied Binding action output into NormalizedNode data. | 
| default @NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingNormalizedNodeSerializer. toNormalizedNodeActionOutput(@NonNull Class<? extends Action<?,?,?>> action,
                            @NonNull RpcOutput output)Translates supplied Binding action output into NormalizedNode data. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends RpcOutput> | BindingNormalizedNodeCodecRegistry. fromNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                              org.opendaylight.yangtools.yang.data.api.schema.ContainerNode output) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingLazyContainerNode<RpcOutput> | BindingNormalizedNodeCodecRegistry. toLazyNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                                org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                RpcOutput output) | 
| Modifier and Type | Method and Description | 
|---|---|
| BindingLazyContainerNode<RpcOutput> | BindingNormalizedNodeCodecRegistry. toLazyNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                                org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                                RpcOutput output) | 
| org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | BindingNormalizedNodeCodecRegistry. toNormalizedNodeActionOutput(Class<? extends Action<?,?,?>> action,
                            RpcOutput output) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Output
 This class represents the following YANG schema fragment defined in module actions | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RockTheHouseOutput
 This class represents the following YANG schema fragment defined in module opendaylight-test-rpc-service | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | RoutedSimpleRouteOutput
 This class represents the following YANG schema fragment defined in module opendaylight-test-routed-rpc | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | KnockKnockOutput
 This class represents the following YANG schema fragment defined in module opendaylight-knock-knock-rpc | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | GetTopOutput
 This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test | 
| interface  | PutTopOutput
 This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Action<P extends InstanceIdentifier<?>,I extends RpcInput,O extends RpcOutput>Interface extended by all interfaces generated for a YANG  action. | 
| interface  | KeyedListAction<K extends Identifier<T>,T extends DataObject & Identifiable<K>,I extends RpcInput,O extends RpcOutput>Interface extended by all interfaces generated for a YANG  actioninstantiated in keyed lists. | 
| Modifier and Type | Method and Description | 
|---|---|
| <I extends RpcInput,O extends RpcOutput> | RpcImplementation. invoke(Class<I> type,
      I input)Deprecated.  | 
Copyright © 2019 OpenDaylight. All rights reserved.