Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLPort
-
Packages that use WSDLPort Package Description com.sun.xml.ws.addressing com.sun.xml.ws.addressing.v200408 com.sun.xml.ws.api.addressing com.sun.xml.ws.api.databinding com.sun.xml.ws.api.message Messageand 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.pipe Pipeand related abstractions.com.sun.xml.ws.api.server APIs for hosting JAX-WS services.com.sun.xml.ws.binding com.sun.xml.ws.db com.sun.xml.ws.model com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime -
-
Uses of WSDLPort in com.sun.xml.ws.addressing
Fields in com.sun.xml.ws.addressing declared as WSDLPort Modifier and Type Field Description protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTube. wsdlPortPort that we are processing.protected WSDLPortWsaTubeHelper. wsdlPortConstructors in com.sun.xml.ws.addressing with parameters of type WSDLPort Constructor Description 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 Constructor Description 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 Modifier and Type Method Description static AddressingVersionAddressingVersion. fromPort(WSDLPort port)Gets theAddressingVersionfrom aWSDLPortabstract WsaTubeHelperAddressingVersion. 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.databinding
Fields in com.sun.xml.ws.api.databinding declared as WSDLPort Modifier and Type Field Description protected WSDLPortDatabindingConfig. wsdlPortMethods in com.sun.xml.ws.api.databinding that return WSDLPort Modifier and Type Method Description WSDLPortDatabindingConfig. getWsdlPort()Methods in com.sun.xml.ws.api.databinding with parameters of type WSDLPort Modifier and Type Method Description voidDatabindingConfig. setWsdlPort(WSDLPort wsdlPort) -
Uses of WSDLPort in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type WSDLPort Modifier and Type Method Description PacketPacket. createServerResponse(Message responseMessage, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)Creates a server-side responsePacketfrom a request packet (this).static voidAddressingUtils. fillRequestAddressingHeaders(MessageHeaders headers, WSDLPort wsdlPort, WSBinding binding, Packet packet)voidHeaderList. 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.WSDLBoundOperationMessage. getOperation(WSDLPort port)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message.booleanFilterMessageImpl. isOneWay(WSDLPort port)booleanMessage. isOneWay(WSDLPort port)Returns true if this message is a request message for a one way operation according to the given WSDL.voidHeaderList. readResponseAddressingHeaders(WSDLPort wsdlPort, WSBinding binding)PacketPacket. 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 Modifier and Type Method Description WSDLPortSEIModel. getPort()Gets theWSDLPortthat 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 Modifier and Type Method Description WSDLPortWSDLService. get(QName portName)Gets theWSDLPortfor a given port nameWSDLPortWSDLService. getFirstPort()Gets the firstWSDLPortif any, or otherwise null.WSDLPortWSDLService. getMatchingPort(QName portTypeName)Gets the first port in this service which matches the portTypeMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPort Modifier and Type Method Description Iterable<? extends WSDLPort>WSDLService. getPorts()Gives all theWSDLPortin a wsdl:serviceWSDLService -
Uses of WSDLPort in com.sun.xml.ws.api.pipe
Methods in com.sun.xml.ws.api.pipe that return WSDLPort Modifier and Type Method Description WSDLPortClientTubeAssemblerContext. getWsdlModel()The created pipeline will be used to serve this port.WSDLPortServerTubeAssemblerContext. getWsdlModel()The created pipeline will be used to serve this port.Constructors in com.sun.xml.ws.api.pipe with parameters of type WSDLPort 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.ServerPipeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous)Deprecated.ServerTubeAssemblerContext(SEIModel seiModel, WSDLPort wsdlModel, WSEndpoint endpoint, Tube terminal, boolean isSynchronous) -
Uses of WSDLPort in com.sun.xml.ws.api.server
Methods in com.sun.xml.ws.api.server that return WSDLPort Modifier and Type Method Description abstract WSDLPortWSEndpoint. getPort()Gets the port that this endpoint is serving.Methods in com.sun.xml.ws.api.server with parameters of type WSDLPort Modifier and Type Method Description abstract PacketWSEndpoint. 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.binding
Methods in com.sun.xml.ws.binding with parameters of type WSDLPort Modifier and Type Method Description voidWebServiceFeatureList. mergeFeatures(WSDLPort wsdlPort, boolean honorWsdlRequired, boolean reportConflicts)Extracts features fromWSDLFeaturedObject.getFeatures(). -
Uses of WSDLPort in com.sun.xml.ws.db
Methods in com.sun.xml.ws.db with parameters of type WSDLPort Modifier and Type Method Description voidDatabindingImpl. freeze(WSDLPort port) -
Uses of WSDLPort in com.sun.xml.ws.model
Methods in com.sun.xml.ws.model that return WSDLPort Modifier and Type Method Description WSDLPortAbstractSEIModelImpl. getPort()Methods in com.sun.xml.ws.model with parameters of type WSDLPort Modifier and Type Method Description voidAbstractSEIModelImpl. freeze(WSDLPort port) -
Uses of WSDLPort in com.sun.xml.ws.server
Methods in com.sun.xml.ws.server that return WSDLPort Modifier and Type Method Description WSDLPortWSEndpointImpl. getPort()WSDLPortWSEndpointMOMProxy. getPort()Methods in com.sun.xml.ws.server with parameters of type WSDLPort Modifier and Type Method Description protected <T> WSEndpoint<T>EndpointFactory. create(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort wsdlPort, Class<T> implType, ServiceDefinitionImpl serviceDefinition, EndpointAwareTube terminal, boolean isTransportSynchronous, com.sun.xml.ws.policy.PolicyMap policyMap)PacketWSEndpointImpl. createServiceResponseForException(ThrowableContainerPropertySet tc, Packet responsePacket, SOAPVersion soapVersion, WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding)PacketWSEndpointMOMProxy. 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 Constructor Description ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Tube masterTubeline)WSEndpointImpl(QName serviceName, QName portName, WSBinding binding, Container container, SEIModel seiModel, WSDLPort port, Class<T> implementationClass, ServiceDefinitionImpl serviceDef, EndpointAwareTube terminalTube, boolean isSynchronous, com.sun.xml.ws.policy.PolicyMap endpointPolicy)
-