org.codehaus.xfire.soap
Class SoapConstants
java.lang.Object
org.codehaus.xfire.soap.SoapConstants
public class SoapConstants
- extends java.lang.Object
SOAP constants from the specs.
- Since:
- Feb 18, 2004
- Author:
- Dan Diephouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STYLE_RPC
public static final java.lang.String STYLE_RPC
- Document styles.
- See Also:
- Constant Field Values
STYLE_DOCUMENT
public static final java.lang.String STYLE_DOCUMENT
- See Also:
- Constant Field Values
STYLE_WRAPPED
public static final java.lang.String STYLE_WRAPPED
- See Also:
- Constant Field Values
STYLE_MESSAGE
public static final java.lang.String STYLE_MESSAGE
- See Also:
- Constant Field Values
USE_LITERAL
public static final java.lang.String USE_LITERAL
- See Also:
- Constant Field Values
USE_ENCODED
public static final java.lang.String USE_ENCODED
- See Also:
- Constant Field Values
XSD
public static final java.lang.String XSD
- XML Schema Namespace.
- See Also:
- Constant Field Values
SoapConstants
public SoapConstants()
Copyright © 2004-2005 Codehaus. All Rights Reserved.