public class ProtocolConfigurationImpl extends Object implements ProtocolConfiguration
ProtocolConfiguration which allows to easily set the different configurations.
Be aware that set and get operations are not thread-safe| Constructor and Description |
|---|
ProtocolConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGreeting()
Return the Greeting which should used.
|
String |
getHelloName()
Returns the service wide hello name
|
String |
getSoftwareName()
Return the name of the software.
|
void |
setGreeting(String greeting) |
void |
setHelloName(String helloName) |
void |
setSoftwareName(String softwareName) |
public String getHelloName()
ProtocolConfigurationgetHelloName in interface ProtocolConfigurationpublic void setHelloName(String helloName)
public String getGreeting()
ProtocolConfigurationgetGreeting in interface ProtocolConfigurationpublic void setGreeting(String greeting)
public String getSoftwareName()
ProtocolConfigurationgetSoftwareName in interface ProtocolConfigurationpublic void setSoftwareName(String softwareName)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.