Uses of Class
com.sun.xml.ws.rx.rm.protocol.CloseSequenceResponseData
-
Packages that use CloseSequenceResponseData Package Description com.sun.xml.ws.rx.rm.protocol com.sun.xml.ws.rx.rm.protocol.wsrm200702 com.sun.xml.ws.rx.rm.runtime -
-
Uses of CloseSequenceResponseData in com.sun.xml.ws.rx.rm.protocol
Methods in com.sun.xml.ws.rx.rm.protocol that return CloseSequenceResponseData Modifier and Type Method Description CloseSequenceResponseDataCloseSequenceResponseData.Builder. build() -
Uses of CloseSequenceResponseData in com.sun.xml.ws.rx.rm.protocol.wsrm200702
Constructors in com.sun.xml.ws.rx.rm.protocol.wsrm200702 with parameters of type CloseSequenceResponseData Constructor Description CloseSequenceResponseElement(CloseSequenceResponseData data) -
Uses of CloseSequenceResponseData in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime that return CloseSequenceResponseData Modifier and Type Method Description abstract CloseSequenceResponseDataWsrmProtocolHandler. toCloseSequenceResponseData(com.sun.xml.ws.api.message.Packet packet)Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type CloseSequenceResponseData Modifier and Type Method Description abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler. toPacket(CloseSequenceResponseData data, com.sun.xml.ws.api.message.Packet requestPacket, boolean clientSideResponse)
-