Uses of Class
org.apache.synapse.endpoints.EndpointDefinition

Packages that use EndpointDefinition
org.apache.synapse.config.xml.endpoints   
org.apache.synapse.config.xml.endpoints.utils   
org.apache.synapse.core   
org.apache.synapse.core.axis2   
org.apache.synapse.endpoints   
org.apache.synapse.message.processors.forward   
 

Uses of EndpointDefinition in org.apache.synapse.config.xml.endpoints
 

Methods in org.apache.synapse.config.xml.endpoints that return EndpointDefinition
 EndpointDefinition DefinitionFactory.createDefinition(OMElement elem)
          This method should extract the QoS information from the XML infoset which represents an endpoint
 EndpointDefinition EndpointDefinitionFactory.createDefinition(OMElement elem)
          Extracts the QoS information from the XML which represents a WSDL/Address/Default endpoints
 EndpointDefinition AddressEndpointFactory.createEndpointDefinition(OMElement elem)
          Creates an EndpointDefinition instance using the XML fragment specification.
 EndpointDefinition DefaultEndpointFactory.createEndpointDefinition(OMElement elem)
          Creates an EndpointDefinition instance using the XML fragment specification.
 

Methods in org.apache.synapse.config.xml.endpoints with parameters of type EndpointDefinition
protected  void DefaultEndpointFactory.extractSpecificEndpointProperties(EndpointDefinition definition, OMElement elem)
           
protected  void EndpointFactory.extractSpecificEndpointProperties(EndpointDefinition definition, OMElement elem)
           
protected  void DefaultEndpointFactory.processAuditStatus(EndpointDefinition definition, String name, OMElement epOmElement)
           
 OMElement AddressEndpointSerializer.serializeEndpointDefinition(EndpointDefinition endpointDefinition)
           
 OMElement DefaultEndpointSerializer.serializeEndpointDefinition(EndpointDefinition endpointDefinition)
           
 void EndpointDefinitionSerializer.serializeEndpointDefinition(EndpointDefinition endpointDefinition, OMElement element)
           
protected  void DefaultEndpointSerializer.serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition, OMElement element)
           
protected  void EndpointSerializer.serializeSpecificEndpointProperties(EndpointDefinition endpointDefinition, 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
 EndpointDefinition WSDL11EndpointBuilder.populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, String baseUri, 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
 EndpointDefinition WSDL11EndpointBuilder.populateEndpointDefinitionFromWSDL(EndpointDefinition endpointDefinition, String baseUri, 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
 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
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
 EndpointDefinition AbstractEndpoint.getDefinition()
           
 

Methods in org.apache.synapse.endpoints with parameters of type EndpointDefinition
 void AbstractEndpoint.setDefinition(EndpointDefinition definition)
           
 

Constructors in org.apache.synapse.endpoints with parameters of type EndpointDefinition
EndpointContext(String endpointName, EndpointDefinition endpointDefinition, boolean clustered, ConfigurationContext cfgCtx, EndpointView metricsBean)
          Create an EndpointContext to hold runtime state of an Endpoint
 

Uses of EndpointDefinition in org.apache.synapse.message.processors.forward
 

Methods in org.apache.synapse.message.processors.forward with parameters of type EndpointDefinition
 MessageContext BlockingMessageSender.send(EndpointDefinition endpoint, MessageContext messageIn)
          Send the message to a given AddressEndpoint in a blocking manner
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.