Service Reflection

from reflection import Reflection

Port NameLocationProtocolInterfaces
iplocalReflectionIface

List of Available Interfaces

ReflectionIface

Operation NameInput TypeOutput TypeFaultsDescription
invokeInvokeRequestundefined
OperationNotFoundstring
InvocationFaultInvocationFaultType

Invokes the specified operation at outputPort.
If the operation is a OneWay, the invocation returns no value.
invokeRRUnsafeInvokeRequestundefined
InvocationFaultInvocationFaultType

Types

InvocationFaultType:
Type Declaration
void {
  data[1,1]: undefined // 
  name[1,1]: string // 
}
InvokeRequest:
Type Declaration
void {
  outputPort[1,1]: string // 
  data[0,1]: undefined // 
  resourcePath[0,1]: string // 
  operation[1,1]: string // 
}