Class ChannelSettings
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.util.ChannelSettings
-
public final class ChannelSettings extends Object
- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description ChannelSettings()ChannelSettings(List<String> negotiatedMimeTypes, List<String> negotiatedParams, int channelId, QName wsServiceName, WSTCPURI targetWSURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChannelId()List<String>getNegotiatedMimeTypes()List<String>getNegotiatedParams()WSTCPURIgetTargetWSURI()QNamegetWSServiceName()voidsetChannelId(int channelId)voidsetNegotiatedMimeTypes(List<String> negotiatedMimeTypes)voidsetNegotiatedParams(List<String> negotiatedParams)voidsetTargetWSURI(WSTCPURI targetWSURI)voidsetWSServiceName(QName wsServiceName)StringtoString()
-