Skip navigation links

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

E10654-02


Deprecated API


Contents

Deprecated Classes
oracle.webservices.addressing.AddressingMessage
           

 

Deprecated Annotation Types
oracle.webservices.annotations.async.Callback
          use CallbackInterface or ResponseWebService instead The Callback annotation provides the details of the callback interface for the asynchronous service of the annotated class. Its attributes are used to create the wsdl:portType for the callback in the wsdl for the asynchronous service. It also has policy attributes that can be enforced while sending the reply back to the client using client's callback web service. 
oracle.webservices.annotations.CallbackAssociate
          use CallbackInterface instead This annotation specifies the list of callback interfaces that a class/interface may need to interact with. The annotated class expects the client of that class to provide all these callbacks. 
oracle.webservices.annotations.CallbackRef
          use oracle.webservices.annotations.async.CallbackRef instead This is a dependency injection (DI) style marker annotation that applies to a member field or setter method of the service endpoint implementation . When the system finds this annotation on a service implementation it will inject the appropriate outgoing addressing headers into the annotated field. The values of the outgoing addressing headers is based off of the incoming addressing headers as described in the ws-addressing specification (http://www.w3.org/Submission/ws-addressing/) in section 3.2 Formulating a Reply Message If the service endpoint implementation is a SEI implementation or JSR-181 annotated endpoint implementation bean class, the callback to be injected could be of the type specified in the CallbackAssociate annotation. For example : 

 

Deprecated Fields
oracle.webservices.OracleStub.ENCODING_STYLE_PROPERTY
            
oracle.webservices.OracleStub.OPERATION_STYLE_PROPERTY
            
oracle.webservices.ClientConstants.WSM_INTERCEPTOR_PIPELINE_CONFIG
          This property has been deprecated, please use oracle.webservices.ClientConstants.CLIENT_CONFIG. 

 

Deprecated Methods
oracle.webservices.OracleCall.getStreamedResponseAttachments()
            
oracle.webservices.async.Requestor.invoke(MessageContext, SOAPMessage)
          use Map<String,Object> instead of MessageContext 
oracle.webservices.OracleCall.streamResponseAttachment()
            

 

Deprecated Annotation Type Elements
oracle.webservices.annotations.Deployment.portName
          Please use @WebService.portName instead. The port name that is used to reference the web service endpoint in a url. The portName is appended to the uriPath to form a complete URL for the service endpoint. 
oracle.webservices.annotations.Deployment.restSupport
          Please use @BindingType(javax.xml.ws.http.HTTPBinding.HTTP_BINDING) instead. An optional flag to determine if this web service supports REST. 

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.