Uses of Class
com.sun.xml.ws.rx.rm.protocol.CloseSequenceData
-
Packages that use CloseSequenceData 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 CloseSequenceData in com.sun.xml.ws.rx.rm.protocol
Methods in com.sun.xml.ws.rx.rm.protocol that return CloseSequenceData Modifier and Type Method Description CloseSequenceDataCloseSequenceData.Builder. build() -
Uses of CloseSequenceData in com.sun.xml.ws.rx.rm.protocol.wsrm200702
Constructors in com.sun.xml.ws.rx.rm.protocol.wsrm200702 with parameters of type CloseSequenceData Constructor Description CloseSequenceElement(CloseSequenceData data) -
Uses of CloseSequenceData in com.sun.xml.ws.rx.rm.runtime
Methods in com.sun.xml.ws.rx.rm.runtime that return CloseSequenceData Modifier and Type Method Description abstract CloseSequenceDataWsrmProtocolHandler. toCloseSequenceData(com.sun.xml.ws.api.message.Packet packet)Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type CloseSequenceData Modifier and Type Method Description abstract com.sun.xml.ws.api.message.PacketWsrmProtocolHandler. toPacket(CloseSequenceData data, com.sun.xml.ws.api.message.Packet requestPacket)
-