Uses of Class
org.apache.cxf.ws.rm.v200502.CreateSequenceResponseType
-
Packages that use CreateSequenceResponseType Package Description org.apache.cxf.ws.rm org.apache.cxf.ws.rm.v200502 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. convert200502(CreateSequenceResponseType internal)
Convert wsrm:CreateSequenceResponseType to 200502 version with 200408 WS-Addressing namespace.Methods in org.apache.cxf.ws.rm with parameters of type CreateSequenceResponseType Modifier and Type Method Description static CreateSequenceResponseType
VersionTransformer. convert(CreateSequenceResponseType exposed)
Convert 200502 wsrm:CreateSequenceResponseType with 200408 WS-Addressing namespace to internal form. -
Uses of CreateSequenceResponseType in org.apache.cxf.ws.rm.v200502
Methods in org.apache.cxf.ws.rm.v200502 that return CreateSequenceResponseType Modifier and Type Method Description CreateSequenceResponseType
ObjectFactory. createCreateSequenceResponseType()
Create an instance ofCreateSequenceResponseType
Methods in org.apache.cxf.ws.rm.v200502 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.v200502 with parameters of type CreateSequenceResponseType Modifier and Type Method Description JAXBElement<CreateSequenceResponseType>
ObjectFactory. createCreateSequenceResponse(CreateSequenceResponseType value)
-