@Operations(value={AuthenticateOperations.class,LogoutOperations.class,InvokeWSOperations.class,InvokeBSFNOperations.class,TransactionOperations.class,SubmitUBEOperations.class,PollEventsOperations.class,GetUBEStatusOperations.class})
@ConnectionProviders(value=JDEAtinaConnectionProvider.class)
public class JDEAtinaConfiguration
extends Object
This configuration encapsulates the common parameters and behaviors required to interact with JD Edwards EnterpriseOne through the Atina Microservice. It centralizes connection settings and provides a consistent context that can be reused across multiple operations.
All operations in this connector (such as authentication, invoking Business Functions (BSFN), Web Services, submitting UBEs, polling events, and managing transactions) rely on this configuration for establishing and maintaining the connection to JDE.
In a Mule application, a single configuration element can be declared and referenced by multiple flows and operations, ensuring reusability and simplified maintenance.
Copyright © 2026 MuleSoft, Inc.. All rights reserved.