com.sun.xml.ws.transport.tcp.servicechannel.jaxws
Class OpenChannel
java.lang.Object
com.sun.xml.ws.transport.tcp.servicechannel.jaxws.OpenChannel
public class OpenChannel
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenChannel
public OpenChannel()
getTargetWSURI
public String getTargetWSURI()
- Returns:
- returns String
setTargetWSURI
public void setTargetWSURI(String targetWSURI)
- Parameters:
targetWSURI - the value for the targetWSURI 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.