Class OpenChannelResponse
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.servicechannel.jaxws.OpenChannelResponse
-
public class OpenChannelResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description OpenChannelResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetChannelId()List<String>getNegotiatedMimeTypes()List<String>getNegotiatedParams()voidsetChannelId(int channelId)voidsetNegotiatedMimeTypes(List<String> negotiatedMimeTypes)voidsetNegotiatedParams(List<String> negotiatedParams)
-
-
-
Method Detail
-
getChannelId
public int getChannelId()
- Returns:
- returns int
-
setChannelId
public void setChannelId(int channelId)
- Parameters:
_return- the value for the _return property
-
setNegotiatedMimeTypes
public void setNegotiatedMimeTypes(List<String> negotiatedMimeTypes)
- Parameters:
negotiatedMimeTypes- the value for the negotiatedMimeTypes property
-
-