| Modifier and Type | Method and Description | 
|---|---|
<T extends RpcInput> | 
BindingToNormalizedNodeCodec.fromNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                             org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input)  | 
| Modifier and Type | Method and Description | 
|---|---|
BindingLazyContainerNode<RpcInput> | 
BindingToNormalizedNodeCodec.toLazyNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                               org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               RpcInput input)  | 
| Modifier and Type | Method and Description | 
|---|---|
BindingLazyContainerNode<RpcInput> | 
BindingToNormalizedNodeCodec.toLazyNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                               org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               RpcInput input)  | 
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingToNormalizedNodeCodec.toNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                           RpcInput input)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends RpcInput> | 
BindingNormalizedNodeSerializer.fromNormalizedNodeActionInput(@NonNull Class<? extends Action<?,?,?>> action,
                             @NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input)
Translates supplied ContainerNode action input. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default @NonNull BindingLazyContainerNode<RpcInput> | 
BindingNormalizedNodeSerializer.toLazyNormalizedNodeActionInput(@NonNull Class<? extends Action<?,?,?>> action,
                               @NonNull RpcInput input)
Lazily translates supplied Binding action input into NormalizedNode data. 
 | 
@NonNull BindingLazyContainerNode<RpcInput> | 
BindingNormalizedNodeSerializer.toLazyNormalizedNodeActionInput(@NonNull Class<? extends Action<?,?,?>> action,
                               @NonNull org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               @NonNull RpcInput input)
Lazily translates supplied Binding action input into NormalizedNode data. 
 | 
default @NonNull org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingNormalizedNodeSerializer.toNormalizedNodeActionInput(@NonNull Class<? extends Action<?,?,?>> action,
                           @NonNull RpcInput input)
Translates supplied Binding action input into NormalizedNode data. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends RpcInput> | 
BindingNormalizedNodeCodecRegistry.fromNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                             org.opendaylight.yangtools.yang.data.api.schema.ContainerNode input)  | 
| Modifier and Type | Method and Description | 
|---|---|
BindingLazyContainerNode<RpcInput> | 
BindingNormalizedNodeCodecRegistry.toLazyNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                               org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               RpcInput input)  | 
| Modifier and Type | Method and Description | 
|---|---|
BindingLazyContainerNode<RpcInput> | 
BindingNormalizedNodeCodecRegistry.toLazyNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                               org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier identifier,
                               RpcInput input)  | 
org.opendaylight.yangtools.yang.data.api.schema.ContainerNode | 
BindingNormalizedNodeCodecRegistry.toNormalizedNodeActionInput(Class<? extends Action<?,?,?>> action,
                           RpcInput input)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Input
 This class represents the following YANG schema fragment defined in module actions 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RockTheHouseInput
 This class represents the following YANG schema fragment defined in module opendaylight-test-rpc-service 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
RoutedSimpleRouteInput
 This class represents the following YANG schema fragment defined in module opendaylight-test-routed-rpc 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
KnockKnockInput
 This class represents the following YANG schema fragment defined in module opendaylight-knock-knock-rpc 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GetTopInput
 This class represents the following YANG schema fragment defined in module opendaylight-mdsal-binding-test 
 | 
interface  | 
PutTopInput
 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  
action instantiated in keyed lists. | 
| Modifier and Type | Method and Description | 
|---|---|
<I extends RpcInput,O extends RpcOutput> | 
RpcImplementation.invoke(Class<I> type,
      I input)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Class<? extends RpcInput>> | 
RpcImplementation.getSupportedInputs()
Deprecated.  
  | 
Copyright © 2019 OpenDaylight. All rights reserved.