com.sun.xml.ws.rx.mc.dev
Class AdditionalResponses

java.lang.Object
  extended by com.oracle.webservices.api.message.BasePropertySet
      extended by com.sun.xml.ws.api.PropertySet
          extended by com.sun.xml.ws.rx.mc.dev.AdditionalResponses
All Implemented Interfaces:
com.oracle.webservices.api.message.PropertySet

public final class AdditionalResponses
extends com.sun.xml.ws.api.PropertySet

Author:
Marek Potociar (marek.potociar at sun.com)

Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.ws.api.PropertySet
com.sun.xml.ws.api.PropertySet.PropertyMap
 
Nested classes/interfaces inherited from class com.oracle.webservices.api.message.BasePropertySet
com.oracle.webservices.api.message.BasePropertySet.Accessor, com.oracle.webservices.api.message.BasePropertySet.PropertyMapEntry
 
Nested classes/interfaces inherited from interface com.oracle.webservices.api.message.PropertySet
com.oracle.webservices.api.message.PropertySet.Property
 
Field Summary
static String ADDITIONAL_RESPONSE_QUEUE
           
 
Constructor Summary
AdditionalResponses()
           
 
Method Summary
 Queue<com.sun.xml.ws.api.message.Packet> getAdditionalResponsePacketQueue()
           
static com.sun.xml.ws.api.PropertySet.PropertyMap getMODEL()
           
protected  com.sun.xml.ws.api.PropertySet.PropertyMap getPropertyMap()
           
 
Methods inherited from class com.sun.xml.ws.api.PropertySet
createEntrySet, get, parse, put, remove, supports
 
Methods inherited from class com.oracle.webservices.api.message.BasePropertySet
asMap, containsKey, createMapView, createView, mapAllowsAdditionalProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADDITIONAL_RESPONSE_QUEUE

public static final String ADDITIONAL_RESPONSE_QUEUE
See Also:
Constant Field Values
Constructor Detail

AdditionalResponses

public AdditionalResponses()
Method Detail

getMODEL

public static com.sun.xml.ws.api.PropertySet.PropertyMap getMODEL()

getAdditionalResponsePacketQueue

@NotNull
public Queue<com.sun.xml.ws.api.message.Packet> getAdditionalResponsePacketQueue()

getPropertyMap

protected com.sun.xml.ws.api.PropertySet.PropertyMap getPropertyMap()
Overrides:
getPropertyMap in class com.sun.xml.ws.api.PropertySet


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