com.sun.xml.ws.transport.tcp.client
Class TCPClientTransport
java.lang.Object
com.sun.xml.ws.api.PropertySet
com.sun.xml.ws.api.DistributedPropertySet
com.sun.xml.ws.transport.tcp.client.TCPClientTransport
public class TCPClientTransport
- extends com.sun.xml.ws.api.DistributedPropertySet
Nested classes/interfaces inherited from class com.sun.xml.ws.api.PropertySet |
com.sun.xml.ws.api.PropertySet.Accessor, com.sun.xml.ws.api.PropertySet.Property, com.sun.xml.ws.api.PropertySet.PropertyMap |
Methods inherited from class com.sun.xml.ws.api.DistributedPropertySet |
addSatellite, copySatelliteInto, get, put, remove, removeSatellite, supports |
Methods inherited from class com.sun.xml.ws.api.PropertySet |
containsKey, createMapView, parse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPClientTransport
public TCPClientTransport()
TCPClientTransport
public TCPClientTransport(@NotNull
ChannelContext channelContext)
setup
public void setup(@Nullable
ChannelContext channelContext)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
openOutputStream
@NotNull
public java.io.OutputStream openOutputStream()
throws java.io.IOException,
WSTCPException
- Throws:
java.io.IOException
WSTCPException
openInputStream
@NotNull
public java.io.InputStream openInputStream()
throws java.io.IOException,
WSTCPException
- Throws:
java.io.IOException
WSTCPException
send
public void send()
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
setContentType
public void setContentType(@NotNull
java.lang.String contentType)
getContentType
@Nullable
public java.lang.String getContentType()
getError
@Nullable
public WSTCPError getError()
getConnectionContext
public ChannelContext getConnectionContext()
getPropertyMap
public com.sun.xml.ws.api.PropertySet.PropertyMap getPropertyMap()
- Specified by:
getPropertyMap
in class com.sun.xml.ws.api.PropertySet