public class ClassEndpointFactory extends EndpointFactory
Modifier and Type | Field and Description |
---|---|
static QName |
CLASS_QNAME |
static QName |
NAME_QNAME |
static QName |
PARAMETER_QNAME |
ON_FAULT_Q
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.
|
static ClassEndpointFactory |
getInstance() |
extractSpecificEndpointProperties, getEndpointDefinitionFactory, getEndpointFromElement, getEndpointFromElement, getEndpoints, getObjectFromOMNode, handleException, handleException, processProperties, setEndpointDefinitionFactory
public static final QName CLASS_QNAME
public static final QName NAME_QNAME
public static final QName PARAMETER_QNAME
public static ClassEndpointFactory getInstance()
protected Endpoint createEndpoint(org.apache.axiom.om.OMElement epConfig, boolean anonymousEndpoint, Properties properties)
EndpointFactory
createEndpoint
in class EndpointFactory
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-2017 Apache Software Foundation. All Rights Reserved.