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,
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, processAuditStatusgetEndpointDefinitionFactory, getEndpointFromElement, getEndpointFromElement, getEndpoints, getObjectFromOMNode, handleException, handleException, processProperties, setEndpointDefinitionFactorypublic static HTTPEndpointFactory getInstance()
public EndpointDefinition createEndpointDefinition(org.apache.axiom.om.OMElement elem)
DefaultEndpointFactorycreateEndpointDefinition in class DefaultEndpointFactoryelem - XML configuration elementprotected Endpoint createEndpoint(org.apache.axiom.om.OMElement epConfig, boolean anonymousEndpoint, Properties properties)
EndpointFactorycreateEndpoint in class DefaultEndpointFactoryepConfig - 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–2024 Apache Software Foundation. All rights reserved.