Petals CDK

Add an API to retrieve node 'consumes' for a given operation

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 5.6.1
  • Fix Version/s: 5.6.2
  • Component/s: runtime
  • Security Level: Public
  • Description:
    Hide

    The Petals CDK inclkudes an API to retrieve node 'consumes' according to endpoint name, interface name and service name:

    org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getConsumesFromDestination(endpointName, serviceName, interfaceName)

    Please, add a similar API to return node 'consumes' matching also a given operation name:

    org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getConsumesFromDestination(endpointName, serviceName, interfaceName, operation)
    Show
    The Petals CDK inclkudes an API to retrieve node 'consumes' according to endpoint name, interface name and service name:
    org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getConsumesFromDestination(endpointName, serviceName, interfaceName)
    Please, add a similar API to return node 'consumes' matching also a given operation name:
    org.ow2.petals.component.framework.su.AbstractServiceUnitManager.getConsumesFromDestination(endpointName, serviceName, interfaceName, operation)
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Tue, 12 Dec 2017 - 10:32:35 +0100

Added in trunk

Show
Christophe DENEUX added a comment - Tue, 12 Dec 2017 - 10:32:35 +0100 Added in trunk

People

Dates

  • Created:
    Tue, 12 Dec 2017 - 09:22:48 +0100
    Updated:
    Tue, 12 Dec 2017 - 10:32:35 +0100
    Resolved:
    Tue, 12 Dec 2017 - 10:32:35 +0100