Spring Web Services Framework

org.springframework.ws.transport.xmpp
Interface XmppTransportConstants

All Superinterfaces:
TransportConstants

public interface XmppTransportConstants
extends TransportConstants

Declares XMPP-specific transport constants.

Since:
2.0
Author:
Arjen Poutsma

Field Summary
static String XMPP_URI_SCHEME
          The "xmpp" URI scheme.
 
Fields inherited from interface org.springframework.ws.transport.TransportConstants
EMPTY_SOAP_ACTION, HEADER_ACCEPT, HEADER_ACCEPT_ENCODING, HEADER_CONTENT_ID, HEADER_CONTENT_LENGTH, HEADER_CONTENT_TRANSFER_ENCODING, HEADER_CONTENT_TYPE, HEADER_SOAP_ACTION, PARAMETER_ACTION
 

Field Detail

XMPP_URI_SCHEME

static final String XMPP_URI_SCHEME
The "xmpp" URI scheme.

See Also:
Constant Field Values

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.