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(Packet packet)Methods in com.sun.xml.ws.rx.rm.runtime with parameters of type CloseSequenceData Modifier and Type Method Description abstract PacketWsrmProtocolHandler. toPacket(CloseSequenceData data, Packet requestPacket)
-