public abstract class DatagramEndpoint extends ProtocolEndpoint
Constructor and Description |
---|
DatagramEndpoint() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
MetricsCollector |
getMetrics() |
boolean |
loadConfiguration(ParameterInclude params)
Configure the endpoint based on the provided parameters.
|
void |
setMetrics(MetricsCollector metrics) |
createMessageContext, getConfigurationContext, getDescription, getEndpointReferences, getListener, getService, getServiceName
public String getContentType()
public MetricsCollector getMetrics()
public void setMetrics(MetricsCollector metrics)
public boolean loadConfiguration(ParameterInclude params) throws AxisFault
ProtocolEndpoint
false
. An exception should only be thrown if there is an
error or inconsistency in the parameters.loadConfiguration
in class ProtocolEndpoint
params
- The source of the parameters to configure the
endpoint. If the parameters are defined on
a service, this will be an AxisService
instance.true
if the parameters contained the required configuration
information and the endpoint has been configured, false
if
the no configuration for the endpoint is present in the parametersAxisFault
- if configuration information is present, but there is an
error or inconsistency in the parametersCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.