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 EndpointDefinition
DefinitionFactory. createDefinition(org.apache.axiom.om.OMElement elem)
This method should extract the QoS information from the XML infoset which represents an endpointEndpointDefinition
EndpointDefinitionFactory. createDefinition(org.apache.axiom.om.OMElement elem)
Extracts the QoS information from the XML which represents a WSDL/Address/Default endpointsEndpointDefinition
AddressEndpointFactory. createEndpointDefinition(org.apache.axiom.om.OMElement elem)
Creates an EndpointDefinition instance using the XML fragment specification.EndpointDefinition
DefaultEndpointFactory. createEndpointDefinition(org.apache.axiom.om.OMElement elem)
Creates an EndpointDefinition instance using the XML fragment specification.EndpointDefinition
HTTPEndpointFactory. 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 void
DefaultEndpointFactory. extractSpecificEndpointProperties(EndpointDefinition definition, org.apache.axiom.om.OMElement elem)
protected void
EndpointFactory. extractSpecificEndpointProperties(EndpointDefinition definition, org.apache.axiom.om.OMElement elem)
protected void
DefaultEndpointFactory. processAuditStatus(EndpointDefinition definition, String name, org.apache.axiom.om.OMElement epOmElement)
org.apache.axiom.om.OMElement
AddressEndpointSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition)
org.apache.axiom.om.OMElement
DefaultEndpointSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition)
void
EndpointDefinitionSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition, org.apache.axiom.om.OMElement element)
org.apache.axiom.om.OMElement
HTTPEndpointSerializer. serializeEndpointDefinition(EndpointDefinition endpointDefinition)
protected void
DefaultEndpointSerializer. serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition, org.apache.axiom.om.OMElement element)
protected void
EndpointSerializer. 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 EndpointDefinition
WSDL11EndpointBuilder. 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 EndpointDefinition
WSDL11EndpointBuilder. 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 void
SynapseEnvironment. 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 void
Axis2FlexibleMEPClient. send(EndpointDefinition endpoint, MessageContext synapseOutMessageContext)
Based on the Axis2 client code.void
Axis2SynapseEnvironment. 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 void
Axis2Sender. 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 EndpointDefinition
AbstractEndpoint. getDefinition()
Methods in org.apache.synapse.endpoints with parameters of type EndpointDefinition Modifier and Type Method Description void
AbstractEndpoint. 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 void
BlockingMsgSenderUtils. fillClientOptions(EndpointDefinition endpoint, org.apache.axis2.client.Options clientOptions, MessageContext synapseInMsgCtx)
Fill client options extracting properties from the original message context and endpoint definitionstatic void
BlockingMsgSenderUtils. 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 endpointvoid
BlockingMsgSender. 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 void
MediatorPropertyUtils. 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.
-