Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

oracle.sdp.parlayx
Class ParlayXConstants

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

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
          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 SERVICE_PROVIDER
          JAX-WS Service provider to use.
 
Constructor Summary
ParlayXConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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_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

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

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_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

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

ParlayXConstants

public ParlayXConstants()

Oracle Fusion Middleware Communication Services 11.1.1.3.0 Java API Reference
E14785-02

Copyright © 2005, 2010 Oracle and/or its affiliates. All rights reserved.