public class ServiceSetting extends Object
| Constructor and Description |
|---|
ServiceSetting() |
| Modifier and Type | Method and Description |
|---|---|
MediaType |
getContentType() |
String |
getEndPoint() |
String |
getEndPointSuffix() |
LoggingSetting |
getLogging() |
Map<String,Object> |
getParams() |
int |
getPort() |
SoapProtocol |
getProtocol() |
ServiceType |
getType() |
void |
setContentType(MediaType contentType) |
void |
setEndPoint(String endPoint) |
void |
setEndPointSuffix(String endPointSuffix) |
void |
setLogging(LoggingSetting logging) |
void |
setPort(int port) |
void |
setProtocol(SoapProtocol protocol) |
void |
setType(ServiceType type) |
public MediaType getContentType()
public String getEndPoint()
public String getEndPointSuffix()
public LoggingSetting getLogging()
public int getPort()
public SoapProtocol getProtocol()
public ServiceType getType()
public void setContentType(MediaType contentType)
contentType - the contentType to setpublic void setEndPoint(String endPoint)
endPoint - the endPoint to setpublic void setEndPointSuffix(String endPointSuffix)
endPointSuffix - the endPointSuffix to setpublic void setLogging(LoggingSetting logging)
logging - the logging to setpublic void setPort(int port)
port - the port to setpublic void setProtocol(SoapProtocol protocol)
protocol - the protocol to setpublic void setType(ServiceType type)
type - the type to setCopyright © 2017–2018 Wasiq Bhamla. All rights reserved.