wso2 / wso2/docs-apim

Doc Feedback: Class Mediator XML definition location is missing

Open
#5,166 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

API-M-3.2.0 Type/Question
Dominant language
CSS
Stars
99
Forks
708
Avg merge
1d 7h
Merged PRs (30d)
22

Description

Location : https://apim.docs.wso2.com/en/3.2.0/learn/api-gateway/message-mediation/adding-a-class-mediator/

Hi Team,

I was following the above documentation and I came to the place where it asks class definition to be added in the place of : "class mediator in the API".
However, I could not find a place in Runtime Configuration under deployed API to define a class mediation. All I can see for request section under Runtime Configuration are as follows,

  • Transport Level Security
  • Application Level Security
  • CORS Configuration
  • Schema Validation
  • Message Mediation

In this case, where should I add following XML snippet for my custom class mediator ?

<class name="samples.mediators.SimpleClassMediator">                
    <property name="propertyName" value="propertyValue"/>
    ....
</class>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked documentation page for adding a class mediator and compare its XML example with the API's Runtime Configuration and Message Mediation sections. Confirm where the class definition belongs in the documented workflow, then update the page with the missing location and verify that the instructions match the available configuration options.

Written by the indexing model from the issue text.

Assessment

Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.