Uses of Interface
com.sun.xml.ws.api.client.WSPortInfo
-
Packages that use WSPortInfo Package Description com.sun.xml.ws.api.client com.sun.xml.ws.api.config.management.policy com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.assembler.dev com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtimecom.sun.xml.ws.client.dispatch com.sun.xml.ws.client.sei SEIStuband its supporting code.com.sun.xml.ws.developer 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 WSPortInfo Modifier and Type Method Description List<jakarta.xml.ws.WebServiceFeature>ServiceInterceptor. preCreateBinding(WSPortInfo port, Class<?> serviceEndpointInterface, WSFeatureList defaultFeatures) -
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 WSPortInfo Modifier and Type Method Description static 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 WSPortInfo Modifier and Type Method Description WSPortInfoClientTubeAssemblerContext. getPortInfo()The pipeline is created for thisWSPortInfo.Methods in com.sun.xml.ws.api.pipe with parameters of type WSPortInfo Modifier and Type Method Description static jakarta.xml.ws.Dispatch<jakarta.activation.DataSource>Stubs. createDataSourceDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forDataSource.static <T> jakarta.xml.ws.Dispatch<T>Stubs. createDispatch(WSPortInfo portInfo, WSService owner, WSBinding binding, Class<T> clazz, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Object>Stubs. createJAXBDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.bind.JAXBContext jaxbContext, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a new JAXB-basedDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Message>Stubs. createMessageDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)Creates a newMessage-basedDispatchstub that connects to the given pipe.static jakarta.xml.ws.Dispatch<Packet>Stubs. createPacketDispatch(WSPortInfo portInfo, WSBinding binding, WSEndpointReference epr)Creates a newMessage-basedDispatchstub that connects to the given pipe.<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 jakarta.xml.ws.Dispatch<jakarta.xml.soap.SOAPMessage>Stubs. createSAAJDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forSOAPMessage.static jakarta.xml.ws.Dispatch<Source>Stubs. createSourceDispatch(WSPortInfo portInfo, WSBinding binding, jakarta.xml.ws.Service.Mode mode, WSEndpointReference epr)Creates a newDispatchstub forSource. -
Uses of WSPortInfo in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return WSPortInfo Modifier and Type Method Description WSPortInfoClientTubelineAssemblyContext. getPortInfo() -
Uses of WSPortInfo in com.sun.xml.ws.client
Classes in com.sun.xml.ws.client that implement WSPortInfo Modifier and Type Class Description classPortInfoInformation about a port.classSEIPortInfoFields in com.sun.xml.ws.client declared as WSPortInfo Modifier and Type Field Description protected WSPortInfoStub. portInfoMethods in com.sun.xml.ws.client that return WSPortInfo Modifier and Type Method Description WSPortInfoStub. getPortInfo()Constructors in com.sun.xml.ws.client with parameters of type WSPortInfo Constructor Description Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)Stub(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 WSPortInfo Modifier and Type Method Description static jakarta.xml.ws.Dispatch<Source>DispatchImpl. createSourceDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)Constructors in com.sun.xml.ws.client.dispatch with parameters of type WSPortInfo Constructor Description DataSourceDispatch(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, Tube pipe, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, WSEndpointReference epr, boolean allowFaultResponseMsg)DispatchImpl(WSPortInfo portInfo, jakarta.xml.ws.Service.Mode mode, BindingImpl binding, Tube pipe, WSEndpointReference epr, boolean allowFaultResponseMsg)JAXBDispatch(WSPortInfo portInfo, jakarta.xml.bind.JAXBContext jc, jakarta.xml.ws.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, jakarta.xml.ws.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 WSPortInfo Constructor Description SEIStub(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 Modifier and Type Method Description WSPortInfoWSBindingProvider. getPortInfo()
-