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


I

IAnyPrototype - Interface in oracle.webservices.mdds
 
IMPLEMENTATION - Static variable in class oracle.webservices.rm.ReliableSessionFactory
 
implementedByEjbComponent() - Method in interface oracle.webservices.WebServiceEndpointInfo
Determine whether or not this endpoint is implemented by an EJB.
IncomingAttachments - Interface in oracle.webservices.attachments
An object collecting incoming (server request or client response) streaming attachments.
IncomingAttachmentsIteratorAdapter - Class in oracle.webservices.attachments
Created by IntelliJ IDEA.
IncomingAttachmentsIteratorAdapter(IncomingAttachments) - Constructor for class oracle.webservices.attachments.IncomingAttachmentsIteratorAdapter
 
init(ServletConfig) - Method in class oracle.webservices.async.WSCallbackServlet
 
init(Map) - Method in interface oracle.webservices.databinding.SOAPElementSerializer
The init method allows the SOAPElementSerializer instance to initialize itself.
init(ServletContext) - Method in interface oracle.webservices.portability.ResourceInjectionAdaptor
 
init(ProviderConfig) - Method in interface oracle.webservices.provider.Provider
The init method is called when the Provider is loaded and initialized and can be used to do any setup and resource creations.
injectResource(Object) - Method in interface oracle.webservices.portability.ResourceInjectionAdaptor
 
INPUT_MESSAGE_COMPONENT_TYPE - Static variable in interface oracle.webservices.model.Message
The component type name for input messages.
insertReliabilityHeaders(SOAPMessage, HttpServletRequest, boolean, boolean) - Method in interface oracle.webservices.portability.ReliabilityPlatformAdapter
 
InterceptorConfig - Interface in oracle.webservices.management
Implementations of this class represent a management interceptor configuration.
InterceptorConfigChangeEvent - Interface in oracle.webservices.management
This class is used to communicate management configuration changes to registered listeners.
InterceptorConfigListener - Interface in oracle.webservices.management
Implementations of this interface are able to respond to interceptor configuration change events.
InterceptorScope - Class in oracle.webservices.management
An enumeration for describing interceptor scope.
INVALID_ENUM_CONTEXT - Static variable in exception oracle.webservices.enumeration.InvalidEnumerationContextFault
 
INVALID_ENUM_CONTEXT_REASON - Static variable in exception oracle.webservices.enumeration.InvalidEnumerationContextFault
 
INVALID_EXPIRATION_TIME - Static variable in exception oracle.webservices.enumeration.InvalidExpirationTimeFault
 
INVALID_EXPIRATION_TIME_REASON - Static variable in exception oracle.webservices.enumeration.InvalidExpirationTimeFault
 
INVALID_MESSAGE_INFORMATION_HEADER_SUBCODE - Static variable in class oracle.webservices.addressing.AddressingMessage
Deprecated.  
INVALID_REPRESENTATION - Static variable in exception oracle.webservices.transfer.InvalidRepresentationFault
 
invalidate() - Method in interface oracle.webservices.ConversationSession
 
InvalidEnumerationContextFault - Exception in oracle.webservices.enumeration
This fault is thrown if the enumeration context is not valid
InvalidEnumerationContextFault() - Constructor for exception oracle.webservices.enumeration.InvalidEnumerationContextFault
 
InvalidEnumerationMessageException - Exception in oracle.webservices.enumeration
This exception is thrown when there is a problem retrieving WS-Enumeration request/response from the SOAP message.
InvalidEnumerationMessageException() - Constructor for exception oracle.webservices.enumeration.InvalidEnumerationMessageException
 
InvalidEnumerationMessageException(String) - Constructor for exception oracle.webservices.enumeration.InvalidEnumerationMessageException
 
InvalidExpirationTimeFault - Exception in oracle.webservices.enumeration
This fault is thrown if the expiration time is either a zero duration or a specific time that occurs in the past according to the data source
InvalidExpirationTimeFault() - Constructor for exception oracle.webservices.enumeration.InvalidExpirationTimeFault
 
InvalidRepresentationFault - Exception in oracle.webservices.transfer
This fault is thrown when the presented representation is invalid for the target resource.
InvalidRepresentationFault() - Constructor for exception oracle.webservices.transfer.InvalidRepresentationFault
 
InvalidTransferMessageException - Exception in oracle.webservices.transfer
This exception is thrown when there is a problem retrieving WS-Transfer request/response from the SOAP message.
InvalidTransferMessageException() - Constructor for exception oracle.webservices.transfer.InvalidTransferMessageException
 
InvalidTransferMessageException(String) - Constructor for exception oracle.webservices.transfer.InvalidTransferMessageException
 
invoke(SOAPMessage) - Method in interface oracle.webservices.async.Requestor
 
invoke(MessageContext, SOAPMessage) - Method in interface oracle.webservices.async.Requestor
Deprecated. use Map<String,Object> instead of MessageContext
invoke(Map<String, Object>, SOAPMessage) - Method in interface oracle.webservices.async.Requestor
 
invoke(Element) - Method in interface oracle.webservices.OracleCall
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(QName, Element[]) - Method in interface oracle.webservices.OracleCall
Invokes a specific operation using a synchronous request-response interaction mode.
invoke(SOAPMessage) - Method in interface oracle.webservices.OracleCall
Invokes a specific operation using a synchronous request-response interaction mode.
invokeOneWay(SOAPMessage) - Method in interface oracle.webservices.async.Requestor
 
invokeOneWay(Map<String, Object>, SOAPMessage) - Method in interface oracle.webservices.async.Requestor
 
invokeOneWay(Element) - Method in interface oracle.webservices.OracleCall
Invokes a remote method using the one-way interaction mode.
invokeOneWay(QName, Element[]) - Method in interface oracle.webservices.OracleCall
Invokes a remote method using the one-way interaction mode.
invokeOneWay(SOAPMessage) - Method in interface oracle.webservices.OracleCall
Invokes a remote method using the one-way interaction mode.
isAdd() - Method in interface oracle.webservices.management.InterceptorConfigChangeEvent
Determine whether the event is an addition.
isAddressableAcksTo() - Method in interface oracle.webservices.rm.ReliableSession
Determine whether the acknowledgement destination is a address to which a connection can be established.
isAnonymous() - Method in interface oracle.webservices.mdds.ArrayPrototype
Gets the serialization hint as to whether this array is "anonymous", meaning that the array itself should not generate start and end tags around the contained data.
isAttRequired(int) - Method in interface oracle.webservices.mdds.ComplexPrototype
 
isBasedOnEJB21() - Method in class oracle.webservices.management.PortId
Determine whether the web service port uniquely identified by this instance is implemented by an EJB.
isConfigurationDefined() - Method in interface oracle.webservices.management.ConfigurationStore
Determine whether the configuration has been defined.
isDirty() - Method in interface oracle.webservices.management.InterceptorConfig
Determine whether the configuration has changed.
isDocLitWrapped() - Method in interface oracle.webservices.mdds.MessagePrototype
 
isEJBWebService() - Method in interface oracle.webservices.WebServicesDescriptorInfo
Determine whether this descriptor includes EJB-based web services.
isElementFormQualified() - Method in interface oracle.webservices.mdds.ComplexPrototype
 
isEnabled() - Method in interface oracle.webservices.WebServiceEndpointInfo
Check if this port is enabled.
isFileContext(Context) - Method in interface oracle.webservices.portability.DeploymentAdapter
 
isLazy() - Method in interface oracle.webservices.soap.LazyElement
 
isManagementFeatureEnabled(String) - Method in interface oracle.webservices.portability.management.ProviderInterceptorPipeline
Determine whether or not the specified management feature is enabled for this provider's interceptor pipeline.
isMexEnabled(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isMexEnabled() - Method in interface oracle.webservices.WebServiceEndpointInfo
Check if metadata exchange is allowed.
isMtomEncodeFault() - Method in interface oracle.webservices.WebServiceEndpointInfo
Check if SOAP fault messages should be MTOM-encoded when MTOM policy is enabled.
isMtomSupport() - Method in interface oracle.webservices.provider.ProviderConfig
 
isMtomSupport(String) - Method in interface oracle.webservices.provider.ProviderConfig
 
isMtomSupported(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isMtomSupported() - Method in interface oracle.webservices.WebServiceEndpointInfo
Determine whether or not MTOM is supported by this endpoint.
isNew() - Method in interface oracle.webservices.ConversationSession
 
isPartNillable(int) - Method in interface oracle.webservices.mdds.ComplexPrototype
 
isPartRequired(int) - Method in interface oracle.webservices.mdds.ComplexPrototype
 
isProductionModeEnabled() - Method in interface oracle.webservices.portability.ManagementAdapter
returns whether server is running in production mode
isRemove() - Method in interface oracle.webservices.management.InterceptorConfigChangeEvent
Determine whether the event is a removal.
isRestGetRequest(HttpServletRequest) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isRestSupported(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isRestSupported() - Method in interface oracle.webservices.WebServiceEndpointInfo
Determine whether or not REST is supported by this endpoint.
isSchemaValidateInput(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isSchemaValidateInput() - Method in interface oracle.webservices.WebServiceEndpointInfo
Check if schema validation is set for this port.
isSoapActionRequired() - Method in interface oracle.webservices.wsdl.SOAP12Operation
 
isSoapSupported(HttpServletRequest) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isSoapSupported(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isSoapSupported() - Method in interface oracle.webservices.WebServiceEndpointInfo
Determine whether or not SOAP processing is supported by this endpoint.
isStreamRequestAttachments() - Method in interface oracle.webservices.provider.ProviderConfig
 
isStreamRequestAttachments(String) - Method in interface oracle.webservices.provider.ProviderConfig
 
isStreamResponseAttachments() - Method in interface oracle.webservices.provider.ProviderConfig
 
isStreamResponseAttachments(String) - Method in interface oracle.webservices.provider.ProviderConfig
 
isTestpageEnabled(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
isUpdate() - Method in interface oracle.webservices.management.InterceptorConfigChangeEvent
Determine whether the event is an update.
isWsdlEnabled(String) - Method in interface oracle.webservices.ServiceInvocationInfo
 
ItemListType - Class in oracle.webservices.enumeration.datatype
Java class for ItemListType complex type.
ItemListType() - Constructor for class oracle.webservices.enumeration.datatype.ItemListType
 
ITEMS_NAME - Static variable in class oracle.webservices.enumeration.datatype.ItemListType
 

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