public interface ApiIntrospectionStub extends ApiIntrospection, SyncApiIntrospection
Modifier and Type | Method and Description |
---|---|
ProviderDefinition |
getDefinition()
Returns the definition for this API provider.
|
InterfaceDefinition |
getInterface(InterfaceIdentifier ifaceId)
Returns interface definition for a given interface identifier.
|
Set<InterfaceIdentifier> |
getInterfaceIdentifiers()
Returns the set of interface identifiers supported by this provider.
|
MethodDefinition |
getMethod(MethodIdentifier methodId)
Returns method definitions for a given method identifier.
|
getDefinition, getInterface, getInterfaceIdentifiers, getMethod
getDefinition, getInterface, getInterfaceIdentifiers, getMethod
ProviderDefinition getDefinition()
Set<InterfaceIdentifier> getInterfaceIdentifiers()
InterfaceDefinition getInterface(InterfaceIdentifier ifaceId)
ifaceId
- interface identifierMethodDefinition getMethod(MethodIdentifier methodId)
null
if no such method is availablemethodId
- method identifierMethodDefinition
instance or null
is not found for the specified identifierCopyright © 2015. All Rights Reserved.