Uses of Class
org.w3._2003._05.soap_envelope.SupportedEnvType

Packages that use SupportedEnvType
org.w3._2003._05.soap_envelope   
 

Uses of SupportedEnvType in org.w3._2003._05.soap_envelope
 

Fields in org.w3._2003._05.soap_envelope with type parameters of type SupportedEnvType
protected  List<SupportedEnvType> UpgradeType.supportedEnvelope
           
 

Methods in org.w3._2003._05.soap_envelope that return SupportedEnvType
 SupportedEnvType ObjectFactory.createSupportedEnvType()
          Create an instance of SupportedEnvType
 SupportedEnvType SupportedEnvType.withQname(QName value)
           
 

Methods in org.w3._2003._05.soap_envelope that return types with arguments of type SupportedEnvType
 List<SupportedEnvType> UpgradeType.getSupportedEnvelope()
          Gets the value of the supportedEnvelope property.
 

Methods in org.w3._2003._05.soap_envelope with parameters of type SupportedEnvType
 UpgradeType UpgradeType.withSupportedEnvelope(SupportedEnvType... values)
           
 

Method parameters in org.w3._2003._05.soap_envelope with type arguments of type SupportedEnvType
 UpgradeType UpgradeType.withSupportedEnvelope(Collection<SupportedEnvType> values)
           
 



Apache Camel