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

oracle.sdp.parlayx
Class ParlayXConstants

java.lang.Object
  extended by oracle.sdp.parlayx.ParlayXConstants

Deprecated. 11.1.1.7.0

@Deprecated
public class ParlayXConstants
extends java.lang.Object

Since:
11.1.1 This class defines constants used when initializing a Parlay X Client instance. These values should be used as keys in a Map object supplied to the appropriate constructor of the Client classes. For other relevant key names, see javax.xml.ws.BindingProvider, and oracle.wsm.security.util.SecurityConstants.

Field Summary
static java.lang.String ASSERTED_IDENTITY
          Deprecated. Value to pass as an asserted identity header.
static java.lang.String ATTACHMENT_HEADERS_INBOUND
          Deprecated. Constant used to propagate custom MIME headers for an inbound attachment
static java.lang.String ATTACHMENT_HEADERS_OUTBOUND
          Deprecated. Constant used to propagate custom MIME headers for an outbound attachment
static java.lang.String POLICIES
          Deprecated. Set of Web Service Policies to attach to this endpoint.
static java.lang.String POLICY_ATTACHMENT_MODE
          Deprecated. Policy attachment mode.
static java.lang.String SERVICE_PROVIDER
          Deprecated. JAX-WS Service provider to use.
 
Constructor Summary
ParlayXConstants()
          Deprecated.  
 
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
Deprecated. 
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
Deprecated. 
Set of Web Service Policies to attach to this endpoint. Type: String[]

See Also:
Constant Field Values

POLICY_ATTACHMENT_MODE

public static final java.lang.String POLICY_ATTACHMENT_MODE
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
Constant used to propagate custom MIME headers for an inbound attachment

See Also:
Constant Field Values
Constructor Detail

ParlayXConstants

public ParlayXConstants()
Deprecated. 

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.