Connector
Install Guide
Quick Start Guide
Release Notes
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.modus.mule.modules.as2
com.modus.mule.modules.as2.adapter
com.modus.mule.modules.as2.adapters
com.modus.mule.modules.as2.agents
com.modus.mule.modules.as2.client
com.modus.mule.modules.as2.common
com.modus.mule.modules.as2.common.transformers
com.modus.mule.modules.as2.config
com.modus.mule.modules.as2.connection
com.modus.mule.modules.as2.devkit
com.modus.mule.modules.as2.filestorage
com.modus.mule.modules.as2.filestorage.s3
com.modus.mule.modules.as2.messagetracker
com.modus.mule.modules.as2.processors
com.modus.mule.modules.as2.server
com.modus.mule.modules.as2.sources
com.modus.mule.modules.as2.tpm
Classes
AS2Connector
ConnectorContext
GlobalContext
Enums
FileStorageEnum
Package Index
|
Class Index
Summary:
Constants
|
Fields
|
Methods
|
Inherited Methods
|
[Expand All]
public class
GlobalContext
extends Object
implements Closeable
java.lang.Object
↳
com.modus.mule.modules.as2.GlobalContext
Summary
Constants
int
DEFAULT_TIMEOUT
Fields
private static
GlobalContext
globalContext
private CloseableHttpAsyncClient
httpAsyncClient
private CloseableHttpClient
httpClient
private static final Logger
logger
private ObjectMapper
objectMapper
Public Methods
void
close
()
CloseableHttpAsyncClient
getHttpAsyncClient
()
CloseableHttpClient
getHttpClient
()
static
GlobalContext
getInstance
()
ObjectMapper
getObjectMapper
()
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface java.io.Closeable
abstract void
close
()
From interface java.lang.AutoCloseable
abstract void
close
()
Constants
private static final int
DEFAULT_TIMEOUT
Constant Value:
5000 (0x00001388)
Fields
private static
GlobalContext
globalContext
private CloseableHttpAsyncClient
httpAsyncClient
private CloseableHttpClient
httpClient
private static final Logger
logger
private ObjectMapper
objectMapper
Public Methods
public void
close
()
Throws
IOException
public CloseableHttpAsyncClient
getHttpAsyncClient
()
public CloseableHttpClient
getHttpClient
()
public static
GlobalContext
getInstance
()
public ObjectMapper
getObjectMapper
()