if (soapBinding.use() == SOAPBinding.Use.ENCODED)
throw new UnsupportedOperationException(L.l("SOAP encoded style is not supported by JAX-WS"));
if (soapBinding.style() == SOAPBinding.Style.DOCUMENT) {
if (soapBinding.parameterStyle() == SOAPBinding.ParameterStyle.WRAPPED)
return new DocumentWrappedAction(method, eiMethod,
jaxbContext, targetNamespace, wsdl,
marshaller, unmarshaller);
else {
return new DocumentBareAction(method, eiMethod,