Service Reflection
from reflection import Reflection
Port Name | Location | Protocol | Interfaces |
---|---|---|---|
ip | local | ReflectionIface |
List of Available Interfaces
ReflectionIface
Operation Name | Input Type | Output Type | Faults | Description |
---|---|---|---|---|
invoke | InvokeRequest | undefined | OperationNotFoundstringInvocationFaultInvocationFaultType | Invokes the specified operation at outputPort. If the operation is a OneWay, the invocation returns no value. |
invokeRRUnsafe | InvokeRequest | undefined | InvocationFaultInvocationFaultType |
Types
InvokeRequest:
Type Declaration
void { outputPort[1,1]: string // data[0,1]: undefined // resourcePath[0,1]: string // operation[1,1]: string // }