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

java.lang.Object
  extended by org.jvnet.ws.message.PropertySet
      extended by com.sun.xml.ws.api.PropertySet
          extended by com.sun.xml.ws.rx.mc.dev.AdditionalResponses

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 org.jvnet.ws.message.PropertySet
org.jvnet.ws.message.PropertySet.Accessor, org.jvnet.ws.message.PropertySet.Property, org.jvnet.ws.message.PropertySet.PropertyMap
 
Field Summary
static String ADDITIONAL_RESPONSE_QUEUE
           
 
Constructor Summary
AdditionalResponses()
           
 
Method Summary
 Queue<com.sun.xml.ws.api.message.Packet> getAdditionalResponsePacketQueue()
           
static org.jvnet.ws.message.PropertySet.PropertyMap getMODEL()
           
protected  org.jvnet.ws.message.PropertySet.PropertyMap getPropertyMap()
           
 
Methods inherited from class org.jvnet.ws.message.PropertySet
containsKey, createMapView, get, parse, put, remove, supports
 
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 org.jvnet.ws.message.PropertySet.PropertyMap getMODEL()

getAdditionalResponsePacketQueue

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

getPropertyMap

protected org.jvnet.ws.message.PropertySet.PropertyMap getPropertyMap()
Specified by:
getPropertyMap in class org.jvnet.ws.message.PropertySet


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