Package | Description |
---|---|
com.sun.tools.ws.api.wsdl | |
com.sun.tools.ws.wsdl.framework | |
com.sun.tools.ws.wsdl.parser |
Modifier and Type | Method and Description |
---|---|
boolean |
TWSDLExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
This interface is called during WSDL parsing on detecting any wsdl extension.
|
boolean |
TWSDLExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:binding |
boolean |
TWSDLExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:definitions |
boolean |
TWSDLExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:fault |
boolean |
TWSDLExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:input |
boolean |
TWSDLExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:portType/wsdl:operation . |
boolean |
TWSDLExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:output |
boolean |
TWSDLExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:port |
boolean |
TWSDLExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:portType |
boolean |
TWSDLExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:service |
boolean |
TWSDLExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:type |
Modifier and Type | Class and Description |
---|---|
class |
TWSDLParserContextImpl
The context used by parser classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MIMEExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
AbstractExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback that gets called by the WSDL parser or any other extension handler on finding an extensibility element
that it can't understand.
|
boolean |
SOAPExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
W3CAddressingExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
MemberSubmissionAddressingExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
W3CAddressingMetadataExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
MemberSubmissionAddressingExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
W3CAddressingMetadataExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
protected boolean |
SOAPExtensionHandler.handleInputOutputExtension(TWSDLParserContext contextif,
TWSDLExtensible parent,
Element e) |
protected boolean |
MIMEExtensionHandler.handleInputOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
protected boolean |
SOAPExtensionHandler.handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
protected boolean |
MIMEExtensionHandler.handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
protected boolean |
AbstractExtensionHandler.handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:mime |
boolean |
SOAPExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
MemberSubmissionAddressingExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
W3CAddressingMetadataExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
MemberSubmissionAddressingExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
W3CAddressingExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy15ExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
Policy12ExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
JAXWSBindingExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
SOAPExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
boolean |
HTTPExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
protected MIMEContent |
MIMEExtensionHandler.parseMIMEContent(TWSDLParserContext context,
Element e) |
protected MIMEXml |
MIMEExtensionHandler.parseMIMEXml(TWSDLParserContext context,
Element e) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.