Modifier and Type | Method and Description |
---|---|
EndpointDefinition |
EndpointDefinitionFactory.createDefinition(org.apache.axiom.om.OMElement elem)
Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints
|
EndpointDefinition |
DefinitionFactory.createDefinition(org.apache.axiom.om.OMElement elem)
This method should extract the QoS information from the XML infoset which represents an
endpoint
|
EndpointDefinition |
DefaultEndpointFactory.createEndpointDefinition(org.apache.axiom.om.OMElement elem)
Creates an EndpointDefinition instance using the XML fragment specification.
|
EndpointDefinition |
AddressEndpointFactory.createEndpointDefinition(org.apache.axiom.om.OMElement elem)
Creates an EndpointDefinition instance using the XML fragment specification.
|
Modifier and Type | Method and 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 |
DefaultEndpointSerializer.serializeEndpointDefinition(EndpointDefinition endpointDefinition) |
org.apache.axiom.om.OMElement |
AddressEndpointSerializer.serializeEndpointDefinition(EndpointDefinition endpointDefinition) |
void |
EndpointDefinitionSerializer.serializeEndpointDefinition(EndpointDefinition endpointDefinition,
org.apache.axiom.om.OMElement element) |
protected void |
EndpointSerializer.serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition,
org.apache.axiom.om.OMElement element) |
protected void |
DefaultEndpointSerializer.serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition,
org.apache.axiom.om.OMElement element) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseEnvironment.send(EndpointDefinition endpoint,
MessageContext smc)
This method allows a message to be sent through the underlying SOAP engine.
|
Modifier and Type | Method and Description |
---|---|
static void |
BlockingClientUtils.fillClientOptions(EndpointDefinition endpoint,
org.apache.axis2.client.Options clientOptions,
MessageContext synapseInMsgCtx)
Fill client options extracting properties from the original message context and
endpoint definition
|
static void |
BlockingClientUtils.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 endpoint
|
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 |
Axis2FlexibleMEPClient.send(EndpointDefinition endpoint,
MessageContext synapseOutMessageContext)
Based on the Axis2 client code.
|
static void |
Axis2Sender.sendOn(EndpointDefinition endpoint,
MessageContext synapseInMessageContext)
Send a message out from the Synapse engine to an external service
|
Modifier and Type | Method and Description |
---|---|
EndpointDefinition |
AbstractEndpoint.getDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEndpoint.setDefinition(EndpointDefinition definition) |
Constructor and 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
|
Modifier and Type | Method and Description |
---|---|
MessageContext |
BlockingMessageSender.send(EndpointDefinition endpoint,
MessageContext messageIn)
Send the message to a given AddressEndpoint in a blocking manner
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.