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 java.lang.Object

Service Unit related constants

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
static class Constants.ServiceUnit.AVAILABLE_TRANSPORT
           
static class Constants.ServiceUnit.MODE
           
static class Constants.ServiceUnit.WSA
           
 
Field Summary
static java.lang.String ADD_ROOT
          Add a root element on outgoing soap messages.
static java.lang.String ADDRESS
          Deprecated. 
static java.lang.String BASIC_AUTH_PASSWORD
          Basic authentication password
static java.lang.String BASIC_AUTH_USERNAME
          Basic authentication username
static java.lang.String CHUNKED_MODE
           
static java.lang.String CLEANUP_TRANSPORT
           
static java.lang.String DEFAULT_MODE
           
static java.lang.String DEFAULT_TRANSPORT
           
static java.lang.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 java.lang.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 java.lang.String HEADERS_FILTER
           
static java.lang.String INJECT_HEADERS
           
static java.lang.String MODE
           
static java.lang.String MODULES
          The modules to be used as CSV.
static java.lang.String POLICY_PATH
          The policy path is relative to the service unit root path.
static java.lang.String PROXY_DOMAIN
           
static java.lang.String PROXY_HOST
           
static java.lang.String PROXY_PASSWORD
           
static java.lang.String PROXY_PORT
           
static java.lang.String PROXY_USER
           
static java.lang.String QNAME
          A QName as string.
static java.lang.String REMOVE_ROOT
          Remove the root element from incoming soap messages before building the normalized message.
static java.lang.String REST_ADD_NS_PREFIX
           
static java.lang.String REST_ADD_NS_URI
           
static java.lang.String REST_HTTP_METHOD
          The HTTP method to be used for outgoing calls (Possible values are GET, POST, PUT, DELETE).
static java.lang.String REST_REMOVE_NS_PREFIX_RESP
           
static java.lang.String SERVICE_NAME
          The service name which will be used for Web Service creation and for Web Service exposition.
static java.lang.String SERVICE_PARAMETERS
          The service parameters, used to configure service.
static java.lang.String SOAP_ACTION
           
static java.lang.String SOAP_VERSION
          The soap version of the outgoing message.
static java.lang.String TIMEOUT
          Timeout for synchronous request
static java.lang.String TOPIC_NAME
          The topic name which will be used to create the topic...
static java.lang.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 java.lang.String WSA_USE
Use the WSA fields from the message exchange

See Also:
Constant Field Values

SOAP_ACTION

public static final java.lang.String SOAP_ACTION
See Also:
Constant Field Values

SERVICE_NAME

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

See Also:
Constant Field Values

TOPIC_NAME

public static final java.lang.String TOPIC_NAME
The topic name which will be used to create the topic...

See Also:
Constant Field Values

ADDRESS

@Deprecated
public static final java.lang.String ADDRESS
Deprecated. 
See Also:
Constant Field Values

MODE

public static final java.lang.String MODE
See Also:
Constant Field Values

MODULES

public static final java.lang.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 java.lang.String SERVICE_PARAMETERS
The service parameters, used to configure service.

See Also:
Constant Field Values

SOAP_VERSION

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

See Also:
Constant Field Values

CLEANUP_TRANSPORT

public static final java.lang.String CLEANUP_TRANSPORT
See Also:
Constant Field Values

CHUNKED_MODE

public static final java.lang.String CHUNKED_MODE
See Also:
Constant Field Values

PROXY_HOST

public static final java.lang.String PROXY_HOST
See Also:
Constant Field Values

PROXY_PORT

public static final java.lang.String PROXY_PORT
See Also:
Constant Field Values

PROXY_USER

public static final java.lang.String PROXY_USER
See Also:
Constant Field Values

PROXY_PASSWORD

public static final java.lang.String PROXY_PASSWORD
See Also:
Constant Field Values

PROXY_DOMAIN

public static final java.lang.String PROXY_DOMAIN
See Also:
Constant Field Values

BASIC_AUTH_USERNAME

public static final java.lang.String BASIC_AUTH_USERNAME
Basic authentication username

See Also:
Constant Field Values

BASIC_AUTH_PASSWORD

public static final java.lang.String BASIC_AUTH_PASSWORD
Basic authentication password

See Also:
Constant Field Values

ADD_ROOT

public static final java.lang.String ADD_ROOT
Add a root element on outgoing soap messages.

See Also:
Constant Field Values

REMOVE_ROOT

public static final java.lang.String REMOVE_ROOT
Remove the root element from incoming soap messages before building the normalized message.

See Also:
Constant Field Values

REST_HTTP_METHOD

public static final java.lang.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 java.lang.String REST_ADD_NS_URI
See Also:
Constant Field Values

REST_ADD_NS_PREFIX

public static final java.lang.String REST_ADD_NS_PREFIX
See Also:
Constant Field Values

REST_REMOVE_NS_PREFIX_RESP

public static final java.lang.String REST_REMOVE_NS_PREFIX_RESP
See Also:
Constant Field Values

HEADERS_FILTER

public static final java.lang.String HEADERS_FILTER
See Also:
Constant Field Values

INJECT_HEADERS

public static final java.lang.String INJECT_HEADERS
See Also:
Constant Field Values

QNAME

public static final java.lang.String QNAME
A QName as string.

See Also:
Constant Field Values

TIMEOUT

public static final java.lang.String TIMEOUT
Timeout for synchronous request

See Also:
Constant Field Values

DEFAULT_MODE

public static final java.lang.String DEFAULT_MODE
See Also:
Constant Field Values

DEFAULT_TRANSPORT

public static final java.lang.String DEFAULT_TRANSPORT
See Also:
Constant Field Values

POLICY_PATH

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

See Also:
Constant Field Values

ENABLE_HTTP_TRANSPORT

public static final java.lang.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 java.lang.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-2010 OW2 Consortium. All Rights Reserved.