mule-connector-partner-manager
Install Guide
Release Notes
Java API Reference
Mule API Reference
Package Index
|
Class Index
com.modus.mule.modules.apm
com.modus.mule.modules.apm.adapter
com.modus.mule.modules.apm.adapters
com.modus.mule.modules.apm.agents
com.modus.mule.modules.apm.config
com.modus.mule.modules.apm.devkit
com.modus.mule.modules.apm.event
com.modus.mule.modules.apm.event.writer
com.modus.mule.modules.apm.filestorage
com.modus.mule.modules.apm.filestorage.s3
com.modus.mule.modules.apm.impl
com.modus.mule.modules.apm.processors
com.modus.mule.modules.apm.scope
com.modus.mule.modules.apm.transformers
com.modus.tpm.client.transformers
com.mulesoft.api.b2b.transformers
Interfaces
Scope
Classes
AbstractScope
As2Scope
EdifactScope
FtpScope
FtpsScope
X12Scope
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Inherited Methods
|
[Expand All]
public abstract class
AbstractScope
extends Object
implements
Scope
java.lang.Object
↳
com.modus.mule.modules.apm.scope.AbstractScope
Known Direct Subclasses
As2Scope
,
EdifactScope
,
FtpsScope
,
X12Scope
As2Scope
EdifactScope
FtpsScope
X12Scope
Known Indirect Subclasses
FtpScope
FtpScope
Summary
Fields
protected final
ConnectorContext
connectorContext
protected final
FileStorageProvider
fileStorageProvider
protected final TpmClient
tpmClient
protected final TrackerClient
trackerClient
Public Constructors
AbstractScope
(
ConnectorContext
connectorContext)
[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
com.modus.mule.modules.apm.scope.Scope
abstract Config
getConfig
(Direction direction, QueryObject queryObject)
abstract String
getName
()
abstract Transmission
readTransmission
(Direction direction, QueryObject queryObject)
Fields
protected final
ConnectorContext
connectorContext
protected final
FileStorageProvider
fileStorageProvider
protected final TpmClient
tpmClient
protected final TrackerClient
trackerClient
Public Constructors
public
AbstractScope
(
ConnectorContext
connectorContext)
Parameters
connectorContext