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

OpenChannel

public class OpenChannel extends Object

Fields Summary
private String
targetWSURI
private List
negotiatedMimeTypes
private List
negotiatedParams
Constructors Summary
Methods Summary
public java.util.ListgetNegotiatedMimeTypes()

return
returns List

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

return
returns List

        return this.negotiatedParams;
    
public java.lang.StringgetTargetWSURI()

return
returns String

        return this.targetWSURI;
    
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;
    
public voidsetTargetWSURI(java.lang.String targetWSURI)

param
targetWSURI the value for the targetWSURI property

        this.targetWSURI = targetWSURI;