public class HTTPEndpointFactory extends DefaultEndpointFactory
ON_FAULT_Q
Constructor and Description |
---|
HTTPEndpointFactory() |
Modifier and Type | Method and Description |
---|---|
protected Endpoint |
createEndpoint(org.apache.axiom.om.OMElement epConfig,
boolean anonymousEndpoint,
java.util.Properties properties)
Creates the Endpoint implementation for the given XML endpoint configuration.
|
EndpointDefinition |
createEndpointDefinition(org.apache.axiom.om.OMElement elem)
Creates an EndpointDefinition instance using the XML fragment specification.
|
static HTTPEndpointFactory |
getInstance() |
extractSpecificEndpointProperties, processAuditStatus
getEndpointDefinitionFactory, getEndpointFromElement, getEndpointFromElement, getEndpoints, getObjectFromOMNode, handleException, handleException, processProperties, setEndpointDefinitionFactory
public static HTTPEndpointFactory getInstance()
public EndpointDefinition createEndpointDefinition(org.apache.axiom.om.OMElement elem)
DefaultEndpointFactory
createEndpointDefinition
in class DefaultEndpointFactory
elem
- XML configuration elementprotected Endpoint createEndpoint(org.apache.axiom.om.OMElement epConfig, boolean anonymousEndpoint, java.util.Properties properties)
EndpointFactory
createEndpoint
in class DefaultEndpointFactory
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 factoryCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.