Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

oracle.ucs.messaging.ws
Class ClientConstants

java.lang.Object
  extended by oracle.ucs.messaging.ws.ClientConstants

public class ClientConstants
extends java.lang.Object

Since:
11.1.1.3.0

Field Summary
static java.lang.String ASSERTED_IDENTITY
          Value to pass as an asserted identity header.
static java.lang.String ATTACHMENT_HEADERS_INBOUND
          Constant used to propagate custom MIME headers for an inbound attachment
static java.lang.String ATTACHMENT_HEADERS_OUTBOUND
          Constant used to propagate custom MIME headers for an outbound attachment
static java.lang.String POLICIES
          Set of Web Service Policies to attach to this endpoint.
static java.lang.String POLICY_ATTACHMENT_MODE
          Policy attachment mode.
static java.lang.String POLICY_STRING
          Set of Web Service Policies to attach, expressed as a comma-delimited String.
static java.lang.String REQUEST_INFO
           
static java.lang.String SERVICE_PROVIDER
          JAX-WS Service provider to use.
 
Constructor Summary
ClientConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_PROVIDER

public static final java.lang.String SERVICE_PROVIDER
JAX-WS Service provider to use. Possible values are "native" or "portable". Defaults to "portable". Type: String

See Also:
Constant Field Values

POLICIES

public static final java.lang.String POLICIES
Set of Web Service Policies to attach to this endpoint. Type: String[]

See Also:
Constant Field Values

POLICY_STRING

public static final java.lang.String POLICY_STRING
Set of Web Service Policies to attach, expressed as a comma-delimited String. Type: String

See Also:
Constant Field Values

POLICY_ATTACHMENT_MODE

public static final java.lang.String POLICY_ATTACHMENT_MODE
Policy attachment mode. Possible values are "requestcontext" or "clientfeature". Defaults to "requestcontext". Type: String

See Also:
Constant Field Values

ASSERTED_IDENTITY

public static final java.lang.String ASSERTED_IDENTITY
Value to pass as an asserted identity header. Should not be required. Type: String

See Also:
Constant Field Values

ATTACHMENT_HEADERS_OUTBOUND

public static final java.lang.String ATTACHMENT_HEADERS_OUTBOUND
Constant used to propagate custom MIME headers for an outbound attachment

See Also:
Constant Field Values

ATTACHMENT_HEADERS_INBOUND

public static final java.lang.String ATTACHMENT_HEADERS_INBOUND
Constant used to propagate custom MIME headers for an inbound attachment

See Also:
Constant Field Values

REQUEST_INFO

public static final java.lang.String REQUEST_INFO
See Also:
Constant Field Values
Constructor Detail

ClientConstants

public ClientConstants()

Oracle Fusion Middleware User Messaging Service 11.1.1.7.0 Java API Reference
E14011-05

Copyright © 2009, 2013 Oracle and/or its affiliates. All rights reserved.