Uses of Class
org.apache.synapse.inbound.InboundEndpoint
-
Packages that use InboundEndpoint 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 -
-
Uses of InboundEndpoint in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type InboundEndpoint Modifier and Type Method Description void
StatisticSynapseConfigurationObserver. inboundEndpointAdded(InboundEndpoint inboundEndpoint)
void
StatisticSynapseConfigurationObserver. inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
void
StatisticSynapseConfigurationObserver. inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
-
Uses of InboundEndpoint in org.apache.synapse.config
Methods in org.apache.synapse.config that return InboundEndpoint Modifier and Type Method Description InboundEndpoint
SynapseConfiguration. getInboundEndpoint(String name)
Methods in org.apache.synapse.config that return types with arguments of type InboundEndpoint Modifier and Type Method Description Collection<InboundEndpoint>
SynapseConfiguration. getInboundEndpoints()
Methods in org.apache.synapse.config with parameters of type InboundEndpoint Modifier and Type Method 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 configurationvoid
AbstractSynapseObserver. inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
void
SynapseObserver. inboundEndpointRemoved(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is removed to the configurationvoid
AbstractSynapseObserver. inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
void
SynapseObserver. inboundEndpointUpdated(InboundEndpoint inboundEndpoint)
Event fired when a Inbound Endpoint is updated in the configurationvoid
SynapseConfiguration. updateInboundEndpoint(String name, InboundEndpoint inboundEndpoint)
-
Uses of InboundEndpoint in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return InboundEndpoint Modifier and Type Method Description static InboundEndpoint
SynapseXMLConfigurationFactory. defineInboundEndpoint(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
Methods in org.apache.synapse.config.xml with parameters of type InboundEndpoint Modifier and Type Method Description org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeInboundEndpoint(InboundEndpoint inboundEndpoint, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
-
Uses of InboundEndpoint in org.apache.synapse.config.xml.inbound
Methods in org.apache.synapse.config.xml.inbound that return InboundEndpoint Modifier and Type Method Description static InboundEndpoint
InboundEndpointFactory. createInboundEndpoint(org.apache.axiom.om.OMElement inboundEndpointElem, SynapseConfiguration config)
Methods in org.apache.synapse.config.xml.inbound with parameters of type InboundEndpoint Modifier and Type Method Description static org.apache.axiom.om.OMElement
InboundEndpointSerializer. serializeInboundEndpoint(org.apache.axiom.om.OMElement parent, InboundEndpoint inboundEndpoint)
static org.apache.axiom.om.OMElement
InboundEndpointSerializer. serializeInboundEndpoint(InboundEndpoint inboundEndpoint)
-