|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QName | |
oracle.wsdl | |
oracle.wsdl.extension.soap | |
oracle.wsdl.internal |
Uses of QName in oracle.wsdl |
Methods in oracle.wsdl with parameters of type QName | |
Part |
DefinitionFactoryImpl.createPart(java.lang.String name, QName element, QName type) |
Input |
DefinitionFactoryImpl.createInput(QName message) |
Output |
DefinitionFactoryImpl.createOutput(QName message) |
Fault |
DefinitionFactoryImpl.createFault(java.lang.String name, QName message) |
Binding |
DefinitionFactoryImpl.createBinding(java.lang.String name, QName type) |
Port |
DefinitionFactoryImpl.createPort(java.lang.String name, QName binding) |
Uses of QName in oracle.wsdl.extension.soap |
Methods in oracle.wsdl.extension.soap that return QName | |
QName |
SOAPHeader.getMessage() Get message |
QName |
SOAPHeaderFault.getMessage() Get message |
Methods in oracle.wsdl.extension.soap with parameters of type QName | |
void |
SOAPHeader.setMessage(QName message) Set message |
void |
SOAPHeaderFault.setMessage(QName message) Set message |
Constructors in oracle.wsdl.extension.soap with parameters of type QName | |
SOAPHeader(QName message, java.lang.String part, int use) Initialize with message, part and use value. |
|
SOAPHeaderFault(QName message, java.lang.String part, int use) Initialize with message, part and use value. |
Uses of QName in oracle.wsdl.internal |
Methods in oracle.wsdl.internal that return QName | |
QName |
Fault.getMessage() Get the message |
QName |
Port.getBinding() Get binding for this port |
QName |
Binding.getPortType() Get the port type |
QName |
Namable.getName() get the qname of an wsdl element. |
QName |
Output.getMessage() Get the message |
QName |
Input.getMessage() Get the message |
QName |
Part.getElement() Get element |
QName |
Part.getType() Get type |
Methods in oracle.wsdl.internal with parameters of type QName | |
void |
Fault.setMessage(QName name) Set message |
Binding |
Definitions.findBinding(QName bindingQName) find a binding of the specified qname, the binding may be defined in an imported wsdl document. |
PortType |
Definitions.findPortType(QName portTypeQName) find a portType of the specified qname, the portType may be defined in an imported wsdl document. |
Message |
Definitions.findMessage(QName messageQName) find a message of the specified qname, the message may be defined in an imported wsdl document. |
org.w3c.dom.Element |
Definitions.findSchemaElement(QName elementQName) find a schema element of the specified qname, the element may be defined in an imported wsdl document. |
org.w3c.dom.Element |
Definitions.findSchemaType(QName typeQName) find a schema type of the specified qname, the element may be defined in an imported wsdl document. |
void |
Port.setBinding(QName binding) Set binding for this port |
void |
Binding.setPortType(QName portType) Set the port type |
abstract Part |
DefinitionFactory.createPart(java.lang.String name, QName element, QName type) |
abstract Input |
DefinitionFactory.createInput(QName messageName) |
abstract Output |
DefinitionFactory.createOutput(QName messageName) |
abstract Fault |
DefinitionFactory.createFault(java.lang.String name, QName messageName) |
abstract Binding |
DefinitionFactory.createBinding(java.lang.String name, QName portType) |
abstract Port |
DefinitionFactory.createPort(java.lang.String name, QName bindingName) |
void |
Output.setMessage(QName message) Set message |
void |
Input.setMessage(QName message) Set message |
void |
Part.setElement(QName element) Set element |
void |
Part.setType(QName type) Set type |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2001 Oracle SOAP. All Rights Reserved.