public abstract class DatagramEndpoint extends ProtocolEndpoint
| Constructor and Description |
|---|
DatagramEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
MetricsCollector |
getMetrics() |
boolean |
loadConfiguration(org.apache.axis2.description.ParameterInclude params)
Configure the endpoint based on the provided parameters.
|
void |
setMetrics(MetricsCollector metrics) |
createMessageContext, getConfigurationContext, getDescription, getEndpointReferences, getListener, getService, getServiceNamepublic String getContentType()
public MetricsCollector getMetrics()
public void setMetrics(MetricsCollector metrics)
public boolean loadConfiguration(org.apache.axis2.description.ParameterInclude params)
throws org.apache.axis2.AxisFault
ProtocolEndpointfalse. An exception should only be thrown if there is an
error or inconsistency in the parameters.loadConfiguration in class ProtocolEndpointparams - 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 parametersorg.apache.axis2.AxisFault - if configuration information is present, but there is an
error or inconsistency in the parametersCopyright © 2004–2016 The Apache Software Foundation. All rights reserved.