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

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

public static class SoapConstants.ServiceUnit
extends java.lang.Object

Service Unit related constants

Author:
Christophe HAMERLING - eBM WebSourcing

Nested Class Summary
static class SoapConstants.ServiceUnit.AVAILABLE_TRANSPORT
           
static class SoapConstants.ServiceUnit.COMPATIBILITY
           
static class SoapConstants.ServiceUnit.HTTPS
           
static class SoapConstants.ServiceUnit.WSA
           
 
Field Summary
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 COMPATIBILITY
          The webservice stack to be compatible
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_HTTPS_TRANSPORT
          Name of the extension containing the flag enabling the HTTPS 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 ENABLE_WSA
          Name of the extension containing the flag enabling the WSA-Addressing
static java.lang.String HEADERS_FILTER
           
static java.lang.String HEADERS_TO_INJECT
           
static java.lang.String HTTP_SERVICES_REDIRECTION
           
static java.lang.String INJECT_HEADERS
           
static java.lang.String MODULES
          The modules to be used as CSV.
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 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.
 
Constructor Summary
SoapConstants.ServiceUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

ADDRESS

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

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

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

HEADERS_TO_INJECT

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

COMPATIBILITY

public static final java.lang.String COMPATIBILITY
The webservice stack to be compatible

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

HTTP_SERVICES_REDIRECTION

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

ENABLE_HTTPS_TRANSPORT

public static final java.lang.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 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

ENABLE_WSA

public static final java.lang.String ENABLE_WSA
Name of the extension containing the flag enabling the WSA-Addressing

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
Constructor Detail

SoapConstants.ServiceUnit

public SoapConstants.ServiceUnit()


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