com.sun.xml.ws.transport.tcp.client
Class TCPClientTransport

java.lang.Object
  extended by com.sun.xml.ws.api.PropertySet
      extended by com.sun.xml.ws.api.DistributedPropertySet
          extended by com.sun.xml.ws.transport.tcp.client.TCPClientTransport
All Implemented Interfaces:
org.jvnet.ws.message.DistributedPropertySet, org.jvnet.ws.message.PropertySet

public class TCPClientTransport
extends com.sun.xml.ws.api.DistributedPropertySet

Author:
Alexey Stashok

Nested Class Summary
 
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.PropertyMap
 
Nested classes/interfaces inherited from interface org.jvnet.ws.message.PropertySet
org.jvnet.ws.message.PropertySet.Property
 
Constructor Summary
TCPClientTransport()
           
TCPClientTransport(ChannelContext channelContext)
           
 
Method Summary
 void close()
           
 ChannelContext getConnectionContext()
           
 java.lang.String getContentType()
           
 WSTCPError getError()
           
 com.sun.xml.ws.api.PropertySet.PropertyMap getPropertyMap()
           
 javax.xml.soap.SOAPMessage getSOAPMessage()
           
 int getStatus()
           
 java.io.InputStream openInputStream()
           
 java.io.OutputStream openOutputStream()
           
 void send()
           
 void setContentType(java.lang.String contentType)
           
 void setSOAPMessage(javax.xml.soap.SOAPMessage soap)
           
 void setStatus(int status)
           
 void setup(ChannelContext channelContext)
           
 
Methods inherited from class com.sun.xml.ws.api.DistributedPropertySet
addSatellite, addSatellite, addSatellite, addSatellite, copySatelliteInto, copySatelliteInto, get, getSatellite, 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
 
Methods inherited from interface org.jvnet.ws.message.PropertySet
containsKey, createMapView
 

Constructor Detail

TCPClientTransport

public TCPClientTransport()

TCPClientTransport

public TCPClientTransport(@NotNull
                          ChannelContext channelContext)
Method Detail

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

getSOAPMessage

public javax.xml.soap.SOAPMessage getSOAPMessage()
                                          throws javax.xml.soap.SOAPException
Throws:
javax.xml.soap.SOAPException

setSOAPMessage

public void setSOAPMessage(javax.xml.soap.SOAPMessage soap)


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.