Package | Description |
---|---|
org.apache.axis | |
org.apache.axis.client | |
org.apache.axis.deployment.wsdd | |
org.apache.axis.description | |
org.apache.axis.message | |
org.apache.axis.wsdl.fromJava |
Modifier and Type | Method and Description |
---|---|
OperationDesc |
MessageContext.getOperation()
The current operation.
|
OperationDesc |
MessageContext.getOperationByQName(QName qname)
get the first possible operation that could match a
body containing an element of the given QName.
|
OperationDesc[] |
MessageContext.getPossibleOperationsByQName(QName qname)
Returns a list of operation descriptors that could may
possibly match a body containing an element of the given QName.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setOperation(OperationDesc operation)
Set the current operation.
|
Modifier and Type | Method and Description |
---|---|
OperationDesc |
Call.getOperation() |
Modifier and Type | Method and Description |
---|---|
void |
Call.setOperation(OperationDesc operation)
Hand a complete OperationDesc to the Call, and note that this was
done so that others don't try to mess with it by calling addParameter,
setReturnType, etc.
|
Modifier and Type | Method and Description |
---|---|
OperationDesc |
WSDDOperation.getOperationDesc() |
Constructor and Description |
---|
WSDDOperation(OperationDesc desc)
Constructor
|
WSDDParameter(org.w3c.dom.Element e,
OperationDesc parent) |
Modifier and Type | Method and Description |
---|---|
OperationDesc |
ServiceDesc.getOperationByElementQName(QName qname)
Map an XML QName to an operation.
|
OperationDesc |
JavaServiceDesc.getOperationByElementQName(QName qname)
Map an XML QName to an operation.
|
OperationDesc |
ServiceDesc.getOperationByName(java.lang.String methodName)
Return an operation matching the given method name.
|
OperationDesc |
JavaServiceDesc.getOperationByName(java.lang.String methodName)
Return an operation matching the given method name.
|
OperationDesc[] |
ServiceDesc.getOperationsByName(java.lang.String methodName)
get all overloaded operations by name
|
OperationDesc[] |
JavaServiceDesc.getOperationsByName(java.lang.String methodName)
get all overloaded operations by name
|
OperationDesc[] |
ServiceDesc.getOperationsByQName(QName qname)
Return all operations which match this QName (i.e.
|
OperationDesc[] |
JavaServiceDesc.getOperationsByQName(QName qname)
Return all operations which match this QName (i.e.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDesc.addOperationDesc(OperationDesc operation) |
void |
JavaServiceDesc.addOperationDesc(OperationDesc operation) |
void |
ServiceDesc.removeOperationDesc(OperationDesc operation) |
void |
JavaServiceDesc.removeOperationDesc(OperationDesc operation) |
Modifier and Type | Method and Description |
---|---|
OperationDesc[] |
RPCElement.getOperations() |
Modifier and Type | Method and Description |
---|---|
void |
RPCHandler.setOperation(OperationDesc myOperation) |
Constructor and Description |
---|
RPCElement(java.lang.String namespace,
java.lang.String localName,
java.lang.String prefix,
org.xml.sax.Attributes attributes,
DeserializationContext context,
OperationDesc[] operations) |
Modifier and Type | Method and Description |
---|---|
protected QName |
Emitter.getRequestQName(OperationDesc oper)
Method getRequestQName
|
protected QName |
Emitter.getResponseQName(OperationDesc oper)
Method getResponseQName
|
protected javax.wsdl.BindingOperation |
Emitter.writeBindingOperation(javax.wsdl.Definition def,
javax.wsdl.Binding binding,
javax.wsdl.Operation oper,
OperationDesc desc)
Create a Binding Operation
|
protected void |
Emitter.writeMessages(javax.wsdl.Definition def,
javax.wsdl.Operation oper,
OperationDesc desc,
javax.wsdl.BindingOperation bindingOper)
Create a Message
|
protected javax.wsdl.BindingOperation |
Emitter.writeOperation(javax.wsdl.Definition def,
javax.wsdl.Binding binding,
OperationDesc desc)
Create a Operation
|
protected javax.wsdl.Message |
Emitter.writeRequestMessage(javax.wsdl.Definition def,
OperationDesc oper,
javax.wsdl.BindingOperation bindop)
Create a Request Message
|
protected javax.wsdl.Message |
Emitter.writeResponseMessage(javax.wsdl.Definition def,
OperationDesc desc,
javax.wsdl.BindingOperation bindop)
Create a Response Message
|
java.lang.String |
Emitter.writeWrapperPart(javax.wsdl.Definition def,
javax.wsdl.Message msg,
OperationDesc oper,
boolean request)
Write out the schema definition for a WRAPPED operation request or
response.
|
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.