Searched defs:wsdl (Results 51 - 75 of 241) sorted by relevance

12345678910

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DExtensionVisitorBase.java26 package com.sun.tools.internal.ws.wsdl.framework;
28 import com.sun.tools.internal.ws.api.wsdl.TWSDLExtension;
H A DGloballyKnown.java26 package com.sun.tools.internal.ws.wsdl.framework;
H A DKind.java26 package com.sun.tools.internal.ws.wsdl.framework;
H A DNoSuchEntityException.java26 package com.sun.tools.internal.ws.wsdl.framework;
48 return "com.sun.tools.internal.ws.resources.wsdl";
H A DParseException.java26 package com.sun.tools.internal.ws.wsdl.framework;
51 return "com.sun.tools.internal.ws.resources.wsdl";
H A DParserListener.java26 package com.sun.tools.internal.ws.wsdl.framework;
H A DValidationException.java26 package com.sun.tools.internal.ws.wsdl.framework;
46 return "com.sun.tools.internal.ws.resources.wsdl";
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizationLogic.java26 package com.sun.tools.internal.ws.wsdl.parser;
H A DMemberSubmissionAddressingExtensionHandler.java26 package com.sun.tools.internal.ws.wsdl.parser;
28 import com.sun.tools.internal.ws.api.wsdl.TWSDLExtensible;
29 import com.sun.tools.internal.ws.api.wsdl.TWSDLParserContext;
H A DNamespaceContextImpl.java32 package com.sun.tools.internal.ws.wsdl.parser;
H A DSOAPEntityReferenceValidator.java26 package com.sun.tools.internal.ws.wsdl.parser;
28 import com.sun.tools.internal.ws.wsdl.document.schema.SchemaConstants;
29 import com.sun.tools.internal.ws.wsdl.document.schema.SchemaKinds;
30 import com.sun.tools.internal.ws.wsdl.document.soap.SOAPConstants;
31 import com.sun.tools.internal.ws.wsdl.framework.EntityReferenceValidator;
32 import com.sun.tools.internal.ws.wsdl.framework.Kind;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/
H A DWSDLBoundFault.java26 package com.sun.xml.internal.ws.api.model.wsdl;
34 * Abstracts wsdl:binding/wsdl:operation/wsdl:fault
41 * Gives the wsdl:binding/wsdl:operation/wsdl:fault@name value
49 * will be the one derived from wsdl:portType namespace.
52 * corresponding fault in abstractwsdl:portType/wsdl:operation then the namespace URI of the fault will be that of
59 * wsdl
[all...]
H A DWSDLDescriptorKind.java26 package com.sun.xml.internal.ws.api.model.wsdl;
29 * Enumeration that tells a wsdl:part that can be defined either using a type
36 * wsdl:part is defined using element attribute.
40 * <wsdl:part name="foo" element="ns1:FooElement">
46 * wsdl:part is defined using type attribute.
50 * <wsdl:part name="foo" element="ns1:FooType">
H A DWSDLExtensible.java26 package com.sun.xml.internal.ws.api.model.wsdl;
H A DWSDLFault.java26 package com.sun.xml.internal.ws.api.model.wsdl;
33 * Abstracts wsdl:portType/wsdl:operation/wsdl:fault
39 * Gives wsdl:fault@name value
44 * Gives the WSDLMessage corresponding to wsdl:fault@message
60 * Gives qualified name of the wsdl:fault 'name' attribute value.
63 * The namespace uri is determined from the enclosing wsdl:operation.
H A DWSDLFeaturedObject.java26 package com.sun.xml.internal.ws.api.model.wsdl;
31 import com.sun.xml.internal.ws.api.wsdl.parser.WSDLParserExtension;
H A DWSDLInput.java26 package com.sun.xml.internal.ws.api.model.wsdl;
34 * Abstraction of wsdl:portType/wsdl:operation/wsdl:input
40 * Gives the wsdl:portType/wsdl:operation/wsdl:input@name
45 * Gives the WSDLMessage corresponding to wsdl:input@message
74 * Gives qualified name of the wsdl:input 'name' attribute value. If there is no name, then it computes the name from:
76 * If the wsdl
[all...]
H A DWSDLMessage.java26 package com.sun.xml.internal.ws.api.model.wsdl;
31 * Abstraction of wsdl:message.
37 * Gives wsdl:message@name value.
H A DWSDLOutput.java26 package com.sun.xml.internal.ws.api.model.wsdl;
33 * Abstraction of wsdl:portType/wsdl:operation/wsdl:output
39 * Gives the wsdl:portType/wsdl:operation/wsdl:output@name
44 * Gives the WSDLMessage corresponding to wsdl:output@message
73 * Gives qualified name of the wsdl:output 'name' attribute value. If there is no name, then it computes the name from:
75 * wsdl
[all...]
H A DWSDLPart.java26 package com.sun.xml.internal.ws.api.model.wsdl;
31 * Abstracts wsdl:part after applying binding information from wsdl:binding.
37 * Gets wsdl:part@name attribute value.
42 * Gets the wsdl:part binding as seen thru wsdl:binding
47 * Index value is as the order in which the wsdl:part appears inside the input or output wsdl:message.
53 * Gives the XML Schema descriptor referenced using either wsdl:part@element or wsdl
[all...]
H A DWSDLPartDescriptor.java26 package com.sun.xml.internal.ws.api.model.wsdl;
31 * Abstracts wsdl:part descriptor that is defined using element or type attribute.
42 * Gives whether wsdl:part references a schema type or a global element.
H A DWSDLPort.java26 package com.sun.xml.internal.ws.api.model.wsdl;
34 * Abstracts wsdl:service/wsdl:port
40 * Gets wsdl:port@name attribute value as local name and wsdl:definitions@targetNamespace
H A DWSDLPortType.java26 package com.sun.xml.internal.ws.api.model.wsdl;
28 import com.sun.xml.internal.ws.api.model.wsdl.WSDLExtensible;
29 import com.sun.xml.internal.ws.api.model.wsdl.WSDLOperation;
34 * Abstraction of wsdl:portType.
40 * Gets the name of the wsdl:portType@name attribute value as local name and wsdl:definitions@targetNamespace
H A DWSDLService.java26 package com.sun.xml.internal.ws.api.model.wsdl;
33 * Abstracts wsdl:service.
45 * Gets the name of the wsdl:service@name attribute value as local name and wsdl:definitions@targetNamespace
65 * Gives all the {@link WSDLPort} in a wsdl:service {@link WSDLService}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/wsdl/parser/
H A DMetaDataResolver.java26 package com.sun.xml.internal.ws.api.wsdl.parser;
34 * Resolves metadata such as WSDL/schema. This serves as extensibile plugin point which a wsdl parser can use to
41 * Gives {@link com.sun.xml.internal.ws.api.wsdl.parser.ServiceDescriptor} resolved from the given location.
46 * @return {@link com.sun.xml.internal.ws.api.wsdl.parser.ServiceDescriptor} resolved from the location. It may be null in the cases when MetadataResolver

Completed in 33 milliseconds

12345678910