Uses of Class
com.sun.xml.ws.api.databinding.SoapBodyStyle

Packages that use SoapBodyStyle
com.sun.xml.ws.api.databinding   
 

Uses of SoapBodyStyle in com.sun.xml.ws.api.databinding
 

Fields in com.sun.xml.ws.api.databinding declared as SoapBodyStyle
protected  SoapBodyStyle MappingInfo.soapBodyStyle
           
 

Methods in com.sun.xml.ws.api.databinding that return SoapBodyStyle
 SoapBodyStyle MappingInfo.getSoapBodyStyle()
           
static SoapBodyStyle SoapBodyStyle.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SoapBodyStyle[] SoapBodyStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.xml.ws.api.databinding with parameters of type SoapBodyStyle
 void MappingInfo.setSoapBodyStyle(SoapBodyStyle soapBodyStyle)
           
 



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