Uses of Class
org.apache.cxf.ws.rm.v200502.AcceptType
-
Packages that use AcceptType 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 AcceptType in org.apache.cxf.ws.rm
Methods in org.apache.cxf.ws.rm with parameters of type AcceptType Modifier and Type Method Description static AcceptType
VersionTransformer. convert(AcceptType exposed)
Convert 200502 AcceptType with 200408 WS-Addressing namespace to internal form. -
Uses of AcceptType in org.apache.cxf.ws.rm.v200502
Fields in org.apache.cxf.ws.rm.v200502 declared as AcceptType Modifier and Type Field Description protected AcceptType
CreateSequenceResponseType. accept
Methods in org.apache.cxf.ws.rm.v200502 that return AcceptType Modifier and Type Method Description AcceptType
ObjectFactory. createAcceptType()
Create an instance ofAcceptType
AcceptType
CreateSequenceResponseType. getAccept()
Gets the value of the accept property.Methods in org.apache.cxf.ws.rm.v200502 with parameters of type AcceptType Modifier and Type Method Description void
CreateSequenceResponseType. setAccept(AcceptType value)
Sets the value of the accept property.
-