Searched refs:rootOwner (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DClientTubeAssemblerContext.java69 private final @NotNull WSService rootOwner; field in class:ClientTubeAssemblerContext
82 public ClientTubeAssemblerContext(@NotNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding) { argument
83 this(address, wsdlModel, rootOwner, binding, Container.NONE);
92 @NotNull WSService rootOwner, @NotNull WSBinding binding,
95 this(address, wsdlModel, rootOwner, binding, container, ((BindingImpl)binding).createCodec() );
104 @NotNull WSService rootOwner, @NotNull WSBinding binding,
106 this(address, wsdlModel, rootOwner, binding, container, codec, null);
115 @NotNull WSService rootOwner, @NotNull WSBinding binding,
117 this(address, wsdlModel, rootOwner, null/* no info on which port it is, so pass null*/, binding, container, codec,seiModel);
135 @Nullable WSService rootOwner,
91 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container) argument
103 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container, Codec codec) argument
114 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel) argument
134 ClientTubeAssemblerContext(@otNull EndpointAddress address, @Nullable WSDLPort wsdlModel, @Nullable WSService rootOwner, @Nullable WSBindingProvider bindingProvider, @NotNull WSBinding binding, @NotNull Container container, Codec codec, SEIModel seiModel) argument
[all...]
H A DClientPipeAssemblerContext.java48 public ClientPipeAssemblerContext(@NotNull EndpointAddress address, @NotNull WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding) { argument
49 this(address, wsdlModel, rootOwner, binding, Container.NONE);
53 @NotNull WSService rootOwner, @NotNull WSBinding binding,
55 super(address, wsdlModel, rootOwner, binding, container);
52 ClientPipeAssemblerContext(@otNull EndpointAddress address, @NotNull WSDLPort wsdlModel, @NotNull WSService rootOwner, @NotNull WSBinding binding, @NotNull Container container) argument

Completed in 47 milliseconds