Uses of Interface
com.sun.xml.ws.api.client.WSPortInfo
Packages that use WSPortInfo
Package
Description
Pipe and related abstractions.This document describes the architecture of client side
JAX-WS 2.0.1 runtime.
SEIStub and its supporting code.JAX-WS RI vendor extension features that are available to the JAX-WS RI users.
-
Uses of WSPortInfo in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client with parameters of type WSPortInfoModifier and TypeMethodDescriptionServiceInterceptor.preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures) Called beforeWSBindingis created, to allow interceptors to addWebServiceFeatures to the createdWSBinding. -
Uses of WSPortInfo in com.sun.xml.ws.api.config.management.policy
Methods in com.sun.xml.ws.api.config.management.policy with parameters of type WSPortInfoModifier and TypeMethodDescriptionstatic ManagedClientAssertionManagedClientAssertion.getAssertion(WSPortInfo portInfo) Return ManagedClient assertion if there is one associated with the client. -
Uses of WSPortInfo in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSPortInfoModifier and TypeMethodDescriptionClientTubeAssemblerContext.getPortInfo()The pipeline is created for thisWSPortInfo.Methods in com.sun.xml.ws.api.pipe with parameters of type WSPortInfoModifier and TypeMethodDescriptionstatic Dispatch<jakarta.activation.DataSource>Stubs.createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forDataSource.static <T> Dispatch<T>Stubs.createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub that connects to the given pipe.Stubs.createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, Service.Mode mode, WSEndpointReference epr) Creates a new JAXB-basedDispatchstub that connects to the given pipe.Stubs.createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) Stubs.createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr) <T> TStubs.createPortProxy(WSPortInfo portInfo, WSBinding binding, SEIModel model, Class<T> portInterface, WSEndpointReference epr) Creates a new strongly-typed proxy object that implements a given port interface.static Dispatch<SOAPMessage>Stubs.createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr) Creates a newDispatchstub forSOAPMessage.Stubs.createSourceDispatch(WSPortInfo portInfo, WSBinding binding, Service.Mode mode, WSEndpointReference epr) -
Uses of WSPortInfo in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return WSPortInfo -
Uses of WSPortInfo in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return WSPortInfo -
Uses of WSPortInfo in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement WSPortInfoModifier and TypeClassDescriptionclassInformation about a port.final classFields in com.sun.xml.ws.client declared as WSPortInfoMethods in com.sun.xml.ws.client that return WSPortInfoConstructors in com.sun.xml.ws.client with parameters of type WSPortInfoModifierConstructorDescriptionprotectedStub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) protectedStub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr) -
Uses of WSPortInfo in com.sun.xml.ws.client.dispatch
Methods in com.sun.xml.ws.client.dispatch with parameters of type WSPortInfoModifier and TypeMethodDescriptionDispatchImpl.createSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) Constructors in com.sun.xml.ws.client.dispatch with parameters of type WSPortInfoModifierConstructorDescriptionDataSourceDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) protectedDispatchImpl(WSPortInfo portInfo, Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) protectedDispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) protectedDispatchImpl(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg) JAXBDispatch(WSPortInfo portInfo, jakarta.xml.bind.JAXBContext jc, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) MessageDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr) PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr) PacketDispatch(WSPortInfo portInfo, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg) PacketDispatch(WSPortInfo portInfo, BindingImpl binding, WSEndpointReference epr) SOAPMessageDispatch(WSPortInfo portInfo, Service.Mode mode, BindingImpl binding, WSEndpointReference epr) -
Uses of WSPortInfo in com.sun.xml.ws.client.sei
Constructors in com.sun.xml.ws.client.sei with parameters of type WSPortInfoModifierConstructorDescriptionSEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr) -
Uses of WSPortInfo in com.sun.xml.ws.developer
Methods in com.sun.xml.ws.developer that return WSPortInfo