Deprecated Methods |
com.sun.xml.ws.api.message.HeaderList.addAll(Header...)
throws UnsupportedOperationException from some HeaderList implementations - better iterate over items one by one |
com.sun.xml.ws.api.pipe.Fiber.addListener(Fiber.Listener)
|
com.sun.xml.ws.api.addressing.WSEndpointReference.addReferenceParametersToList(HeaderList)
- use addReferenceParametersToList(MessageHeaders) |
com.sun.xml.ws.api.DistributedPropertySet.addSatellite(Class, PropertySet)
|
com.sun.xml.ws.api.message.Packet.addSatellite(Class, PropertySet)
|
com.sun.xml.ws.api.DistributedPropertySet.addSatellite(PropertySet)
|
com.sun.xml.ws.api.message.Packet.addSatellite(PropertySet)
|
com.sun.xml.ws.client.RequestContext.addSatellite(PropertySet)
|
com.sun.xml.ws.api.DistributedPropertySet.copySatelliteInto(DistributedPropertySet)
|
com.sun.xml.ws.api.message.Packet.copySatelliteInto(DistributedPropertySet)
|
com.sun.xml.ws.api.message.Headers.create(Bridge, Object)
|
com.sun.xml.ws.api.server.WSEndpoint.create(Class, boolean, Invoker, QName, QName, Container, WSBinding, SDDocumentSource, Collection extends SDDocumentSource>, EntityResolver)
|
com.sun.xml.ws.api.pipe.TubelineAssemblerFactory.create(ClassLoader, BindingID)
Use TubelineAssemblerFactory.create(ClassLoader, BindingID, Container) |
com.sun.xml.ws.api.pipe.TransportPipeFactory.create(ClassLoader, ClientPipeAssemblerContext)
Use TransportTubeFactory.create(ClassLoader, ClientTubeAssemblerContext) |
com.sun.xml.ws.api.message.Messages.create(JAXBContext, Object, SOAPVersion)
|
com.sun.xml.ws.message.jaxb.JAXBMessage.create(JAXBContext, Object, SOAPVersion)
|
com.sun.xml.ws.api.message.Messages.create(Marshaller, Object, SOAPVersion)
Use #create(JAXBRIContext, Object, SOAPVersion) |
com.sun.xml.ws.api.message.Headers.create(SOAPVersion, Element)
Use Headers.create(Element) |
com.sun.xml.ws.api.message.Headers.create(SOAPVersion, Marshaller, Object)
Use Headers.create(BindingContext, Object) instead. |
com.sun.xml.ws.encoding.StreamSOAPCodec.create(WSBinding)
use StreamSOAPCodec.create(WSFeatureList) |
com.sun.xml.ws.api.message.Messages.createAddressingFaultMessage(WSBinding, QName)
Use Messages.createAddressingFaultMessage(WSBinding, Packet, QName) |
com.sun.xml.ws.api.message.MessageContextFactory.createContext(InputStream, MimeHeaders)
http://java.net/jira/browse/JAX_WS-1077 |
com.sun.xml.ws.api.pipe.Stubs.createDataSourceDispatch(QName, WSService, WSBinding, Service.Mode, Tube, WSEndpointReference)
|
com.sun.xml.ws.api.server.InstanceResolver.createDefault(Class, boolean)
This is added here because a Glassfish integration happened
with this signature. Please do not use this. Will be removed
after the next GF integration. |
com.sun.xml.ws.api.pipe.Stubs.createJAXBDispatch(QName, WSService, WSBinding, JAXBContext, Service.Mode, Tube, WSEndpointReference)
|
com.sun.xml.ws.api.pipe.Stubs.createMessageDispatch(QName, WSService, WSBinding, Tube, WSEndpointReference)
|
com.sun.xml.ws.api.message.Messages.createRaw(JAXBContext, Object, SOAPVersion)
For use when creating a Dispatch object with an unknown JAXB implementation
for he JAXBContext parameter. |
com.sun.xml.ws.message.jaxb.JAXBMessage.createRaw(JAXBContext, Object, SOAPVersion)
For use when creating a Dispatch object with an unknown JAXB implementation
for he JAXBContext parameter. |
com.sun.xml.ws.api.message.Packet.createResponse(Message)
Use createClientResponse(Message) for client side and
createServerResponse(Message, String) for server side response
creation. |
com.sun.xml.ws.api.pipe.Stubs.createSAAJDispatch(QName, WSService, WSBinding, Service.Mode, Tube, WSEndpointReference)
|
com.sun.xml.ws.api.pipe.Codecs.createSOAPEnvelopeXmlCodec(WSBinding)
use Codecs.createSOAPEnvelopeXmlCodec(WSFeatureList) |
com.sun.xml.ws.client.dispatch.DispatchImpl.createSourceDispatch(QName, Service.Mode, WSServiceDelegate, Tube, BindingImpl, WSEndpointReference)
|
com.sun.xml.ws.api.pipe.Stubs.createSourceDispatch(QName, WSService, WSBinding, Service.Mode, Tube, WSEndpointReference)
|
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.createXMLStreamWriter(OutputStream)
Use XMLStreamWriterFactory.create(OutputStream) |
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.createXMLStreamWriter(OutputStream, String)
Use XMLStreamWriterFactory.create(OutputStream, String) |
com.sun.xml.ws.api.streaming.XMLStreamWriterFactory.createXMLStreamWriter(OutputStream, String, boolean)
Use XMLStreamWriterFactory.create(OutputStream, String) . The boolean flag was unused anyway. |
com.sun.xml.ws.api.databinding.Databinding.decode(InputStream, String, Packet)
use MessageContextFactory |
com.sun.xml.ws.api.message.MessageContextFactory.doCreate()
|
com.sun.xml.ws.api.message.MessageContextFactory.doCreate(SOAPMessage)
|
com.sun.xml.ws.api.message.MessageContextFactory.doCreate(Source, SOAPVersion)
|
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.doSuspend()
|
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl.doSuspend(Tube)
|
com.sun.xml.ws.api.databinding.Databinding.encode(Packet, OutputStream)
use MessageContextFactory |
com.sun.xml.ws.developer.StatefulWebServiceManager.export(Class, String, T)
This method is provided as a temporary workaround, and we'll eventually try to remove it. |
com.sun.xml.ws.api.message.HeaderList.get(QName)
Use HeaderList.get(QName) |
com.sun.xml.ws.api.message.HeaderList.get(String, String)
Use HeaderList.get(String, String, boolean) |
com.sun.xml.ws.api.addressing.AddressingVersion.getAnonymousUri()
Use AddressingVersion.anonymousUri |
com.sun.xml.ws.api.message.Packet.getApplicationScopePropertyNames(boolean)
Use Packet.getHandlerScopePropertyNames(boolean) .
To be removed once Tango components are updated. |
com.sun.xml.ws.spi.db.BindingContextFactory.getBindingContext(Marshaller)
- Does jaxws need this? |
com.sun.xml.ws.client.PortInfo.getBindingID()
Only meant to be used via PortInfo .
Use PortInfo.bindingId . |
com.sun.xml.ws.api.model.Parameter.getBridge()
|
com.sun.xml.ws.api.model.CheckedException.getBridge()
Why do you need this? |
com.sun.xml.ws.model.ParameterImpl.getBridge()
|
com.sun.xml.ws.model.CheckedExceptionImpl.getBridge()
|
com.sun.xml.ws.model.ParameterImpl.getBridge(TypeReference)
|
com.sun.xml.ws.model.AbstractSEIModelImpl.getBridge(TypeReference)
use getBond |
com.sun.xml.ws.model.JavaMethodImpl.getCheckedException(TypeReference)
|
com.sun.xml.ws.api.server.WSEndpoint.getComponentRegistry()
|
com.sun.xml.ws.spi.db.BindingContextFactory.getContext(Marshaller)
- Does jaxws need this? |
com.sun.xml.ws.api.message.Packet.getEndPointAddressString()
The programatic acccess should be done via
Packet.endpointAddress . This is for JAX-WS client applications
that access this property via BindingProvider.ENDPOINT_ADDRESS_PROPERTY . |
com.sun.xml.ws.client.RequestContext.getEndPointAddressString()
always access RequestContext.endpointAddress . |
com.sun.xml.ws.api.message.FilterMessageImpl.getHeaders()
|
com.sun.xml.ws.api.message.Message.getHeaders()
|
com.sun.xml.ws.message.source.ProtocolSourceMessage.getHeaders()
- use getMessageHeaders() instead |
com.sun.xml.ws.message.stream.PayloadStreamReaderMessage.getHeaders()
- use getMessageHeaders() instead |
com.sun.xml.ws.api.message.HeaderList.getHeaders(String)
use HeaderList.getHeaders(String, boolean) . |
com.sun.xml.ws.api.message.HeaderList.getHeaders(String, String)
Use HeaderList.getHeaders(String, String, boolean) |
com.sun.xml.ws.api.message.Message.getID(AddressingVersion, SOAPVersion)
|
com.sun.xml.ws.api.message.Message.getID(WSBinding)
|
com.sun.xml.ws.model.JavaMethodImpl.getInputParametersCount()
no longer use in the new architecture |
com.sun.xml.ws.api.model.SEIModel.getJAXBContext()
Why do you need this? |
com.sun.xml.ws.model.AbstractSEIModelImpl.getJAXBContext()
|
com.sun.xml.ws.api.message.Message.getMethod(SEIModel)
|
com.sun.xml.ws.api.addressing.AddressingVersion.getNoneUri()
Use AddressingVersion.noneUri . |
com.sun.xml.ws.api.addressing.AddressingVersion.getNsUri()
Use AddressingVersion.nsUri . |
com.sun.xml.ws.model.JavaMethodImpl.getOperation()
|
com.sun.xml.ws.api.message.Message.getOperation(WSDLBoundPortType)
It is not always possible to uniquely identify the WSDL Operation from just the
information in the Message. Instead, Use Packet.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!). |
com.sun.xml.ws.api.message.Message.getOperation(WSDLPort)
It is not always possible to uniquely identify the WSDL Operation from just the
information in the Message. Instead, Use Packet.getWSDLOperation()
to get it correctly. |
com.sun.xml.ws.api.client.WSPortInfo.getPolicyMap()
Do not use this method as the PolicyMap API is not final yet and might change in next few months. |
com.sun.xml.ws.api.model.wsdl.WSDLModel.getPolicyMap()
Do not use this method as the PolicyMap API is not final yet and might change in next few months. |
com.sun.xml.ws.api.server.WSEndpoint.getPolicyMap()
Do not use this method as the PolicyMap API is not final yet and might change in next few months. |
com.sun.xml.ws.model.AbstractSEIModelImpl.getQNameForJM(JavaMethodImpl)
Use JavaMethod.getOperationName() . |
com.sun.xml.ws.transport.http.WSHTTPConnection.getRequestHeaderNames()
This is a potentially expensive operation.
Programs that want to access HTTP headers should consider using
other methods such as WSHTTPConnection.getRequestHeader(String) . |
com.sun.xml.ws.transport.http.WSHTTPConnection.getRequestHeaders()
This is a potentially expensive operation.
Programs that want to access HTTP headers should consider using
other methods such as WSHTTPConnection.getRequestHeader(String) . |
com.sun.xml.ws.client.PortInfo.getServiceName()
Only meant to be used via PortInfo .
Use WSServiceDelegate.getServiceName() . |
com.sun.xml.ws.model.ParameterImpl.getTypeReference()
use getTypeInfo |
com.sun.xml.ws.api.addressing.AddressingVersion.getWsaHelper(WSDLPort, SEIModel, WSBinding)
TODO why are we exposing implementation specificc class through api?
TODO Remove it if no one elase uses it. |
com.sun.xml.ws.wsdl.OperationDispatcher.getWSDLOperationQName(Packet)
use getWSDLOperationMapping(Packet request) |
com.sun.xml.ws.wsdl.WSDLOperationFinder.getWSDLOperationQName(Packet)
use getWSDLOperationMapping(Packet request) |
com.sun.xml.ws.model.WrapperParameter.isWrapperStyle()
Why are you calling a method that always return true? |
com.sun.xml.ws.api.PropertySet.parse(Class)
|
com.sun.xml.ws.transport.http.servlet.ServletAdapter.publishWSDL(ServletContext, HttpServletRequest, HttpServletResponse)
Use ServletAdapter.handle(ServletContext, HttpServletRequest, HttpServletResponse) |
com.sun.xml.ws.api.message.Header.readAsJAXB(Bridge)
|
com.sun.xml.ws.message.AbstractHeaderImpl.readAsJAXB(Bridge)
|
com.sun.xml.ws.message.DOMHeader.readAsJAXB(Bridge)
|
com.sun.xml.ws.message.jaxb.JAXBHeader.readAsJAXB(Bridge)
|
com.sun.xml.ws.message.AbstractHeaderImpl.readAsJAXB(Bridge, BridgeContext)
|
com.sun.xml.ws.api.message.FilterMessageImpl.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.api.message.Message.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.message.AbstractMessageImpl.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.message.DOMMessage.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.message.saaj.SAAJMessage.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.message.source.ProtocolSourceMessage.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.message.stream.StreamMessage.readPayloadAsJAXB(Bridge)
|
com.sun.xml.ws.api.pipe.Fiber.removeListener(Fiber.Listener)
|
com.sun.xml.ws.api.DistributedPropertySet.removeSatellite(PropertySet)
|
com.sun.xml.ws.api.message.Packet.removeSatellite(PropertySet)
|
com.sun.xml.ws.api.pipe.Fiber.run()
|
com.sun.xml.ws.api.wsdl.writer.WSDLGeneratorExtension.start(TypedXmlWriter, SEIModel, WSBinding, Container)
|
com.sun.xml.ws.api.server.InstanceResolver.start(WebServiceContext)
Use InstanceResolver.start(WSWebServiceContext,WSEndpoint) . |
com.sun.xml.ws.api.server.Invoker.start(WebServiceContext)
Use Invoker.start(WSWebServiceContext,WSEndpoint) |
com.sun.xml.ws.api.pipe.NextAction.suspend()
Use variants that pass Runnable |
com.sun.xml.ws.api.pipe.NextAction.suspend(Tube)
Use variants that pass Runnable |
com.sun.xml.ws.util.Pool.TubePool.takeMaster()
Expected to be used in rare cases where access to master
tubeline is required and safe, such as Stub.close()." |
com.sun.xml.ws.util.ByteArrayBuffer.toByteArray()
this method causes a buffer reallocation. Use it only when
you have to. |
com.sun.xml.ws.api.message.HeaderList.understood(Header)
By the definition of ArrayList , this operation requires
O(n) search of the array, and thus inherently inefficient.
Because of this, if you are developing a Pipe for
a performance sensitive environment, do not use this method. |