Spring Web Services Framework

org.springframework.ws
Class MockWebServiceMessageFactory

java.lang.Object
  extended by org.springframework.ws.MockWebServiceMessageFactory
All Implemented Interfaces:
org.springframework.ws.WebServiceMessageFactory

public class MockWebServiceMessageFactory
extends Object
implements org.springframework.ws.WebServiceMessageFactory


Constructor Summary
MockWebServiceMessageFactory()
           
 
Method Summary
 org.springframework.ws.WebServiceMessage createWebServiceMessage()
           
 org.springframework.ws.WebServiceMessage createWebServiceMessage(InputStream inputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockWebServiceMessageFactory

public MockWebServiceMessageFactory()
Method Detail

createWebServiceMessage

public org.springframework.ws.WebServiceMessage createWebServiceMessage()
Specified by:
createWebServiceMessage in interface org.springframework.ws.WebServiceMessageFactory

createWebServiceMessage

public org.springframework.ws.WebServiceMessage createWebServiceMessage(InputStream inputStream)
                                                                 throws IOException
Specified by:
createWebServiceMessage in interface org.springframework.ws.WebServiceMessageFactory
Throws:
IOException

Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.