Uses of Class
org.apache.synapse.endpoints.EndpointDefinition
-
-
Uses of EndpointDefinition in org.apache.synapse.config.xml.endpoints
Methods in org.apache.synapse.config.xml.endpoints that return EndpointDefinition Modifier and Type Method Description EndpointDefinitionDefinitionFactory. createDefinition(org.apache.axiom.om.OMElement elem)This method should extract the QoS information from the XML infoset which represents an endpointEndpointDefinitionEndpointDefinitionFactory. createDefinition(org.apache.axiom.om.OMElement elem)Extracts the QoS information from the XML which represents a WSDL/Address/Default endpointsEndpointDefinitionAddressEndpointFactory. createEndpointDefinition(org.apache.axiom.om.OMElement elem)Creates an EndpointDefinition instance using the XML fragment specification.EndpointDefinitionDefaultEndpointFactory. createEndpointDefinition(org.apache.axiom.om.OMElement elem)Creates an EndpointDefinition instance using the XML fragment specification.EndpointDefinitionHTTPEndpointFactory. createEndpointDefinition(org.apache.axiom.om.OMElement elem)Methods in org.apache.synapse.config.xml.endpoints with parameters of type EndpointDefinition Modifier and Type Method Description protected voidDefaultEndpointFactory. extractSpecificEndpointProperties(EndpointDefinition definition, org.apache.axiom.om.OMElement elem)protected voidEndpointFactory. extractSpecificEndpointProperties(EndpointDefinition definition, org.apache.axiom.om.OMElement elem)protected voidDefaultEndpointFactory. processAuditStatus(EndpointDefinition definition, String name, org.apache.axiom.om.OMElement epOmElement)org.apache.axiom.om.OMElementAddressEndpointSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition)org.apache.axiom.om.OMElementDefaultEndpointSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition)voidEndpointDefinitionSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition, org.apache.axiom.om.OMElement element)org.apache.axiom.om.OMElementHTTPEndpointSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition)protected voidDefaultEndpointSerializer. serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition, org.apache.axiom.om.OMElement element)protected voidEndpointSerializer. serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition, org.apache.axiom.om.OMElement element) -
Uses of EndpointDefinition in org.apache.synapse.config.xml.endpoints.utils
Methods in org.apache.synapse.config.xml.endpoints.utils that return EndpointDefinition Modifier and Type Method Description EndpointDefinitionWSDL11EndpointBuilder. populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, String baseUri, org.apache.axiom.om.OMElement wsdl, String service, String port)Creates an EndpointDefinition for WSDL endpoint from an inline WSDL supplied in the WSDL endpoint configuration.Methods in org.apache.synapse.config.xml.endpoints.utils with parameters of type EndpointDefinition Modifier and Type Method Description EndpointDefinitionWSDL11EndpointBuilder. populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, String baseUri, org.apache.axiom.om.OMElement wsdl, String service, String port)Creates an EndpointDefinition for WSDL endpoint from an inline WSDL supplied in the WSDL endpoint configuration. -
Uses of EndpointDefinition in org.apache.synapse.core
Methods in org.apache.synapse.core with parameters of type EndpointDefinition Modifier and Type Method Description voidSynapseEnvironment. send(EndpointDefinition endpoint, MessageContext smc)This method allows a message to be sent through the underlying SOAP engine. -
Uses of EndpointDefinition in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 with parameters of type EndpointDefinition Modifier and Type Method Description static voidAxis2FlexibleMEPClient. send(EndpointDefinition endpoint, MessageContext synapseOutMessageContext)Based on the Axis2 client code.voidAxis2SynapseEnvironment. send(EndpointDefinition endpoint, MessageContext synCtx)This will be used for sending the message provided, to the endpoint specified by the EndpointDefinition using the axis2 environment.static voidAxis2Sender. sendOn(EndpointDefinition endpoint, MessageContext synapseInMessageContext)Send a message out from the Synapse engine to an external service -
Uses of EndpointDefinition in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints that return EndpointDefinition Modifier and Type Method Description EndpointDefinitionAbstractEndpoint. getDefinition()Methods in org.apache.synapse.endpoints with parameters of type EndpointDefinition Modifier and Type Method Description voidAbstractEndpoint. setDefinition(EndpointDefinition definition)Constructors in org.apache.synapse.endpoints with parameters of type EndpointDefinition Constructor Description EndpointContext(String endpointName, EndpointDefinition endpointDefinition, boolean clustered, org.apache.axis2.context.ConfigurationContext cfgCtx, EndpointView metricsBean)Create an EndpointContext to hold runtime state of an Endpoint -
Uses of EndpointDefinition in org.apache.synapse.message.senders.blocking
Methods in org.apache.synapse.message.senders.blocking with parameters of type EndpointDefinition Modifier and Type Method Description static voidBlockingMsgSenderUtils. fillClientOptions(EndpointDefinition endpoint, org.apache.axis2.client.Options clientOptions, MessageContext synapseInMsgCtx)Fill client options extracting properties from the original message context and endpoint definitionstatic voidBlockingMsgSenderUtils. fillMessageContext(EndpointDefinition endpoint, org.apache.axis2.context.MessageContext axisOutMsgCtx, MessageContext synapseInMsgCtx)Fill the target message context extracting the required properties of the original message context and the endpointvoidBlockingMsgSender. send(EndpointDefinition endpointDefinition, MessageContext synapseInMsgCtx)Blocking Invocation -
Uses of EndpointDefinition in org.apache.synapse.util
Methods in org.apache.synapse.util with parameters of type EndpointDefinition Modifier and Type Method Description static voidMediatorPropertyUtils. updateSendToUrlForMockServices(EndpointDefinition endpoint, MessageContext synapseOutMessageContext, org.apache.axis2.context.MessageContext axisOutMsgCtx)Updates the message context To address with mock URL if mock service exists in unit test mode.
-