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