Spring Web Services Framework

Constant Field Values


Contents
org.springframework.*

org.springframework.oxm.AbstractMarshallerTestCase
protected static final String EXPECTED_STRING "<tns:flights xmlns:tns=\"http://samples.springframework.org/flight\"><tns:flight><tns:number>42</tns:number></tns:flight></tns:flights>"

org.springframework.oxm.AbstractUnmarshallerTestCase
protected static final String INPUT_STRING "<tns:flights xmlns:tns=\"http://samples.springframework.org/flight\"><tns:flight><tns:number>42</tns:number></tns:flight></tns:flights>"

org.springframework.oxm.xstream.XStreamUnmarshallerTest
protected static final String INPUT_STRING "<flight><flightNumber>42</flightNumber></flight>"

org.springframework.ws.pox.dom.DomPoxMessageTest
public static final String NAMESPACE "http://www.springframework.org/spring-ws"

org.springframework.ws.server.endpoint.AbstractEndpointTestCase
protected static final String NAMESPACE_URI "http://springframework.org/ws"
protected static final String REQUEST "<request xmlns=\"http://springframework.org/ws\"/>"
protected static final String REQUEST_ELEMENT "request"
protected static final String RESPONSE "<response xmlns=\"http://springframework.org/ws\"/>"
protected static final String RESPONSE_ELEMENT "response"

org.springframework.ws.soap.AbstractSoapHeaderTestCase
protected static final String NAMESPACE "http://www.springframework.org"
protected static final String PREFIX "spring"

org.springframework.xml.stream.StaxEventXmlReaderTest
public static final String CONTENT "<root xmlns=\'http://springframework.org/spring-ws\'><child/></root>"

org.springframework.xml.stream.StaxStreamXmlReaderTest
public static final String CONTENT "<root xmlns=\'http://springframework.org/spring-ws\'><child/></root>"


Spring Web Services Framework

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