com.sun.xml.ws.transport.tcp.servicechannel.jaxws
Class OpenChannelResponse
java.lang.Object
com.sun.xml.ws.transport.tcp.servicechannel.jaxws.OpenChannelResponse
public class OpenChannelResponse
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenChannelResponse
public OpenChannelResponse()
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.