com.sun.xml.ws.transport.tcp.server
Class TCPServiceChannelWSAdapter.ServiceChannelWSSatellite

java.lang.Object
  extended by org.jvnet.ws.message.BasePropertySet
      extended by org.jvnet.ws.message.BaseDistributedPropertySet
          extended by com.sun.xml.ws.api.DistributedPropertySet
              extended by com.sun.xml.ws.transport.tcp.server.TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
All Implemented Interfaces:
org.jvnet.ws.message.DistributedPropertySet, org.jvnet.ws.message.PropertySet
Enclosing class:
TCPServiceChannelWSAdapter

public static final class TCPServiceChannelWSAdapter.ServiceChannelWSSatellite
extends com.sun.xml.ws.api.DistributedPropertySet


Nested Class Summary
 
Nested classes/interfaces inherited from class org.jvnet.ws.message.BasePropertySet
org.jvnet.ws.message.BasePropertySet.Accessor, org.jvnet.ws.message.BasePropertySet.PropertyMap, org.jvnet.ws.message.BasePropertySet.PropertyMapEntry
 
Nested classes/interfaces inherited from interface org.jvnet.ws.message.PropertySet
org.jvnet.ws.message.PropertySet.Property
 
Method Summary
 WSTCPAdapterRegistry getAdapterRegistry()
           
 ChannelContext getChannelContext()
           
 org.jvnet.ws.message.BasePropertySet.PropertyMap getPropertyMap()
           
 SOAPMessage getSOAPMessage()
           
protected  void setConnectionContext(ChannelContext channelContext)
           
 void setSOAPMessage(SOAPMessage soap)
           
 
Methods inherited from class com.sun.xml.ws.api.DistributedPropertySet
addSatellite, addSatellite, copySatelliteInto, removeSatellite
 
Methods inherited from class org.jvnet.ws.message.BaseDistributedPropertySet
addSatellite, addSatellite, asMapLocal, copySatelliteInto, copySatelliteInto, createEntrySet, createView, get, getSatellite, put, remove, removeSatellite, supports, supportsLocal
 
Methods inherited from class org.jvnet.ws.message.BasePropertySet
asMap, containsKey, createMapView, getPropertyMapEntries, mapAllowsAdditionalProperties, 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
asMap, containsKey, createMapView
 

Method Detail

setConnectionContext

protected void setConnectionContext(ChannelContext channelContext)

getAdapterRegistry

@NotNull
public WSTCPAdapterRegistry getAdapterRegistry()

getChannelContext

public ChannelContext getChannelContext()

getPropertyMap

public org.jvnet.ws.message.BasePropertySet.PropertyMap getPropertyMap()
Specified by:
getPropertyMap in class org.jvnet.ws.message.BasePropertySet

getSOAPMessage

public SOAPMessage getSOAPMessage()
                           throws SOAPException
Throws:
SOAPException

setSOAPMessage

public void setSOAPMessage(SOAPMessage soap)


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