Uses of Class
org.apache.cxf.ws.rm.v200702.CreateSequenceResponseType
-
Packages that use CreateSequenceResponseType Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200702 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of CreateSequenceResponseType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm that return CreateSequenceResponseType Modifier and Type Method Description static CreateSequenceResponseType
VersionTransformer. convert(CreateSequenceResponseType exposed)
Convert 200502 wsrm:CreateSequenceResponseType with 200408 WS-Addressing namespace to internal form.static CreateSequenceResponseType
VersionTransformer. convert(CreateSequenceResponseType exposed)
Convert 200502 wsrm:CreateSequenceResponseType with 200508 WS-Addressing namespace to internal form.abstract CreateSequenceResponseType
EncoderDecoder. convertReceivedCreateSequenceResponse(Object create)
Convert a received CreateSequenceResponse message to internal form.CreateSequenceResponseType
EncoderDecoder10AImpl. convertReceivedCreateSequenceResponse(Object response)
CreateSequenceResponseType
EncoderDecoder10Impl. convertReceivedCreateSequenceResponse(Object response)
CreateSequenceResponseType
EncoderDecoder11Impl. convertReceivedCreateSequenceResponse(Object create)
CreateSequenceResponseType
Proxy. createSequence(org.apache.cxf.ws.addressing.EndpointReferenceType defaultAcksTo, org.apache.cxf.ws.addressing.RelatesToType relatesTo, boolean isServer, ProtocolVariation protocol, org.apache.cxf.message.Exchange exchange, Map<String,Object> context)
Methods in org.apache.cxf.ws.rm with parameters of type CreateSequenceResponseType Modifier and Type Method Description static CreateSequenceResponseType
VersionTransformer. convert200502(CreateSequenceResponseType internal)
Convert wsrm:CreateSequenceResponseType to 200502 version with 200408 WS-Addressing namespace.static CreateSequenceResponseType
VersionTransformer. convert200502wsa15(CreateSequenceResponseType internal)
Convert wsrm:CreateSequenceResponseType to 200502 version with 200508 WS-Addressing namespace.abstract Object
EncoderDecoder. convertToSend(CreateSequenceResponseType create)
Convert a CreateSequenceResponse message to the correct format for transmission.Object
EncoderDecoder10AImpl. convertToSend(CreateSequenceResponseType create)
Object
EncoderDecoder10Impl. convertToSend(CreateSequenceResponseType create)
Object
EncoderDecoder11Impl. convertToSend(CreateSequenceResponseType create)
void
Servant. createSequenceResponse(CreateSequenceResponseType createResponse, ProtocolVariation protocol)
-
Uses of CreateSequenceResponseType in org.apache.cxf.ws.rm.v200702
Methods in org.apache.cxf.ws.rm.v200702 that return CreateSequenceResponseType Modifier and Type Method Description CreateSequenceResponseType
ObjectFactory. createCreateSequenceResponseType()
Create an instance ofCreateSequenceResponseType
Methods in org.apache.cxf.ws.rm.v200702 that return types with arguments of type CreateSequenceResponseType Modifier and Type Method Description JAXBElement<CreateSequenceResponseType>
ObjectFactory. createCreateSequenceResponse(CreateSequenceResponseType value)
Methods in org.apache.cxf.ws.rm.v200702 with parameters of type CreateSequenceResponseType Modifier and Type Method Description JAXBElement<CreateSequenceResponseType>
ObjectFactory. createCreateSequenceResponse(CreateSequenceResponseType value)
-