Uses of Class
com.mulesoft.connectors.a2a.internal.protocol.A2AProtocolSerializer
Packages that use A2AProtocolSerializer
Package
Description
-
Uses of A2AProtocolSerializer in com.mulesoft.connectors.a2a.internal.client.connection
Constructors in com.mulesoft.connectors.a2a.internal.client.connection with parameters of type A2AProtocolSerializerModifierConstructorDescriptionA2AClient(String baseUrl, int responseTimeout, org.mule.runtime.http.api.client.HttpClient httpClient, org.mule.extension.http.api.request.authentication.HttpRequestAuthentication authentication, org.mule.runtime.api.util.MultiMap<String, String> defaultHeaders, JsonRpcSerializer serializer, A2AProtocolSerializer a2aSerializer) -
Uses of A2AProtocolSerializer in com.mulesoft.connectors.a2a.internal.client.helper
Methods in com.mulesoft.connectors.a2a.internal.client.helper with parameters of type A2AProtocolSerializerModifier and TypeMethodDescriptionstatic AgentCardAgentCardHelper.handleAgentCardResponse(URI requestUri, org.mule.runtime.extension.api.runtime.operation.Result<String, ResponseAttributes> result, A2AProtocolSerializer serializer) Parses and validates the agent card from JSON.static AgentCardAgentCardHelper.parseAgentCard(URI requestUri, String json, A2AProtocolSerializer serializer) Converts a JSON string to an AgentCard using the provided serializer. -
Uses of A2AProtocolSerializer in com.mulesoft.connectors.a2a.internal.server.agent
Methods in com.mulesoft.connectors.a2a.internal.server.agent that return A2AProtocolSerializerModifier and TypeMethodDescriptionRequestHandlerContext.getA2aSerializer()ServerAgent.getA2aSerializer()Methods in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type A2AProtocolSerializerModifier and TypeMethodDescriptionRequestHandlerContext.Builder.messageSerializer(A2AProtocolSerializer messageSerializer) Constructors in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type A2AProtocolSerializerModifierConstructorDescriptionServerAgent(org.mule.runtime.http.api.server.HttpServer httpServer, String path, JsonRpcSerializer serializer, A2AProtocolSerializer messageSerializer, org.mule.runtime.api.lock.LockFactory lockFactory, org.mule.runtime.api.store.ObjectStoreManager objectStoreManager, org.mule.runtime.http.api.client.HttpClient client) -
Uses of A2AProtocolSerializer in com.mulesoft.connectors.a2a.internal.server.agent.utils
Methods in com.mulesoft.connectors.a2a.internal.server.agent.utils with parameters of type A2AProtocolSerializerModifier and TypeMethodDescriptionstatic StringHandlerUtils.getPushConfigIdFromPushConfigRequest(A2AProtocolSerializer serializer, JsonRpcRequest rpcRequest) Handles internal error by completing the response future with an error response.static StringHandlerUtils.getTaskIdFromPushConfigRequest(A2AProtocolSerializer serializer, JsonRpcRequest rpcRequest) Handles internal error by completing the response future with an error response.