Uses of Class
com.sun.xml.ws.config.metro.parser.jsr109.DescriptionType

Packages that use DescriptionType
com.sun.xml.ws.config.metro.parser.jsr109   
 

Uses of DescriptionType in com.sun.xml.ws.config.metro.parser.jsr109
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 declared as DescriptionType
protected  DescriptionType DataSourceType.description
           
protected  DescriptionType PortComponentType.description
           
protected  DescriptionType WebserviceDescriptionType.description
           
 

Fields in com.sun.xml.ws.config.metro.parser.jsr109 with type parameters of type DescriptionType
protected  List<DescriptionType> EjbLocalRefType.description
           
protected  List<DescriptionType> EjbRefType.description
           
protected  List<DescriptionType> EnvEntryType.description
           
protected  List<DescriptionType> HandlerType.description
           
protected  List<DescriptionType> ListenerType.description
           
protected  List<DescriptionType> MessageDestinationRefType.description
           
protected  List<DescriptionType> MessageDestinationType.description
           
protected  List<DescriptionType> ParamValueType.description
           
protected  List<DescriptionType> PersistenceContextRefType.description
           
protected  List<DescriptionType> PersistenceUnitRefType.description
           
protected  List<DescriptionType> ResourceEnvRefType.description
           
protected  List<DescriptionType> ResourceRefType.description
           
protected  List<DescriptionType> RunAsType.description
           
protected  List<DescriptionType> SecurityRoleRefType.description
           
protected  List<DescriptionType> SecurityRoleType.description
           
protected  List<DescriptionType> ServiceRefType.description
           
protected  List<DescriptionType> WebservicesType.description
           
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return DescriptionType
 DescriptionType ObjectFactory.createDescriptionType()
          Create an instance of DescriptionType
 DescriptionType DataSourceType.getDescription()
          Gets the value of the description property.
 DescriptionType PortComponentType.getDescription()
          Gets the value of the description property.
 DescriptionType WebserviceDescriptionType.getDescription()
          Gets the value of the description property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 that return types with arguments of type DescriptionType
 List<DescriptionType> EjbLocalRefType.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> HandlerType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ListenerType.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> ParamValueType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> PersistenceContextRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> PersistenceUnitRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ResourceEnvRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ResourceRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> RunAsType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> SecurityRoleRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> SecurityRoleType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> ServiceRefType.getDescription()
          Gets the value of the description property.
 List<DescriptionType> WebservicesType.getDescription()
          Gets the value of the description property.
 

Methods in com.sun.xml.ws.config.metro.parser.jsr109 with parameters of type DescriptionType
 void DataSourceType.setDescription(DescriptionType value)
          Sets the value of the description property.
 void PortComponentType.setDescription(DescriptionType value)
          Sets the value of the description property.
 void WebserviceDescriptionType.setDescription(DescriptionType value)
          Sets the value of the description property.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.