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 voidStatisticSynapseConfigurationObserver. inboundEndpointAdded(InboundEndpoint inboundEndpoint)voidStatisticSynapseConfigurationObserver. inboundEndpointRemoved(InboundEndpoint inboundEndpoint)voidStatisticSynapseConfigurationObserver. 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 InboundEndpointSynapseConfiguration. 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 voidSynapseConfiguration. addInboundEndpoint(String name, InboundEndpoint inboundEndpoint)voidAbstractSynapseObserver. inboundEndpointAdded(InboundEndpoint inboundEndpoint)voidSynapseObserver. inboundEndpointAdded(InboundEndpoint inboundEndpoint)Event fired when a Inbound Endpoint is added to the configurationvoidAbstractSynapseObserver. inboundEndpointRemoved(InboundEndpoint inboundEndpoint)voidSynapseObserver. inboundEndpointRemoved(InboundEndpoint inboundEndpoint)Event fired when a Inbound Endpoint is removed to the configurationvoidAbstractSynapseObserver. inboundEndpointUpdated(InboundEndpoint inboundEndpoint)voidSynapseObserver. inboundEndpointUpdated(InboundEndpoint inboundEndpoint)Event fired when a Inbound Endpoint is updated in the configurationvoidSynapseConfiguration. 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 InboundEndpointSynapseXMLConfigurationFactory. 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.OMElementMultiXMLConfigurationSerializer. 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 InboundEndpointInboundEndpointFactory. 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.OMElementInboundEndpointSerializer. serializeInboundEndpoint(org.apache.axiom.om.OMElement parent, InboundEndpoint inboundEndpoint)static org.apache.axiom.om.OMElementInboundEndpointSerializer. serializeInboundEndpoint(InboundEndpoint inboundEndpoint)
-