Remove generics from WebServiceMessage

This commit is contained in:
Arjen Poutsma
2010-11-09 10:53:47 +00:00
parent 14d695c2db
commit e376c868c3
7 changed files with 32 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ import org.springframework.ws.soap.SoapVersion;
/**
* @author Arjen Poutsma
*/
public class StroapMessageFactory implements SoapMessageFactory<StroapMessage> {
public class StroapMessageFactory implements SoapMessageFactory {
private final XMLInputFactory inputFactory = createXmlInputFactory();