Searched refs:SEIModel (Results 1 - 25 of 45) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/
H A DWSDLOperationFinder.java30 import com.sun.xml.internal.ws.api.model.SEIModel;
48 protected final SEIModel seiModel;
50 public WSDLOperationFinder(@NotNull WSDLPort wsdlModel, @NotNull WSBinding binding, @Nullable SEIModel seiModel) {
H A DOperationDispatcher.java31 import com.sun.xml.internal.ws.api.model.SEIModel;
56 public OperationDispatcher(@NotNull WSDLPort wsdlModel, @NotNull WSBinding binding, @Nullable SEIModel seiModel) {
H A DSOAPActionBasedOperationFinder.java31 import com.sun.xml.internal.ws.api.model.SEIModel;
54 public SOAPActionBasedOperationFinder(WSDLPort wsdlModel, WSBinding binding, @Nullable SEIModel seiModel) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/writer/
H A DWSDLGenExtnContext.java29 import com.sun.xml.internal.ws.api.model.SEIModel;
37 * {@link WSDLGeneratorExtension#start(WSDLGenExtnContext)}. This context consists of TXW, {@link SEIModel},
45 private final SEIModel model;
54 * @param model WSDL is being generated from this {@link SEIModel}.
61 public WSDLGenExtnContext(@NotNull TypedXmlWriter root, @NotNull SEIModel model, @NotNull WSBinding binding,
74 public SEIModel getModel() {
H A DWSDLGeneratorExtension.java33 import com.sun.xml.internal.ws.api.model.SEIModel;
58 * @param model WSDL is being generated from this {@link SEIModel}.
67 public void start(@NotNull TypedXmlWriter root, @NotNull SEIModel model, @NotNull WSBinding binding, @NotNull Container container) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/handler/
H A DMessageHandlerContext.java31 import com.sun.xml.internal.ws.api.model.SEIModel;
77 * Provides access to <code>SEIModel</code>.
79 public @Nullable SEIModel getSEIModel();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/spi/
H A DPolicyMapConfigurator.java29 import com.sun.xml.internal.ws.api.model.SEIModel;
60 Collection<PolicySubject> update(PolicyMap policyMap, SEIModel model, WSBinding wsBinding) throws PolicyException;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/
H A DCheckedException.java51 * Gets the root {@link SEIModel} that owns this model.
53 SEIModel getOwner();
H A DJavaMethod.java43 * Gets the root {@link SEIModel} that owns this model.
45 SEIModel getOwner();
H A DParameter.java51 * Gets the root {@link SEIModel} that owns this model.
53 SEIModel getOwner();
H A DSEIModel.java61 public interface SEIModel { interface
128 * Gives all the {@link JavaMethod} for a wsdl:port for which this {@link SEIModel} is
132 * associated with the {@link SEIModel}
137 * Location of the WSDL that defines the port associated with the {@link SEIModel}
144 * wsdl:service qualified name for the port associated with the {@link SEIModel)
156 * Value of the wsdl:port name associated with the {@link SEIModel)
163 * Value of wsdl:portType bound to the port associated with the {@link SEIModel)
175 * Namespace of the wsd;:port associated with the {@link SEIModel)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DMessageHandlerContextImpl.java33 import com.sun.xml.internal.ws.api.model.SEIModel;
42 private @Nullable SEIModel seiModel;
47 public MessageHandlerContextImpl(@Nullable SEIModel seiModel, WSBinding binding, @Nullable WSDLPort wsdlModel, Packet packet, Set<String> roles) {
70 public @Nullable SEIModel getSEIModel() {
H A DClientLogicalHandlerTube.java34 import com.sun.xml.internal.ws.api.model.SEIModel;
51 private SEIModel seiModel;
56 public ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) {
69 public ClientLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) {
H A DServerLogicalHandlerTube.java36 import com.sun.xml.internal.ws.api.model.SEIModel;
56 private SEIModel seiModel;
60 public ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, WSDLPort port, Tube next) {
74 public ServerLogicalHandlerTube(WSBinding binding, SEIModel seiModel, Tube next, HandlerTube cousinTube) {
H A DClientMessageHandlerTube.java34 import com.sun.xml.internal.ws.api.model.SEIModel;
53 private SEIModel seiModel;
60 public ClientMessageHandlerTube(@Nullable SEIModel seiModel, WSBinding binding, WSDLPort port, Tube next) {
H A DServerMessageHandlerTube.java33 import com.sun.xml.internal.ws.api.model.SEIModel;
51 private SEIModel seiModel;
55 public ServerMessageHandlerTube(SEIModel seiModel, WSBinding binding, Tube next, HandlerTube cousinTube) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/developer/
H A DJAXBContextFactory.java31 import com.sun.xml.internal.ws.api.model.SEIModel;
63 * The {@link SEIModel} object being constructed. This object provides you access to
90 @NotNull JAXBRIContext createJAXBContext(@NotNull SEIModel sei, @NotNull List<Class> classesToBind, @NotNull List<TypeReference> typeReferences) throws JAXBException;
97 public JAXBRIContext createJAXBContext(@NotNull SEIModel sei, @NotNull List<Class> classesToBind, @NotNull List<TypeReference> typeReferences) throws JAXBException {
H A DUsesJAXBContextFeature.java29 import com.sun.xml.internal.ws.api.model.SEIModel;
66 * a new instance. {@link JAXBContextFactory#createJAXBContext(SEIModel, List, List)} will
110 public JAXBRIContext createJAXBContext(@NotNull SEIModel sei, @NotNull List<Class> classesToBind, @NotNull List<TypeReference> typeReferences) throws JAXBException {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DWsaTubeHelperImpl.java36 import com.sun.xml.internal.ws.api.model.SEIModel;
54 public WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/v200408/
H A DWsaTubeHelperImpl.java37 import com.sun.xml.internal.ws.api.model.SEIModel;
55 public WsaTubeHelperImpl(WSDLPort wsdlPort, SEIModel seiModel, WSBinding binding) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DServerPipeAssemblerContext.java30 import com.sun.xml.internal.ws.api.model.SEIModel;
47 public ServerPipeAssemblerContext(@Nullable SEIModel seiModel, @Nullable WSDLPort wsdlModel, @NotNull WSEndpoint endpoint, @NotNull Tube terminal, boolean isSynchronous) {
H A DClientTubeAssemblerContext.java38 import com.sun.xml.internal.ws.api.model.SEIModel;
68 private final @Nullable SEIModel seiModel;
80 * Use {@link #ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel)}
89 * Use {@link #ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel)}.
101 * Use {@link #ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec,SEIModel)}.
112 * Use {@link #ClientTubeAssemblerContext(EndpointAddress, WSDLPort, WSBindingProvider, WSBinding, Container, Codec, SEIModel)}.
116 @NotNull Container container, Codec codec, SEIModel seiModel) {
127 @NotNull Container container, Codec codec, SEIModel seiModel) {
136 @NotNull Container container, Codec codec, SEIModel seiModel) {
204 public @Nullable SEIModel getSEIMode
[all...]
H A DPipelineAssembler.java32 import com.sun.xml.internal.ws.api.model.SEIModel;
60 * on the {@link SEIModel}, so it is no longer given to the assembler.
H A DServerTubeAssemblerContext.java33 import com.sun.xml.internal.ws.api.model.SEIModel;
60 private final SEIModel seiModel;
68 public ServerTubeAssemblerContext(@Nullable SEIModel seiModel,
87 public @Nullable SEIModel getSEIModel() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DServerSchemaValidationTube.java32 import com.sun.xml.internal.ws.api.model.SEIModel;
63 private final SEIModel seiModel;
67 SEIModel seiModel, WSDLPort wsdlPort, Tube next) {

Completed in 44 milliseconds

12