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

CloseChannel

public class CloseChannel extends Object

Fields Summary
private int
channelId
Constructors Summary
Methods Summary
public intgetChannelId()

return
returns int

        return this.channelId;
    
public voidsetChannelId(int channelId)

param
channelId the value for the channelId property

        this.channelId = channelId;