Package com.sun.xml.ws.rx.mc.dev
Class AdditionalResponses
- java.lang.Object
-
- com.oracle.webservices.api.message.BasePropertySet
-
- com.sun.xml.ws.api.PropertySet
-
- 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
-
-
Field Summary
Fields Modifier and Type Field Description static StringADDITIONAL_RESPONSE_QUEUE
-
Constructor Summary
Constructors Constructor Description AdditionalResponses()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Queue<com.sun.xml.ws.api.message.Packet>getAdditionalResponsePacketQueue()static com.sun.xml.ws.api.PropertySet.PropertyMapgetMODEL()protected com.sun.xml.ws.api.PropertySet.PropertyMapgetPropertyMap()-
Methods inherited from class com.sun.xml.ws.api.PropertySet
createEntrySet, get, parse, put, remove, supports
-
-
-
-
Field Detail
-
ADDITIONAL_RESPONSE_QUEUE
public static final String ADDITIONAL_RESPONSE_QUEUE
- See Also:
- Constant Field Values
-
-
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()
- Specified by:
getPropertyMapin classcom.sun.xml.ws.api.PropertySet
-
-