Fixed various MTOM issues.

This commit is contained in:
Arjen Poutsma
2007-06-06 02:41:49 +00:00
parent 3b06729ec5
commit 4f843e76a9
24 changed files with 371 additions and 134 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.util.StringUtils;
import org.springframework.ws.context.MessageContext;
import org.springframework.ws.server.EndpointMapping;
import org.springframework.ws.server.endpoint.annotation.PayloadRoot;
import org.springframework.ws.server.endpoint.mapping.support.PayloadRootUtils;
import org.springframework.ws.server.endpoint.support.PayloadRootUtils;
/**
* Implementation of the {@link EndpointMapping} interface that uses the {@link PayloadRoot} annotation to map methods