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 |
Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.api.model.wsdl | |
com.sun.xml.ws.api.pipe |
Pipe and related abstractions. |
com.sun.xml.ws.assembler | |
com.sun.xml.ws.assembler.dev | |
com.sun.xml.ws.client |
JAX-WS 2.0.1 Client Runtime
|
com.sun.xml.ws.model.wsdl | |
com.sun.xml.ws.server |
JAX-WS 2.0.1 Server Runtime
|
Modifier and Type | Method and Description |
---|---|
static EndpointAddress |
EndpointAddress.create(String url)
Creates a new
EndpointAddress with a reasonably
generic error handling. |
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
WSPortInfo.getEndpointAddress()
Gets the endpoint address of this port.
|
Modifier and Type | Field and Description |
---|---|
EndpointAddress |
Packet.endpointAddress
The endpoint address to which this message is sent to.
|
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
WSDLPort.getAddress()
Gets endpoint address of this port.
|
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
ClientTubeAssemblerContext.getAddress()
The endpoint address.
|
Constructor and 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,
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.
|
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec,SEIModel) . |
ClientTubeAssemblerContext(EndpointAddress address,
WSDLPort wsdlModel,
WSService rootOwner,
WSBinding binding,
Container container,
Codec codec,
SEIModel seiModel,
Class sei)
Deprecated.
Use
#ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel) . |
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
DefaultClientTubelineAssemblyContext.getAddress()
The endpoint address.
|
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
ClientTubelineAssemblyContext.getAddress()
The endpoint address.
|
Modifier and Type | Field and Description |
---|---|
EndpointAddress |
PortInfo.targetEndpoint |
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
RequestContext.getEndpointAddress() |
EndpointAddress |
PortInfo.getEndpointAddress() |
EndpointAddress |
WSServiceDelegate.getEndpointAddress(QName qName) |
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setEndpointAddress(EndpointAddress epa) |
Constructor and Description |
---|
PortInfo(WSServiceDelegate owner,
EndpointAddress targetEndpoint,
QName name,
BindingID bindingId) |
Stub(QName portname,
WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated.
|
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.
|
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
WSDLPortImpl.getAddress() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLPortImpl.setAddress(EndpointAddress address)
Only meant for
RuntimeWSDLParser to call. |
Modifier and Type | Method and Description |
---|---|
EndpointAddress |
MonitorRootService.wsdlEndpointAddress() |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.