|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSDLPort | |
|---|---|
| com.sun.xml.ws.addressing | |
| com.sun.xml.ws.addressing.v200408 | |
| com.sun.xml.ws.api.addressing | |
| com.sun.xml.ws.api.client | |
| com.sun.xml.ws.api.databinding | |
| com.sun.xml.ws.api.handler | |
| com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
| com.sun.xml.ws.api.model | |
| com.sun.xml.ws.api.model.wsdl | |
| com.sun.xml.ws.api.model.wsdl.editable | |
| com.sun.xml.ws.api.pipe | Pipe and related abstractions. |
| com.sun.xml.ws.api.server | APIs for hosting JAX-WS services. |
| com.sun.xml.ws.assembler.dev | |
| com.sun.xml.ws.binding | |
| com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
| com.sun.xml.ws.db | |
| com.sun.xml.ws.encoding.xml | |
| com.sun.xml.ws.handler | |
| com.sun.xml.ws.model | |
| com.sun.xml.ws.model.wsdl | |
| com.sun.xml.ws.server | JAX-WS 2.0.1 Server Runtime |
| com.sun.xml.ws.server.provider | |
| com.sun.xml.ws.wsdl | |
| Uses of WSDLPort in com.sun.xml.ws.addressing |
|---|
| Fields in com.sun.xml.ws.addressing declared as WSDLPort | |
|---|---|
protected WSDLPort |
WsaTubeHelper.wsdlPort
|
| Constructors in com.sun.xml.ws.addressing with parameters of type WSDLPort | |
|---|---|
W3CWsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
W3CWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaTubeHelper(WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort)
|
|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Uses of WSDLPort in com.sun.xml.ws.addressing.v200408 |
|---|
| Constructors in com.sun.xml.ws.addressing.v200408 with parameters of type WSDLPort | |
|---|---|
MemberSubmissionWsaClientTube(WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
MemberSubmissionWsaServerTube(WSEndpoint endpoint,
WSDLPort wsdlPort,
WSBinding binding,
Tube next)
|
|
WsaTubeHelperImpl(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Uses of WSDLPort in com.sun.xml.ws.api.addressing |
|---|
| Methods in com.sun.xml.ws.api.addressing with parameters of type WSDLPort | |
|---|---|
static AddressingVersion |
AddressingVersion.fromPort(WSDLPort port)
Gets the AddressingVersion from a WSDLPort |
abstract WsaTubeHelper |
AddressingVersion.getWsaHelper(WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Deprecated. TODO why are we exposing implementation specificc class through api? TODO Remove it if no one elase uses it. |
| Uses of WSDLPort in com.sun.xml.ws.api.client |
|---|
| Methods in com.sun.xml.ws.api.client that return WSDLPort | |
|---|---|
WSDLPort |
WSPortInfo.getPort()
Gets the WSDLPort object that represents this port,
if WSService is configured with WSDL. |
| Uses of WSDLPort in com.sun.xml.ws.api.databinding |
|---|
| Fields in com.sun.xml.ws.api.databinding declared as WSDLPort | |
|---|---|
protected WSDLPort |
DatabindingConfig.wsdlPort
|
| Methods in com.sun.xml.ws.api.databinding that return WSDLPort | |
|---|---|
WSDLPort |
DatabindingConfig.getWsdlPort()
|
| Methods in com.sun.xml.ws.api.databinding with parameters of type WSDLPort | |
|---|---|
void |
DatabindingConfig.setWsdlPort(WSDLPort wsdlPort)
|
| Uses of WSDLPort in com.sun.xml.ws.api.handler |
|---|
| Methods in com.sun.xml.ws.api.handler that return WSDLPort | |
|---|---|
WSDLPort |
MessageHandlerContext.getPort()
Gets the WSDLPort that represents the port. |
| Uses of WSDLPort in com.sun.xml.ws.api.message |
|---|
| Methods in com.sun.xml.ws.api.message with parameters of type WSDLPort | |
|---|---|
Packet |
Packet.createServerResponse(Message responseMessage,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
Creates a server-side response Packet from a request
packet (this). |
static void |
AddressingUtils.fillRequestAddressingHeaders(MessageHeaders headers,
WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
|
void |
HeaderList.fillRequestAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding,
Packet packet)
Creates a set of outbound WS-Addressing headers on the client with the default Action Message Addressing Property value. |
WSDLBoundOperation |
Message.getOperation(WSDLPort port)
Deprecated. It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use Packet.getWSDLOperation()
to get it correctly. |
boolean |
Message.isOneWay(WSDLPort port)
Returns true if this message is a request message for a one way operation according to the given WSDL. |
boolean |
FilterMessageImpl.isOneWay(WSDLPort port)
|
void |
HeaderList.readResponseAddressingHeaders(WSDLPort wsdlPort,
WSBinding binding)
|
Packet |
Packet.relateServerResponse(Packet r,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
| Uses of WSDLPort in com.sun.xml.ws.api.model |
|---|
| Methods in com.sun.xml.ws.api.model that return WSDLPort | |
|---|---|
WSDLPort |
SEIModel.getPort()
Gets the WSDLPort that represents the port that this SEI binds to. |
| Uses of WSDLPort in com.sun.xml.ws.api.model.wsdl |
|---|
| Methods in com.sun.xml.ws.api.model.wsdl that return WSDLPort | |
|---|---|
WSDLPort |
WSDLService.get(javax.xml.namespace.QName portName)
Gets the WSDLPort for a given port name |
WSDLPort |
WSDLService.getFirstPort()
Gets the first WSDLPort if any, or otherwise null. |
WSDLPort |
WSDLService.getMatchingPort(javax.xml.namespace.QName portTypeName)
Gets the first port in this service which matches the portType |
| Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPort | |
|---|---|
java.lang.Iterable<? extends WSDLPort> |
WSDLService.getPorts()
Gives all the WSDLPort in a wsdl:service WSDLService |
| Uses of WSDLPort in com.sun.xml.ws.api.model.wsdl.editable |
|---|
| Subinterfaces of WSDLPort in com.sun.xml.ws.api.model.wsdl.editable | |
|---|---|
interface |
EditableWSDLPort
|
| Uses of WSDLPort in com.sun.xml.ws.api.pipe |
|---|
| Methods in com.sun.xml.ws.api.pipe that return WSDLPort | |
|---|---|
WSDLPort |
ServerTubeAssemblerContext.getWsdlModel()
The created pipeline will be used to serve this port. |
WSDLPort |
ClientTubeAssemblerContext.getWsdlModel()
The created pipeline will be used to serve this port. |
| Uses of WSDLPort in com.sun.xml.ws.api.server |
|---|
| Methods in com.sun.xml.ws.api.server that return WSDLPort | |
|---|---|
abstract WSDLPort |
WSEndpoint.getPort()
Gets the port that this endpoint is serving. |
| Methods in com.sun.xml.ws.api.server with parameters of type WSDLPort | |
|---|---|
abstract Packet |
WSEndpoint.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
This is used by WsaServerTube and WSEndpointImpl to create a Packet with SOAPFault message from a Java exception. |
| Uses of WSDLPort in com.sun.xml.ws.assembler.dev |
|---|
| Methods in com.sun.xml.ws.assembler.dev that return WSDLPort | |
|---|---|
WSDLPort |
ServerTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port. |
WSDLPort |
ClientTubelineAssemblyContext.getWsdlPort()
The created pipeline will be used to serve this port. |
| Uses of WSDLPort in com.sun.xml.ws.binding |
|---|
| Methods in com.sun.xml.ws.binding with parameters of type WSDLPort | |
|---|---|
void |
WebServiceFeatureList.mergeFeatures(WSDLPort wsdlPort,
boolean honorWsdlRequired,
boolean reportConflicts)
Extracts features from WSDLFeaturedObject.getFeatures(). |
| Uses of WSDLPort in com.sun.xml.ws.client |
|---|
| Fields in com.sun.xml.ws.client declared as WSDLPort | |
|---|---|
WSDLPort |
PortInfo.portModel
If a port is known statically to a WSDL, PortInfo may
have the corresponding WSDL model. |
protected WSDLPort |
Stub.wsdlPort
|
| Methods in com.sun.xml.ws.client that return WSDLPort | |
|---|---|
WSDLPort |
PortInfo.getPort()
|
WSDLPort |
WSServiceDelegate.getPortModel(WSDLService wsdlService,
javax.xml.namespace.QName portName)
Obtains a WSDLPortImpl with error check. |
WSDLPort |
Stub.getWSDLPort()
|
| Methods in com.sun.xml.ws.client with parameters of type WSDLPort | |
|---|---|
SEIModel |
WSServiceDelegate.buildRuntimeModel(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
java.lang.Class portInterface,
WSDLPort wsdlPort,
WebServiceFeatureList features)
|
| Constructors in com.sun.xml.ws.client with parameters of type WSDLPort | |
|---|---|
ClientSchemaValidationTube(WSBinding binding,
WSDLPort port,
Tube next)
|
|
PortInfo(WSServiceDelegate owner,
WSDLPort port)
|
|
SEIPortInfo(WSServiceDelegate owner,
java.lang.Class sei,
SOAPSEIModel model,
WSDLPort portModel)
|
|
Stub(javax.xml.namespace.QName portname,
WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated. |
|
Stub(WSServiceDelegate owner,
Tube master,
BindingImpl binding,
WSDLPort wsdlPort,
EndpointAddress defaultEndPointAddress,
WSEndpointReference epr)
Deprecated. |
|
| Uses of WSDLPort in com.sun.xml.ws.db |
|---|
| Methods in com.sun.xml.ws.db with parameters of type WSDLPort | |
|---|---|
void |
DatabindingImpl.freeze(WSDLPort port)
|
| Uses of WSDLPort in com.sun.xml.ws.encoding.xml |
|---|
| Methods in com.sun.xml.ws.encoding.xml with parameters of type WSDLPort | |
|---|---|
boolean |
XMLMessage.XMLMultiPart.isOneWay(WSDLPort port)
|
| Uses of WSDLPort in com.sun.xml.ws.handler |
|---|
| Fields in com.sun.xml.ws.handler declared as WSDLPort | |
|---|---|
protected WSDLPort |
HandlerTube.port
|
| Methods in com.sun.xml.ws.handler that return WSDLPort | |
|---|---|
WSDLPort |
MessageHandlerContextImpl.getPort()
|
| Constructors in com.sun.xml.ws.handler with parameters of type WSDLPort | |
|---|---|
ClientLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube |
|
ClientMessageHandlerTube(SEIModel seiModel,
WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of MessageHandlerTube |
|
ClientSOAPHandlerTube(WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of SOAPHandlerTube |
|
HandlerTube(Tube next,
WSDLPort port,
WSBinding binding)
|
|
MessageHandlerContextImpl(SEIModel seiModel,
WSBinding binding,
WSDLPort wsdlModel,
Packet packet,
java.util.Set<java.lang.String> roles)
|
|
ServerLogicalHandlerTube(WSBinding binding,
SEIModel seiModel,
WSDLPort port,
Tube next)
Creates a new instance of LogicalHandlerTube |
|
ServerSOAPHandlerTube(WSBinding binding,
WSDLPort port,
Tube next)
Creates a new instance of SOAPHandlerTube |
|
| Uses of WSDLPort in com.sun.xml.ws.model |
|---|
| Methods in com.sun.xml.ws.model that return WSDLPort | |
|---|---|
WSDLPort |
AbstractSEIModelImpl.getPort()
|
| Methods in com.sun.xml.ws.model with parameters of type WSDLPort | |
|---|---|
void |
AbstractSEIModelImpl.freeze(WSDLPort port)
Link SEIModel to WSDLModel. |
| Uses of WSDLPort in com.sun.xml.ws.model.wsdl |
|---|
| Classes in com.sun.xml.ws.model.wsdl that implement WSDLPort | |
|---|---|
class |
WSDLPortImpl
Implementation of WSDLPort |
| Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLPort | |
|---|---|
WSDLPortProperties(WSDLPort port)
|
|
WSDLPortProperties(WSDLPort port,
SEIModel seiModel)
|
|
| Uses of WSDLPort in com.sun.xml.ws.server |
|---|
| Methods in com.sun.xml.ws.server that return WSDLPort | |
|---|---|
WSDLPort |
WSEndpointMOMProxy.getPort()
|
WSDLPort |
WSEndpointImpl.getPort()
|
| Methods in com.sun.xml.ws.server with parameters of type WSDLPort | ||
|---|---|---|
protected
|
EndpointFactory.create(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort wsdlPort,
java.lang.Class<T> implType,
ServiceDefinitionImpl serviceDefinition,
EndpointAwareTube terminal,
boolean isTransportSynchronous,
com.sun.xml.ws.policy.PolicyMap policyMap)
|
|
Packet |
WSEndpointMOMProxy.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
Packet |
WSEndpointImpl.createServiceResponseForException(ThrowableContainerPropertySet tc,
Packet responsePacket,
SOAPVersion soapVersion,
WSDLPort wsdlPort,
SEIModel seiModel,
WSBinding binding)
|
|
| Constructors in com.sun.xml.ws.server with parameters of type WSDLPort | |
|---|---|
ServerSchemaValidationTube(WSEndpoint endpoint,
WSBinding binding,
SEIModel seiModel,
WSDLPort wsdlPort,
Tube next)
|
|
WSEndpointImpl(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
java.lang.Class<T> implementationClass,
ServiceDefinitionImpl serviceDef,
EndpointAwareTube terminalTube,
boolean isSynchronous,
com.sun.xml.ws.policy.PolicyMap endpointPolicy)
|
|
WSEndpointImpl(javax.xml.namespace.QName serviceName,
javax.xml.namespace.QName portName,
WSBinding binding,
Container container,
SEIModel seiModel,
WSDLPort port,
Tube masterTubeline)
|
|
| Uses of WSDLPort in com.sun.xml.ws.server.provider |
|---|
| Methods in com.sun.xml.ws.server.provider with parameters of type WSDLPort | |
|---|---|
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
java.lang.Exception e,
WSDLPort port,
WSBinding binding)
Creates Message from method invocation's return value |
protected Packet |
ProviderArgumentsBuilder.getResponse(Packet request,
T returnValue,
WSDLPort port,
WSBinding binding)
Creates Packet from method invocation's return value |
| Uses of WSDLPort in com.sun.xml.ws.wsdl |
|---|
| Fields in com.sun.xml.ws.wsdl declared as WSDLPort | |
|---|---|
protected WSDLPort |
WSDLOperationFinder.wsdlModel
|
| Constructors in com.sun.xml.ws.wsdl with parameters of type WSDLPort | |
|---|---|
OperationDispatcher(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel)
|
|
WSDLOperationFinder(WSDLPort wsdlModel,
WSBinding binding,
SEIModel seiModel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||