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(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<InboundEndpoint> |
SynapseConfiguration.getInboundEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addInboundEndpoint(java.lang.String name,
InboundEndpoint inboundEndpoint) |
void |
SynapseObserver.inboundEndpointAdded(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is added to the configuration
|
void |
AbstractSynapseObserver.inboundEndpointAdded(InboundEndpoint inboundEndpoint) |
void |
SynapseObserver.inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is removed to the configuration
|
void |
AbstractSynapseObserver.inboundEndpointRemoved(InboundEndpoint inboundEndpoint) |
void |
SynapseObserver.inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is updated in the configuration
|
void |
AbstractSynapseObserver.inboundEndpointUpdated(InboundEndpoint inboundEndpoint) |
void |
SynapseConfiguration.updateInboundEndpoint(java.lang.String name,
InboundEndpoint inboundEndpoint) |
Modifier and Type | Method and Description |
---|---|
static InboundEndpoint |
SynapseXMLConfigurationFactory.defineInboundEndpoint(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
java.util.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-2020 Apache Software Foundation. All Rights Reserved.