Searched refs:WSDLBoundPortType (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLPort.java46 * Gets {@link WSDLBoundPortType} associated with the {@link WSDLPort}.
49 WSDLBoundPortType getBinding();
H A DWSDLModel.java60 * Gets {@link WSDLBoundPortType} that models <code>wsdl:binding</code>
64 * @return A {@link WSDLBoundPortType} or null if no wsdl:binding found
66 WSDLBoundPortType getBinding(@NotNull QName name);
69 * Give a {@link WSDLBoundPortType} for the given wsdl:service and wsdl:port names.
73 * @return A {@link WSDLBoundPortType}. null if the Binding for the given wsd:service and wsdl:port name are not
76 WSDLBoundPortType getBinding(@NotNull QName serviceName, @NotNull QName portName);
95 * Gives a {@link Map} of wsdl:binding {@link QName} and {@link WSDLBoundPortType}
99 @NotNull Map<QName, WSDLBoundPortType> getBindings();
H A DWSDLBoundOperation.java61 * Gives the owner {@link WSDLBoundPortType}
63 @NotNull WSDLBoundPortType getBoundPortType();
H A DWSDLBoundPortType.java41 public interface WSDLBoundPortType extends WSDLFeaturedObject, WSDLExtensible { interface in inherits:WSDLFeaturedObject,WSDLExtensible
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DW3CAddressingMetadataWSDLParserExtension.java46 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) {
H A DMemberSubmissionAddressingWSDLParserExtension.java31 import com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType;
49 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) {
H A DDelegatingParserExtension.java83 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) {
87 public void bindingAttributes(WSDLBoundPortType binding, XMLStreamReader reader) {
H A DFoolProofParserExtension.java88 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) {
H A DWSDLParserExtensionFacade.java133 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader){
149 public void bindingAttributes(WSDLBoundPortType binding, XMLStreamReader reader){
H A DW3CAddressingWSDLParserExtension.java50 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DWSDLParserExtension.java176 public boolean bindingElements(WSDLBoundPortType binding, XMLStreamReader reader) {
180 public void bindingAttributes(WSDLBoundPortType binding, XMLStreamReader reader) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLModelImpl.java30 import com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType;
60 private final Map<QName,WSDLBoundPortType> unmBindings
61 = Collections.<QName,WSDLBoundPortType>unmodifiableMap(bindings);
116 public @NotNull Map<QName, WSDLBoundPortType> getBindings() {
H A DWSDLBoundPortTypeImpl.java33 import com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType;
46 * Implementation of {@link WSDLBoundPortType}
50 public final class WSDLBoundPortTypeImpl extends AbstractFeaturedObjectImpl implements WSDLBoundPortType {
123 * sets whether the {@link WSDLBoundPortType} is rpc or lit
H A DWSDLBoundOperationImpl.java298 public WSDLBoundPortType getBoundPortType() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DMessage.java38 import com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType;
244 * This method relies on {@link WSDLBoundPortType#getOperation(String, String)} but
268 public final @Nullable WSDLBoundOperation getOperation(@NotNull WSDLBoundPortType boundPortType) {
275 * The same as {@link #getOperation(WSDLBoundPortType)} but
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DMonitorRootService.java41 import com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLGeneratorExtension.java38 import com.sun.xml.internal.ws.api.model.wsdl.WSDLBoundPortType;
211 selectAndProcessBindingSubject(binding, WSDLBoundPortType.class, ScopeType.ENDPOINT, bindingName);
H A DPolicyWSDLParserExtension.java425 public boolean bindingElements(final WSDLBoundPortType binding, final XMLStreamReader reader) {
433 public void bindingAttributes(final WSDLBoundPortType binding, final XMLStreamReader reader) {

Completed in 828 milliseconds