| Package | Description |
|---|---|
| org.apache.synapse.aspects.flow.statistics | |
| org.apache.synapse.config | |
| org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
| org.apache.synapse.config.xml.inbound |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticSynapseConfigurationObserver.inboundEndpointAdded(InboundEndpoint inboundEndpoint) |
void |
StatisticSynapseConfigurationObserver.inboundEndpointRemoved(InboundEndpoint inboundEndpoint) |
void |
StatisticSynapseConfigurationObserver.inboundEndpointUpdated(InboundEndpoint inboundEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
InboundEndpoint |
SynapseConfiguration.getInboundEndpoint(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<InboundEndpoint> |
SynapseConfiguration.getInboundEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
SynapseConfiguration.addInboundEndpoint(String name,
InboundEndpoint inboundEndpoint) |
void |
AbstractSynapseObserver.inboundEndpointAdded(InboundEndpoint inboundEndpoint) |
void |
SynapseObserver.inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is added to the configuration
|
void |
AbstractSynapseObserver.inboundEndpointRemoved(InboundEndpoint inboundEndpoint) |
void |
SynapseObserver.inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is removed to the configuration
|
void |
AbstractSynapseObserver.inboundEndpointUpdated(InboundEndpoint inboundEndpoint) |
void |
SynapseObserver.inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is updated in the configuration
|
void |
SynapseConfiguration.updateInboundEndpoint(String name,
InboundEndpoint inboundEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
static InboundEndpoint |
SynapseXMLConfigurationFactory.defineInboundEndpoint(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeInboundEndpoint(InboundEndpoint inboundEndpoint,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
| Modifier and Type | Method and Description |
|---|---|
static InboundEndpoint |
InboundEndpointFactory.createInboundEndpoint(org.apache.axiom.om.OMElement inboundEndpointElem,
SynapseConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.axiom.om.OMElement |
InboundEndpointSerializer.serializeInboundEndpoint(InboundEndpoint inboundEndpoint) |
static org.apache.axiom.om.OMElement |
InboundEndpointSerializer.serializeInboundEndpoint(org.apache.axiom.om.OMElement parent,
InboundEndpoint inboundEndpoint) |
Copyright © 2005–2019 Apache Software Foundation. All rights reserved.