com.sun.xml.ws.transport.tcp.servicechannel.jaxws
Class OpenChannelResponse

java.lang.Object
  extended by com.sun.xml.ws.transport.tcp.servicechannel.jaxws.OpenChannelResponse

public class OpenChannelResponse
extends Object


Constructor Summary
OpenChannelResponse()
           
 
Method Summary
 int getChannelId()
           
 List<String> getNegotiatedMimeTypes()
           
 List<String> getNegotiatedParams()
           
 void setChannelId(int channelId)
           
 void setNegotiatedMimeTypes(List<String> negotiatedMimeTypes)
           
 void setNegotiatedParams(List<String> negotiatedParams)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenChannelResponse

public OpenChannelResponse()
Method Detail

getChannelId

public int getChannelId()
Returns:
returns int

setChannelId

public void setChannelId(int channelId)
Parameters:
_return - the value for the _return property

getNegotiatedMimeTypes

public List<String> getNegotiatedMimeTypes()
Returns:
returns List

setNegotiatedMimeTypes

public void setNegotiatedMimeTypes(List<String> negotiatedMimeTypes)
Parameters:
negotiatedMimeTypes - the value for the negotiatedMimeTypes property

getNegotiatedParams

public List<String> getNegotiatedParams()
Returns:
returns List

setNegotiatedParams

public void setNegotiatedParams(List<String> negotiatedParams)
Parameters:
negotiatedParams - the value for the negotiatedParams property


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