Class HTTPEndpointFactory

    • Constructor Detail

      • HTTPEndpointFactory

        public HTTPEndpointFactory()
    • Method Detail

      • createEndpointDefinition

        public EndpointDefinition createEndpointDefinition​(org.apache.axiom.om.OMElement elem)
        Description copied from class: DefaultEndpointFactory
        Creates an EndpointDefinition instance using the XML fragment specification. Configuration for EndpointDefinition always resides inside a configuration of an AddressEndpoint. This factory extracts the details related to the EPR provided for address endpoint.
        Overrides:
        createEndpointDefinition in class DefaultEndpointFactory
        Parameters:
        elem - XML configuration element
        Returns:
        EndpointDefinition object containing the endpoint details.
      • createEndpoint

        protected Endpoint createEndpoint​(org.apache.axiom.om.OMElement epConfig,
                                          boolean anonymousEndpoint,
                                          Properties properties)
        Description copied from class: EndpointFactory
        Creates the Endpoint implementation for the given XML endpoint configuration. If the endpoint configuration is an inline one, it should be an anonymous endpoint. If it is defined as an immediate child element of the definitions tag it should have a name, which is used as the key in local registry.
        Overrides:
        createEndpoint in class DefaultEndpointFactory
        Parameters:
        epConfig - OMElement containing the endpoint configuration.
        anonymousEndpoint - false if the endpoint has a name. true otherwise.
        properties - bag of properties to pass in any information to the factory
        Returns:
        Endpoint implementation for the given configuration.