-
Deprecated ClassesClassDescriptionUse com.oracle.webservices.api.message.DistributedPropertySet instead.Use
TubeCloner.UseTubelineAssemblerFactoryinstead.Use com.oracle.webservices.api.message.PropertySet instead.use org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
-
Deprecated FieldsFieldDescriptionUse
ClassReader.readByte(int)and the other read methods instead. This field will eventually be deleted.This API is experimental.
-
Deprecated MethodsMethodDescription- no replacement - this was never implemented Sets the
EntityResolverfor reading the WSDL- no replacement - this was never implemented Sets the WSDL Source where the WSDL can be read from- no replacement - this was never implemented Sets the WSDL URL where the WSDL can be read fromuse newer implementationPropertySet.asMap()which produces readwriteMapuse getAsSOAPMessagecom.oracle.webservices.api.message.MessageContextFactory.create(Source, SOAPVersion, ClassLoader...) http://java.net/jira/browse/JAX_WS-1077use newer implementationBasePropertySet.asMap()which produces readwriteMapTODO why are we exposing implementation specificc class through api? TODO Remove it if no one elase uses it.- use addReferenceParametersToList(MessageHeaders)Do not use this method as the PolicyMap API is not final yet and might change in next few months.use MessageContextFactoryuse MessageContextFactorythrows UnsupportedOperationException from some HeaderList implementations - better iterate over items one by oneUseHeaders.create(BindingContext, Object)instead.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, UsePacket.getWSDLOperation()to get it correctly.This method works only for a request. A pipe can determine an operation for a request, and then keep it in a local variable to use it with a response, so there should be no need to find out operation from a response (besides, there might not be any response!).
It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, UsePacket.getWSDLOperation()to get it correctly.http://java.net/jira/browse/JAX_WS-1077For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter.Use createClientResponse(Message) for client side and createServerResponse(Message, String) for server side response creation.UsePacket.getHandlerScopePropertyNames(boolean). To be removed once Tango components are updated.The programatic acccess should be done viaPacket.endpointAddress. This is for JAX-WS client applications that access this property viaBindingProvider.ENDPOINT_ADDRESS_PROPERTY.Why do you need this?Why do you need this?Do not use this method as the PolicyMap API is not final yet and might change in next few months.Use variants that passRunnableUse variants that passRunnableThis is added here because a Glassfish integration happened with this signature. Please do not use this. Will be removed after the next GF integration.UseWSEndpoint.getComponents()insteadDo not use this method as the PolicyMap API is not final yet and might change in next few months.UseXMLStreamWriterFactory.create(OutputStream, String). The boolean flag was unused anyway.Only meant to be used viaPortInfo. UsePortInfo.bindingId.Only meant to be used viaPortInfo. UseWSServiceDelegate.getServiceName().always accessRequestContext.endpointAddress.This method is provided as a temporary workaround, and we'll eventually try to remove it.For use when creating a Dispatch object with an unknown JAXB implementation for he JAXBContext parameter.use getBondno longer use in the new architectureuse getTypeInfoWhy are you calling a method that always return true?this method is superseded byClassWriter.newHandle(int, String, String, String, boolean).- Does jaxws need this?- Does jaxws need this?This is a potentially expensive operation. Programs that want to access HTTP headers should consider using other methods such asWSHTTPConnection.getRequestHeader(String).This is a potentially expensive operation. Programs that want to access HTTP headers should consider using other methods such asWSHTTPConnection.getRequestHeader(String).this method causes a buffer reallocation. Use it only when you have to.Expected to be used in rare cases where access to master tubeline is required and safe, such as Stub.close()."use getWSDLOperationMapping(Packet request)use getWSDLOperationMapping(Packet request)
-
Deprecated ConstructorsConstructorDescriptionUse
ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)UseClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSService, WSBindingProvider, WSBinding, Container, Codec, SEIModel, Class)this constructor has been superseded byHandle(int, String, String, String, boolean).remove as soon as we can update the test util.Should use the localizable constructor instead.
FeatureListValidatorAnnotation