com.sun.xml.ws.transport.tcp.util
Class ChannelSettings

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.util.ChannelSettings

public final class ChannelSettings
extends Object

Author:
Alexey Stashok

Constructor Summary
ChannelSettings()
           
ChannelSettings(List<String> negotiatedMimeTypes, List<String> negotiatedParams, int channelId, QName wsServiceName, WSTCPURI targetWSURI)
           
 
Method Summary
 int getChannelId()
           
 List<String> getNegotiatedMimeTypes()
           
 List<String> getNegotiatedParams()
           
 WSTCPURI getTargetWSURI()
           
 QName getWSServiceName()
           
 void setChannelId(int channelId)
           
 void setNegotiatedMimeTypes(List<String> negotiatedMimeTypes)
           
 void setNegotiatedParams(List<String> negotiatedParams)
           
 void setTargetWSURI(WSTCPURI targetWSURI)
           
 void setWSServiceName(QName wsServiceName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelSettings

public ChannelSettings()

ChannelSettings

public ChannelSettings(@NotNull
                       List<String> negotiatedMimeTypes,
                       @NotNull
                       List<String> negotiatedParams,
                       int channelId,
                       QName wsServiceName,
                       WSTCPURI targetWSURI)
Method Detail

getNegotiatedMimeTypes

@NotNull
public List<String> getNegotiatedMimeTypes()

setNegotiatedMimeTypes

public void setNegotiatedMimeTypes(@NotNull
                                   List<String> negotiatedMimeTypes)

getNegotiatedParams

@NotNull
public List<String> getNegotiatedParams()

setNegotiatedParams

public void setNegotiatedParams(@NotNull
                                List<String> negotiatedParams)

getTargetWSURI

@NotNull
public WSTCPURI getTargetWSURI()

setTargetWSURI

public void setTargetWSURI(@NotNull
                           WSTCPURI targetWSURI)

getChannelId

public int getChannelId()

setChannelId

public void setChannelId(int channelId)

getWSServiceName

@NotNull
public QName getWSServiceName()

setWSServiceName

public void setWSServiceName(@NotNull
                             QName wsServiceName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.