Skip navigation

Transport Guide

Transport Configurations | Transformers | Service Components | [Questions and Answers]

Service Components

JiraServiceComponent

Full Qualified Name org.mule.providers.jira.components.JiraServiceComponent
Incoming Message Types org.mule.providers.jira.beans.MethodInvocation
Outgoing Message Types java.lang.Object

This is a service component which handles Command Message of type declared in the Incoming Message Types. It checks on the specific type of the MethodInvocation and delegates it to the appropriate service component, i.e.

  • If payload is of type JiraSoapMethodInvocation, it will be forwarded to JiraSoapServiceComponent.
  • Otherwise, at version 1.0, since the transport supports just SOAP, it throws an exception.

JiraSoapServiceComponent

Full Qualified Name org.mule.providers.jira.components.JiraSoapServiceComponent
Incoming Message Types org.mule.providers.jira.soap.JiraSoapMethodInvocation
Outgoing Message Types java.lang.Object

This is a service component which handles Command Message of type JiraSoapMethodInvocation. Upon receiving the message, it dispatches a request via an internal SOAP client to JIRA and returns the serialized result of the SOAP call.

Adaptavist Theme Builder Powered by Atlassian Confluence