FileDocCategorySizeDatePackage
OpenChannelResponse.javaAPI DocExample4195Tue May 29 16:57:12 BST 2007com.sun.xml.ws.transport.tcp.servicechannel.jaxws

OpenChannelResponse

public class OpenChannelResponse extends Object

Fields Summary
private int
channelId
private List
negotiatedMimeTypes
private List
negotiatedParams
Constructors Summary
Methods Summary
public intgetChannelId()

return
returns int

        return this.channelId;
    
public java.util.ListgetNegotiatedMimeTypes()

return
returns List

        return this.negotiatedMimeTypes;
    
public java.util.ListgetNegotiatedParams()

return
returns List

        return this.negotiatedParams;
    
public voidsetChannelId(int channelId)

param
_return the value for the _return property

        this.channelId = channelId;
    
public voidsetNegotiatedMimeTypes(java.util.List negotiatedMimeTypes)

param
negotiatedMimeTypes the value for the negotiatedMimeTypes property

        this.negotiatedMimeTypes = negotiatedMimeTypes;
    
public voidsetNegotiatedParams(java.util.List negotiatedParams)

param
negotiatedParams the value for the negotiatedParams property

        this.negotiatedParams = negotiatedParams;