Uses of Class
com.sun.xml.ws.api.EndpointAddress
-
Packages that use EndpointAddress Package Description com.sun.xml.ws.api JAX-WS RI extension of JAX-WS API.com.sun.xml.ws.api.client com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.api.pipe Pipeand related abstractions.com.sun.xml.ws.assembler.dev com.sun.xml.ws.assembler.metro.impl com.sun.xml.ws.client This document describes the architecture of client side JAX-WS 2.0.1 runtime.com.sun.xml.ws.model.wsdl com.sun.xml.ws.rx.util com.sun.xml.ws.server This document describes the architecture of server side JAX-WS 2.0.1 runtime. -
-
Uses of EndpointAddress in com.sun.xml.ws.api
Methods in com.sun.xml.ws.api that return EndpointAddress Modifier and Type Method Description static EndpointAddressEndpointAddress. create(String url)Creates a newEndpointAddresswith a reasonably generic error handling. -
Uses of EndpointAddress in com.sun.xml.ws.api.client
Methods in com.sun.xml.ws.api.client that return EndpointAddress Modifier and Type Method Description EndpointAddressWSPortInfo. getEndpointAddress()Gets the endpoint address of this port. -
Uses of EndpointAddress in com.sun.xml.ws.api.message
Fields in com.sun.xml.ws.api.message declared as EndpointAddress Modifier and Type Field Description EndpointAddressPacket. endpointAddressThe endpoint address to which this message is sent to. -
Uses of EndpointAddress in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return EndpointAddress Modifier and Type Method Description EndpointAddressWSDLPort. getAddress()Gets endpoint address of this port. -
Uses of EndpointAddress in com.sun.xml.ws.api.model.wsdl.editable
Methods in com.sun.xml.ws.api.model.wsdl.editable with parameters of type EndpointAddress Modifier and Type Method Description voidEditableWSDLPort. setAddress(EndpointAddress address)Sets endpoint address -
Uses of EndpointAddress in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return EndpointAddress Modifier and Type Method Description EndpointAddressClientTubeAssemblerContext. getAddress()The endpoint address.Constructors in com.sun.xml.ws.api.pipe with parameters of type EndpointAddress Constructor Description ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)Deprecated.ClientPipeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)Deprecated.ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSService rootOwner, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)ClientTubeAssemblerContext(EndpointAddress address, WSDLPort wsdlModel, WSBindingProvider bindingProvider, WSBinding binding, Container container, Codec codec, SEIModel seiModel, Class sei)This constructor should be used only by JAX-WS Runtime and is not meant for external consumption. -
Uses of EndpointAddress in com.sun.xml.ws.assembler.dev
Methods in com.sun.xml.ws.assembler.dev that return EndpointAddress Modifier and Type Method Description EndpointAddressClientTubelineAssemblyContext. getAddress()The endpoint address. -
Uses of EndpointAddress in com.sun.xml.ws.assembler.metro.impl
Methods in com.sun.xml.ws.assembler.metro.impl that return EndpointAddress Modifier and Type Method Description EndpointAddressMetroClientTubelineAssemblyContextImpl. getAddress()The endpoint address. -
Uses of EndpointAddress in com.sun.xml.ws.client
Fields in com.sun.xml.ws.client declared as EndpointAddress Modifier and Type Field Description EndpointAddressPortInfo. targetEndpointMethods in com.sun.xml.ws.client that return EndpointAddress Modifier and Type Method Description EndpointAddressPortInfo. getEndpointAddress()EndpointAddressRequestContext. getEndpointAddress()EndpointAddressWSServiceDelegate. getEndpointAddress(QName qName)Methods in com.sun.xml.ws.client with parameters of type EndpointAddress Modifier and Type Method Description voidRequestContext. setEndpointAddress(EndpointAddress epa)Constructors in com.sun.xml.ws.client with parameters of type EndpointAddress Constructor Description PortInfo(WSServiceDelegate owner, EndpointAddress targetEndpoint, QName name, BindingID bindingId)Stub(WSPortInfo portInfo, BindingImpl binding, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)Stub(WSPortInfo portInfo, BindingImpl binding, Tube master, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)Stub(WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)Deprecated.Stub(QName portname, WSServiceDelegate owner, Tube master, BindingImpl binding, WSDLPort wsdlPort, EndpointAddress defaultEndPointAddress, WSEndpointReference epr)Deprecated. -
Uses of EndpointAddress in com.sun.xml.ws.model.wsdl
Methods in com.sun.xml.ws.model.wsdl that return EndpointAddress Modifier and Type Method Description EndpointAddressWSDLPortImpl. getAddress()Methods in com.sun.xml.ws.model.wsdl with parameters of type EndpointAddress Modifier and Type Method Description voidWSDLPortImpl. setAddress(EndpointAddress address)Only meant forRuntimeWSDLParserto call. -
Uses of EndpointAddress in com.sun.xml.ws.rx.util
Methods in com.sun.xml.ws.rx.util that return EndpointAddress Modifier and Type Method Description EndpointAddressCommunicator. getDestinationAddress()Provides the destination endpoint reference thisCommunicatoris pointing to.Methods in com.sun.xml.ws.rx.util with parameters of type EndpointAddress Modifier and Type Method Description voidCommunicator. setDestinationAddress(EndpointAddress newValue) -
Uses of EndpointAddress in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return EndpointAddress Modifier and Type Method Description EndpointAddressMonitorRootService. wsdlEndpointAddress()
-