Frames | No Frames |
Methods which throw type javax.wsdl.WSDLException | |
void | SOAPAddressSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | SOAPBindingSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) |
void | SOAPBodySerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | SOAPFaultSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | SOAPHeaderSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) |
void | SOAPOperationSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
ExtensibilityElement | SOAPAddressSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
ExtensibilityElement | SOAPBindingSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | SOAPBodySerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | SOAPFaultSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
ExtensibilityElement | SOAPHeaderSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | SOAPOperationSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
Methods which throw type javax.wsdl.WSDLException | |
Document | Return a document generated from the specified WSDL model.
|
WSDLFactory | Get the WSDLFactory object cached in the reader, or use lazy
instantiation if it is not cached yet.
|
void | WSDLWriterImpl.main(String[] argv) A test driver.
|
Binding | |
BindingFault | |
BindingInput | |
BindingOperation | |
BindingOutput | |
Definition | WSDLReaderImpl.parseDefinitions(String documentBaseURI, Element defEl, Map importedDefs) |
Object | WSDLReaderImpl.parseExtensibilityAttribute(Element el, int attrType, String attrValue, Definition def) |
void | WSDLReaderImpl.parseExtensibilityAttributes(Element el, Class parentType, AttributeExtensible attrExt, Definition def) |
ExtensibilityElement | |
Fault | |
Import | |
Input | |
Message | |
Operation | |
Output | |
Part | |
Port | |
PortType | |
ExtensibilityElement | |
ExtensibilityElement | |
Service | |
Types | |
void | |
void | |
void | |
void | |
void | |
void | |
void | WSDLWriterImpl.printDocumentation(Element docElement, PrintWriter pw) |
void | WSDLWriterImpl.printExtensibilityAttributes(Class parentType, AttributeExtensible attrExt, Definition def, PrintWriter pw) |
void | WSDLWriterImpl.printExtensibilityElements(Class parentType, List extensibilityElements, Definition def, PrintWriter pw) |
void | |
void | |
void | |
void | |
void | WSDLWriterImpl.printNamespaceDeclarations(Map namespaces, PrintWriter pw) |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
Definition | WSDLReaderImpl.readWSDL(String wsdlURI) Read the WSDL document accessible via the specified
URI into a WSDL definition.
|
Definition | WSDLReaderImpl.readWSDL(String documentBaseURI, Document wsdlDocument) Read the specified WSDL document into a WSDL definition.
|
Definition | WSDLReaderImpl.readWSDL(String documentBaseURI, Element definitionsElement) Read the specified <wsdl:definitions> element into a WSDL
definition.
|
Definition | WSDLReaderImpl.readWSDL(String documentBaseURI, Element definitionsElement, Map importedDefs) |
Definition | WSDLReaderImpl.readWSDL(String documentBaseURI, InputSource inputSource) Read a WSDL document into a WSDL definition.
|
Definition | WSDLReaderImpl.readWSDL(String contextURI, String wsdlURI) Read the WSDL document accessible via the specified
URI into a WSDL definition.
|
Definition | Read a WSDL document into a WSDL definition.
|
void | Write the specified WSDL definition to the specified OutputStream.
|
void | Write the specified WSDL definition to the specified Writer.
|
Methods which throw type javax.wsdl.WSDLException | |
Document | Return a document generated from the specified WSDL model.
|
Definition | WSDLReader.readWSDL(String wsdlURI) Read the WSDL document accessible via the specified
URI into a WSDL definition.
|
Definition | WSDLReader.readWSDL(String documentBaseURI, Document wsdlDocument) Read the specified WSDL document into a WSDL definition.
|
Definition | WSDLReader.readWSDL(String documentBaseURI, Element definitionsElement) Read the specified <wsdl:definitions> element into a WSDL
definition.
|
Definition | WSDLReader.readWSDL(String documentBaseURI, InputSource inputSource) Read a WSDL document into a WSDL definition.
|
Definition | WSDLReader.readWSDL(String contextURI, String wsdlURI) Read the WSDL document accessible via the specified
URI into a WSDL definition.
|
Definition | Read a WSDL document into a WSDL definition.
|
void | Write the specified WSDL definition to the specified OutputStream.
|
void | Write the specified WSDL definition to the specified Writer.
|
Methods which throw type javax.wsdl.WSDLException | |
WSDLFactory | Get a new instance of a WSDLFactory. |
WSDLFactory | WSDLFactory.newInstance(String factoryImplName) Get a new instance of a WSDLFactory. |
Methods which throw type javax.wsdl.WSDLException | |
String | |
QName | |
QName | DOMUtils.getQualifiedAttributeValue(Element el, String attrName, String elDesc, boolean isRequired, Definition def) This method should be used for elements that support extension attributes
because it does not track the remaining attributes to test for unexpected
attributes.
|
QName | DOMUtils.getQualifiedAttributeValue(Element el, String attrName, String elDesc, boolean isRequired, Definition def, List remainingAttrs) This method should be used for elements that do not support extension attributes
because it tracks the remaining attributes so that eventually any
unexpected attributes can be identified.
|
String | |
void | |
void | Prints attributes with qualified names.
|
void | |
void | DOMUtils.throwWSDLException(Element location) |
void | DOMUtils.throwWSDLException(Element location, List remainingAttrs) |
Methods which throw type javax.wsdl.WSDLException | |
void | SchemaSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
ExtensibilityElement | SchemaDeserializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
Methods which throw type javax.wsdl.WSDLException | |
void | MIMEContentSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | MIMEMimeXmlSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | MIMEMultipartRelatedSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | MIMEContentSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
ExtensibilityElement | MIMEMimeXmlSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
ExtensibilityElement | MIMEMultipartRelatedSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
Methods which throw type javax.wsdl.WSDLException | |
ExtensibilityElement | Create an instance of the type which was declared to be used to
represent extensibility elements with qnames matching elementType,
when intended to exist as children of the specified parentType.
|
void | ExtensionSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | UnknownExtensionSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
ExtensionDeserializer | Look up the deserializer for the extensibility element with the
qname elementType, which was encountered as an immediate child
of the element represented by the specified parentType.
|
ExtensionSerializer | Look up the serializer to use for the extensibility element with
the qname elementType, which was encountered as a child of the
specified parentType.
|
ExtensibilityElement | ExtensionDeserializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
ExtensibilityElement | UnknownExtensionDeserializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
Methods which throw type javax.wsdl.WSDLException | |
void | HTTPAddressSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | HTTPBindingSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) |
void | HTTPOperationSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
void | HTTPUrlEncodedSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) |
void | HTTPUrlReplacementSerializer.marshall(Class parentType, QName elementType, ExtensibilityElement extension, PrintWriter pw, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | HTTPAddressSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | HTTPBindingSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | HTTPOperationSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) This method deserializes elements into instances of classes
which implement the ExtensibilityElement interface. |
ExtensibilityElement | HTTPUrlEncodedSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |
ExtensibilityElement | HTTPUrlReplacementSerializer.unmarshall(Class parentType, QName elementType, Element el, Definition def, ExtensionRegistry extReg) |