Interface RpcOutput
- All Superinterfaces:
BindingContract<DataContainer>
,BindingObject
,DataContainer
,DataObject
Marker interface for all interfaces generated for
output
statement within an action
or an rpc
statement.-
Method Summary
Modifier and TypeMethodDescriptionReturn the interface implemented by this object.
-
Method Details
-
implementedInterface
Description copied from interface:BindingContract
Return the interface implemented by this object. This method differs fromObject.getClass()
in that it returns the interface contract, not a concrete implementation class.- Specified by:
implementedInterface
in interfaceBindingContract<DataContainer>
- Specified by:
implementedInterface
in interfaceDataObject
- Returns:
- Implemented contract
-