org.ow2.petals.binding.soap
Class Constants.ServiceUnit

java.lang.Object
  extended by org.ow2.petals.binding.soap.Constants.ServiceUnit
Enclosing class:
Constants

public static class Constants.ServiceUnit
extends Object

Service Unit related constants

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
static class Constants.ServiceUnit.AVAILABLE_TRANSPORT
           
static class Constants.ServiceUnit.COMPATIBILITY
           
static class Constants.ServiceUnit.HTTPS
           
static class Constants.ServiceUnit.MODE
           
static class Constants.ServiceUnit.WSA
           
 
Field Summary
static String ADDRESS
          Deprecated. 
static String BASIC_AUTH_PASSWORD
          Basic authentication password
static String BASIC_AUTH_USERNAME
          Basic authentication username
static String CHUNKED_MODE
           
static String CLEANUP_TRANSPORT
           
static String COMPATIBILITY
          The webservice stack to be compatible
static String DEFAULT_MODE
           
static String DEFAULT_TRANSPORT
           
static String ENABLE_HTTP_TRANSPORT
          Name of the extension containing the flag enabling the HTTP transport layer to use to send or receive SOAP messages.
static String ENABLE_HTTPS_TRANSPORT
          Name of the extension containing the flag enabling the HTTPS transport layer to use to send or receive SOAP messages.
static String ENABLE_JMS_TRANSPORT
          Name of the extension containing the flag enabling the JMS transport layer to use to send or receive SOAP messages.
static String FORCE_SOAP_ACTION
           
static String HEADERS_FILTER
           
static String HEADERS_TO_INJECT
           
static String HTTP_SERVICES_REDIRECTION
           
static String INJECT_HEADERS
           
static String MODE
           
static String MODULES
          The modules to be used as CSV.
static String POLICY_PATH
          The policy path is relative to the service unit root path.
static String PROXY_DOMAIN
           
static String PROXY_HOST
           
static String PROXY_PASSWORD
           
static String PROXY_PORT
           
static String PROXY_USER
           
static String QNAME
          A QName as string.
static String REST_ADD_NS_PREFIX
           
static String REST_ADD_NS_URI
           
static String REST_HTTP_METHOD
          The HTTP method to be used for outgoing calls (Possible values are GET, POST, PUT, DELETE).
static String REST_REMOVE_NS_PREFIX_RESP
           
static String SERVICE_NAME
          The service name which will be used for Web Service creation and for Web Service exposition.
static String SERVICE_PARAMETERS
          The service parameters, used to configure service.
static String SOAP_ACTION
           
static String SOAP_VERSION
          The soap version of the outgoing message.
static String TIMEOUT
          Timeout for synchronous request
static String WSA_USE
          Use the WSA fields from the message exchange
 
Constructor Summary
Constants.ServiceUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WSA_USE

public static final String WSA_USE
Use the WSA fields from the message exchange

See Also:
Constant Field Values

SOAP_ACTION

public static final String SOAP_ACTION
See Also:
Constant Field Values

FORCE_SOAP_ACTION

public static final String FORCE_SOAP_ACTION
See Also:
Constant Field Values

SERVICE_NAME

public static final String SERVICE_NAME
The service name which will be used for Web Service creation and for Web Service exposition.

See Also:
Constant Field Values

ADDRESS

@Deprecated
public static final String ADDRESS
Deprecated. 
The address.

See Also:
Constant Field Values

MODE

public static final String MODE
See Also:
Constant Field Values

MODULES

public static final String MODULES
The modules to be used as CSV. The Addressing module is always included by default.

See Also:
Constant Field Values

SERVICE_PARAMETERS

public static final String SERVICE_PARAMETERS
The service parameters, used to configure service.

See Also:
Constant Field Values

SOAP_VERSION

public static final String SOAP_VERSION
The soap version of the outgoing message. Default is 1.1.

See Also:
Constant Field Values

CLEANUP_TRANSPORT

public static final String CLEANUP_TRANSPORT
See Also:
Constant Field Values

CHUNKED_MODE

public static final String CHUNKED_MODE
See Also:
Constant Field Values

PROXY_HOST

public static final String PROXY_HOST
See Also:
Constant Field Values

PROXY_PORT

public static final String PROXY_PORT
See Also:
Constant Field Values

PROXY_USER

public static final String PROXY_USER
See Also:
Constant Field Values

PROXY_PASSWORD

public static final String PROXY_PASSWORD
See Also:
Constant Field Values

PROXY_DOMAIN

public static final String PROXY_DOMAIN
See Also:
Constant Field Values

BASIC_AUTH_USERNAME

public static final String BASIC_AUTH_USERNAME
Basic authentication username

See Also:
Constant Field Values

BASIC_AUTH_PASSWORD

public static final String BASIC_AUTH_PASSWORD
Basic authentication password

See Also:
Constant Field Values

REST_HTTP_METHOD

public static final String REST_HTTP_METHOD
The HTTP method to be used for outgoing calls (Possible values are GET, POST, PUT, DELETE).

See Also:
Constant Field Values

REST_ADD_NS_URI

public static final String REST_ADD_NS_URI
See Also:
Constant Field Values

REST_ADD_NS_PREFIX

public static final String REST_ADD_NS_PREFIX
See Also:
Constant Field Values

REST_REMOVE_NS_PREFIX_RESP

public static final String REST_REMOVE_NS_PREFIX_RESP
See Also:
Constant Field Values

HEADERS_FILTER

public static final String HEADERS_FILTER
See Also:
Constant Field Values

INJECT_HEADERS

public static final String INJECT_HEADERS
See Also:
Constant Field Values

HEADERS_TO_INJECT

public static final String HEADERS_TO_INJECT
See Also:
Constant Field Values

COMPATIBILITY

public static final String COMPATIBILITY
The webservice stack to be compatible

See Also:
Constant Field Values

QNAME

public static final String QNAME
A QName as string.

See Also:
Constant Field Values

TIMEOUT

public static final String TIMEOUT
Timeout for synchronous request

See Also:
Constant Field Values

DEFAULT_MODE

public static final String DEFAULT_MODE
See Also:
Constant Field Values

DEFAULT_TRANSPORT

public static final String DEFAULT_TRANSPORT
See Also:
Constant Field Values

HTTP_SERVICES_REDIRECTION

public static final String HTTP_SERVICES_REDIRECTION
See Also:
Constant Field Values

POLICY_PATH

public static final String POLICY_PATH
The policy path is relative to the service unit root path.

See Also:
Constant Field Values

ENABLE_HTTPS_TRANSPORT

public static final String ENABLE_HTTPS_TRANSPORT
Name of the extension containing the flag enabling the HTTPS transport layer to use to send or receive SOAP messages.

See Also:
Constant Field Values

ENABLE_HTTP_TRANSPORT

public static final String ENABLE_HTTP_TRANSPORT
Name of the extension containing the flag enabling the HTTP transport layer to use to send or receive SOAP messages.

See Also:
Constant Field Values

ENABLE_JMS_TRANSPORT

public static final String ENABLE_JMS_TRANSPORT
Name of the extension containing the flag enabling the JMS transport layer to use to send or receive SOAP messages.

See Also:
Constant Field Values
Constructor Detail

Constants.ServiceUnit

public Constants.ServiceUnit()


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.