Uses of Interface
jakarta.resource.spi.endpoint.MessageEndpoint
-
Packages that use MessageEndpoint Package Description jakarta.resource.spi.endpoint This package contains system contracts for service endpoint interactions. -
-
Uses of MessageEndpoint in jakarta.resource.spi.endpoint
Methods in jakarta.resource.spi.endpoint that return MessageEndpoint Modifier and Type Method Description MessageEndpoint
MessageEndpointFactory. createEndpoint(XAResource xaResource)
This is used to create a message endpoint.MessageEndpoint
MessageEndpointFactory. createEndpoint(XAResource xaResource, long timeout)
This is used to create a message endpoint.
-