Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02

A B C D E F G H I J K L M N O P R S T U V W X


P

parseEndpointAnnotations(String, String, ServletConfig) - Method in interface oracle.webservices.portability.DeploymentAdapter
 
PartnerLink - Annotation Type in oracle.webservices.annotations
 
pollingInterval(int) - Method in interface oracle.webservices.async.AsyncConfig
The pollingInterval is the minimum amount of time the container will wait between polling attempts.
PORT - Static variable in class oracle.webservices.management.InterceptorScope
"Port" level scope.
Port - Interface in oracle.webservices.model
Instances of this interface represent webservice ports in the model.
PORT_COMPONENT_TYPE - Static variable in interface oracle.webservices.model.Port
The component type name for ports in the model.
PortableWebService - Annotation Type in oracle.webservices.annotations
 
PortableWebServiceProvider - Annotation Type in oracle.webservices.annotations
 
PortId - Class in oracle.webservices.management
Instances of this class constitute unique identifiers for web service ports.
PortId(String, String, String, String, boolean) - Constructor for class oracle.webservices.management.PortId
Create a unique identifier for a web service port.
PortId(String, String, String, String, boolean, String) - Constructor for class oracle.webservices.management.PortId
create a unique identifier for a web service port with a particular version Note a version only makes sense on the server side.
PortId(LegacyInterceptorConfigPortIdentifier) - Constructor for class oracle.webservices.management.PortId
 
PREEMPTIVE_BASIC_AUTH - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs to specify whether the request should include http basic authentication header without getting a challenge from the http server.
processMessage(SOAPMessage, Map<String, Object>) - Method in interface oracle.webservices.async.MessageListener
 
processMessage(SOAPMessage, MessageContext) - Method in interface oracle.webservices.provider.Provider
This is the main method of the provider available for processing logic.
processRequest(MessageContext, boolean) - Method in interface oracle.webservices.async.RequestPreProcessor
 
PROPAGATE_DYNAMIC_ENDPOINTS - Static variable in interface oracle.webservices.provider.ProviderConfig
The property key for requesting propagation of dynamic endpoints (endpoints created as a results of a ProviderConfig.addService() invocation) to the other nodes in the configuratioon group.
propagateIdentityContextToMessageContext(MessageContext, SOAPMessageContext) - Method in interface oracle.webservices.portability.ProviderPlatformAdapter
 
Properties - Annotation Type in oracle.webservices.annotations
The Properties annotation allows a user to define properties for a j2ee client.
Property - Annotation Type in oracle.webservices.annotations
 
Prototype - Interface in oracle.webservices.mdds
 
Provider - Interface in oracle.webservices.provider
An interface a provider implementation has to implement .
PROVIDER_MSG_CONTEXT_PROPS - Static variable in interface oracle.webservices.ClientConstants
This property can be used by dispatch clients to specify a map<String,Object> of properties to be conveyed to the provider implementation during a colocation invocation.
ProviderConfig - Interface in oracle.webservices.provider
Configuration related information for the Provider.
ProviderException - Exception in oracle.webservices.provider
The oracle.webservices.provider.ProviderException is thrown from the core Provider APIs to indicate an exception related to the provider runtime mechanisms.
ProviderException() - Constructor for exception oracle.webservices.provider.ProviderException
Constructs a new exception with null as its detail message.
ProviderException(String) - Constructor for exception oracle.webservices.provider.ProviderException
Constructs a new exception with the specified detail message.
ProviderException(String, Throwable) - Constructor for exception oracle.webservices.provider.ProviderException
Constructs a new exception with the specified detail message and cause.
ProviderException(Throwable) - Constructor for exception oracle.webservices.provider.ProviderException
Constructs a new ProviderException with the specified cause and a detail message of (cause==null ?
ProviderInterceptorPipeline - Interface in oracle.webservices.portability.management
Implementations of this interface provide host-platform-specific interceptor pipeline functionality for management of providers.
ProviderPlatformAdapter - Interface in oracle.webservices.portability
Implementations of this interface provide host-platform-specific provider functionality.
ProviderPlatformStatisticsAdapter - Interface in oracle.webservices.portability
Implementations of this interface can be used to record statistics related to web service invocations and lifecycle.
ProviderProcessorInfo - Interface in oracle.webservices.provider
Implementations of this interface are processors for provider-based web services.
PROXY_AUTH_TYPE - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the type for proxy authentication Examples of the type of authentication are basic, digest, NTLM.
PROXY_HOST - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the host name of the Proxy server Type: java.lang.String
PROXY_PASSWORD - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the password for proxy authentication Type: java.lang.String
PROXY_PORT - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the port of the proxy server Type: java.lang.Integer
PROXY_REALM - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the realm for proxy authentication Type: java.lang.String
PROXY_USERNAME - Static variable in interface oracle.webservices.ClientConstants
This property can be used for Stubs and Calls to specify the username for proxy authentication Type: java.lang.String
Pull - Class in oracle.webservices.enumeration.datatype
Java class for Pull element declaration.
Pull() - Constructor for class oracle.webservices.enumeration.datatype.Pull
 
PULL_ACTION_URI - Static variable in class oracle.webservices.enumeration.PullMessage
 
PULL_NAME - Static variable in class oracle.webservices.enumeration.datatype.Pull
 
PULL_RESPONSE_ACTION_URI - Static variable in class oracle.webservices.enumeration.PullResponseMessage
 
PULL_RESPONSE_NAME - Static variable in class oracle.webservices.enumeration.datatype.PullResponse
 
PullMessage - Class in oracle.webservices.enumeration
This class helps to create/parse a SOAP envelope containing a WS-Enumeration Pull message.
PullMessage() - Constructor for class oracle.webservices.enumeration.PullMessage
The constructor for creating an PullMessage
PullMessage(String) - Constructor for class oracle.webservices.enumeration.PullMessage
 
PullMessage(String, boolean) - Constructor for class oracle.webservices.enumeration.PullMessage
 
PullMessage(SOAPMessage) - Constructor for class oracle.webservices.enumeration.PullMessage
The constructor for parsing an PullMessage
PullResponse - Class in oracle.webservices.enumeration.datatype
Java class for PullResponse element declaration.
PullResponse() - Constructor for class oracle.webservices.enumeration.datatype.PullResponse
 
PullResponseMessage - Class in oracle.webservices.enumeration
This class helps to create/parse a SOAP envelope containing a WS-Enumeration PullResponse message.
PullResponseMessage() - Constructor for class oracle.webservices.enumeration.PullResponseMessage
The constructor for creating an PullResponseMessage
PullResponseMessage(String) - Constructor for class oracle.webservices.enumeration.PullResponseMessage
 
PullResponseMessage(String, boolean) - Constructor for class oracle.webservices.enumeration.PullResponseMessage
 
PullResponseMessage(SOAPMessage) - Constructor for class oracle.webservices.enumeration.PullResponseMessage
The constructor for parsing an PullResponseMessage
PUT_ACTION_URI - Static variable in class oracle.webservices.transfer.TransferPut
 
PUT_RESPONSE_ACTION_URI - Static variable in class oracle.webservices.transfer.TransferPutResponse
 

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.

A B C D E F G H I J K L M N O P R S T U V W X