Uses of Class
com.sun.xml.ws.api.databinding.SoapBodyStyle
-
Packages that use SoapBodyStyle Package Description 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 Modifier and Type Field Description protected SoapBodyStyleMappingInfo. soapBodyStyleMethods in com.sun.xml.ws.api.databinding that return SoapBodyStyle Modifier and Type Method Description SoapBodyStyleMappingInfo. getSoapBodyStyle()static SoapBodyStyleSoapBodyStyle. 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 Modifier and Type Method Description voidMappingInfo. setSoapBodyStyle(SoapBodyStyle soapBodyStyle)
-