Class OpenChannelResponse
java.lang.Object
com.sun.xml.ws.transport.tcp.servicechannel.jaxws.OpenChannelResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetChannelId(int channelId) voidsetNegotiatedMimeTypes(List<String> negotiatedMimeTypes) voidsetNegotiatedParams(List<String> negotiatedParams)
-
Constructor Details
-
OpenChannelResponse
public OpenChannelResponse()
-
-
Method Details
-
getChannelId
public int getChannelId()- Returns:
- returns int
-
setChannelId
public void setChannelId(int channelId) - Parameters:
channelId- the value for the _return property
-
getNegotiatedMimeTypes
- Returns:
- returns List
-
setNegotiatedMimeTypes
- Parameters:
negotiatedMimeTypes- the value for the negotiatedMimeTypes property
-
getNegotiatedParams
- Returns:
- returns List
-
setNegotiatedParams
- Parameters:
negotiatedParams- the value for the negotiatedParams property
-