Uses of Class
org.apache.cxf.jaxws.handler.types.DescriptionType

Packages that use DescriptionType
org.apache.cxf.jaxws.handler.types Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of DescriptionType in org.apache.cxf.jaxws.handler.types
 

Fields in org.apache.cxf.jaxws.handler.types with type parameters of type DescriptionType
protected  List<DescriptionType> PortComponentHandlerType.description
           
protected  List<DescriptionType> ParamValueType.description
           
 

Methods in org.apache.cxf.jaxws.handler.types that return types with arguments of type DescriptionType
 List<DescriptionType> PortComponentHandlerType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ParamValueType.getDescription()
          Gets the value of the description property.
 



Apache CXF