Searched defs:seiModel (Results 1 - 25 of 31) sorted by relevance

12

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/wsdl/
H A DActionBasedOperationFinder.java71 public ActionBasedOperationFinder(WSDLPort wsdlModel, WSBinding binding, @Nullable SEIModel seiModel) { argument
H A DOperationDispatcher.java57 public OperationDispatcher(@NotNull WSDLPort wsdlModel, @NotNull WSBinding binding, @Nullable SEIModel seiModel) { argument
H A DSOAPActionBasedOperationFinder.java55 public SOAPActionBasedOperationFinder(WSDLPort wsdlModel, WSBinding binding, @Nullable SEIModel seiModel) { argument
H A DPayloadQNameBasedOperationFinder.java70 public PayloadQNameBasedOperationFinder(WSDLPort wsdlModel, WSBinding binding, @Nullable SEIModel seiModel) { argument
H A DWSDLOperationFinder.java52 protected final SEIModel seiModel; field in class:WSDLOperationFinder
54 public WSDLOperationFinder(@NotNull WSDLPort wsdlModel, @NotNull WSBinding binding, @Nullable SEIModel seiModel) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLDirectProperties.java45 public WSDLDirectProperties(QName serviceName, QName portName, SEIModel seiModel) { argument
H A DWSDLProperties.java52 private final @Nullable SEIModel seiModel; field in class:WSDLProperties
54 protected WSDLProperties(@Nullable SEIModel seiModel) { argument
H A DWSDLPortProperties.java50 public WSDLPortProperties(@NotNull WSDLPort port, @Nullable SEIModel seiModel) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/v200408/
H A DWsaTubeHelperImpl.java55 public WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelperImpl.java54 public WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) { argument
H A DWsaTubeHelper.java63 public WsaTubeHelper(WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort) { argument
355 protected SEIModel seiModel; field in class:WsaTubeHelper
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DServerPipeAssemblerContext.java47 public ServerPipeAssemblerContext(@Nullable SEIModel seiModel, @Nullable WSDLPort wsdlModel, @NotNull WSEndpoint endpoint, @NotNull Tube terminal, boolean isSynchronous) { argument
H A DClientTubeAssemblerContext.java68 private final @Nullable SEIModel seiModel; field in class:ClientTubeAssemblerContext
115 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel, Class sei) argument
126 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSBindingProvider bindingProvider, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel, Class sei) argument
135 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @Nullable WSService rootOwner, @Nullable WSBindingProvider bindingProvider, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel, Class sei) argument
[all...]
H A DServerTubeAssemblerContext.java60 private final SEIModel seiModel; field in class:ServerTubeAssemblerContext
68 public ServerTubeAssemblerContext(@Nullable SEIModel seiModel, argument
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/handler/
H A DServerMessageHandlerTube.java52 private SEIModel seiModel; field in class:ServerMessageHandlerTube
55 public ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) { argument
H A DMessageHandlerContextImpl.java42 private @Nullable SEIModel seiModel; field in class:MessageHandlerContextImpl
47 public MessageHandlerContextImpl(@Nullable SEIModel seiModel, WSBinding binding, @Nullable WSDLPort wsdlModel, Packet packet, Set<String> roles) { argument
H A DClientMessageHandlerTube.java54 private SEIModel seiModel; field in class:ClientMessageHandlerTube
60 public ClientMessageHandlerTube(@Nullable SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next) { argument
H A DClientLogicalHandlerTube.java52 private SEIModel seiModel; field in class:ClientLogicalHandlerTube
57 public ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) { argument
69 public ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) { argument
[all...]
H A DServerLogicalHandlerTube.java58 private SEIModel seiModel; field in class:ServerLogicalHandlerTube
63 public ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) { argument
76 public ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) { argument
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/server/
H A DServerSchemaValidationTube.java63 private final SEIModel seiModel; field in class:ServerSchemaValidationTube
66 ServerSchemaValidationTube(WSEndpoint endpoint, WSBinding binding, SEIModel seiModel, WSDLPort wsdlPort, Tube next) argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/spi/db/
H A DBindingInfo.java50 private SEIModel seiModel; field in class:BindingInfo
83 public void setSEIModel(SEIModel seiModel) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/client/sei/
H A DSEIStub.java73 public SEIStub(WSServiceDelegate owner, BindingImpl binding, SOAPSEIModel seiModel, Tube master, WSEndpointReference epr) { argument
82 public SEIStub(WSPortInfo portInfo, BindingImpl binding, SOAPSEIModel seiModel, WSEndpointReference epr) { argument
119 public final SOAPSEIModel seiModel; field in class:SEIStub
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/message/
H A DMessage.java337 public final @Nullable JavaMethod getMethod(@NotNull SEIModel seiModel) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/db/
H A DDatabindingImpl.java71 AbstractSEIModelImpl seiModel; field in class:DatabindingImpl
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java98 private SEIModel seiModel; field in class:PolicyWSDLGeneratorExtension
[all...]

Completed in 183 milliseconds

12