Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.DescriptionType

Packages that use DescriptionType
org.apache.cxf.jaxws.javaee   
 

Uses of DescriptionType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as DescriptionType
protected  DescriptionType PortComponentType.description
           
protected  DescriptionType WebserviceDescriptionType.description
           
 

Fields in org.apache.cxf.jaxws.javaee with type parameters of type DescriptionType
protected  List<DescriptionType> WebservicesType.description
           
protected  List<DescriptionType> ParamValueType.description
           
protected  List<DescriptionType> SecurityRoleType.description
           
protected  List<DescriptionType> MessageDestinationRefType.description
           
protected  List<DescriptionType> MessageDestinationType.description
           
protected  List<DescriptionType> PersistenceUnitRefType.description
           
protected  List<DescriptionType> ServiceRefHandlerType.description
           
protected  List<DescriptionType> RunAsType.description
           
protected  List<DescriptionType> EjbRefType.description
           
protected  List<DescriptionType> EnvEntryType.description
           
protected  List<DescriptionType> EjbLocalRefType.description
           
protected  List<DescriptionType> ResourceEnvRefType.description
           
protected  List<DescriptionType> PersistenceContextRefType.description
           
protected  List<DescriptionType> SecurityRoleRefType.description
           
protected  List<DescriptionType> ListenerType.description
           
protected  List<DescriptionType> PortComponentHandlerType.description
           
protected  List<DescriptionType> ServiceRefType.description
           
protected  List<DescriptionType> ResourceRefType.description
           
 

Methods in org.apache.cxf.jaxws.javaee that return DescriptionType
 DescriptionType ObjectFactory.createDescriptionType()
          Create an instance of DescriptionType
 DescriptionType PortComponentType.getDescription()
          Gets the value of the description property.
 DescriptionType WebserviceDescriptionType.getDescription()
          Gets the value of the description property.
 

Methods in org.apache.cxf.jaxws.javaee that return types with arguments of type DescriptionType
 List<DescriptionType> WebservicesType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ParamValueType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> SecurityRoleType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> MessageDestinationRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> MessageDestinationType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> PersistenceUnitRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ServiceRefHandlerType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> RunAsType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> EjbRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> EnvEntryType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> EjbLocalRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ResourceEnvRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> PersistenceContextRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> SecurityRoleRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ListenerType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> PortComponentHandlerType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ServiceRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ResourceRefType.getDescription()
          Gets the value of the description property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type DescriptionType
 void PortComponentType.setDescription(DescriptionType value)
          Sets the value of the description property.
 void WebserviceDescriptionType.setDescription(DescriptionType value)
          Sets the value of the description property.
 


Apache CXF API

Apache CXF