Uses of Class
com.sun.xml.ws.client.WSServiceDelegate
Packages that use WSServiceDelegate
Package
Description
This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.-
Uses of WSServiceDelegate in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as WSServiceDelegateModifier and TypeFieldDescriptionprotected final WSServiceDelegateStub.ownerTheWSServiceDelegateobject that owns us.Constructors in com.sun.xml.ws.client with parameters of type WSServiceDelegateModifierConstructorDescriptionPortInfo(WSServiceDelegate owner, EndpointAddress targetEndpoint, QName name, BindingID bindingId) PortInfo(WSServiceDelegate owner, WSDLPort port) SEIPortInfo(WSServiceDelegate owner, Class sei, SOAPSEIModel model, WSDLPort portModel) protectedStub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated.protectedStub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) Deprecated. -
Uses of WSServiceDelegate in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with parameters of type WSServiceDelegateModifier and TypeMethodDescriptionstatic jakarta.xml.ws.Dispatch<Source>DispatchImpl.createSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.Constructors in com.sun.xml.ws.client.dispatch with parameters of type WSServiceDelegateModifierConstructorDescriptionDataSourceDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.protectedDispatchImpl(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.JAXBDispatch(QName port, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.MessageDispatch(QName port, WSServiceDelegate service, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.PacketDispatch(QName port, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated.SOAPMessageDispatch(QName port, jakarta.xml.ws.Service.Mode mode, WSServiceDelegate owner, Tube pipe, BindingImpl binding, WSEndpointReference epr) Deprecated. -
Uses of WSServiceDelegate in com.sun.xml.ws.client.sei
Constructors in com.sun.xml.ws.client.sei with parameters of type WSServiceDelegateModifierConstructorDescriptionSEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr) Deprecated.