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(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(String methodName)
Return an operation matching the given method name.
|
OperationDesc |
JavaServiceDesc.getOperationByName(String methodName)
Return an operation matching the given method name.
|
OperationDesc[] |
ServiceDesc.getOperationsByName(String methodName)
get all overloaded operations by name
|
OperationDesc[] |
JavaServiceDesc.getOperationsByName(String methodName)
get all overloaded operations by name
|
OperationDesc[] |
ServiceDesc.getOperationsByQName(QName qname)
Return all operations which match this QName (i.e. get all the
overloads)
|
OperationDesc[] |
JavaServiceDesc.getOperationsByQName(QName qname)
Return all operations which match this QName (i.e. get all the
overloads)
|
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(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context,
OperationDesc[] operations) |
Modifier and Type | Method and Description |
---|---|
protected OperationDesc |
RPCProvider.getOperationDesc(MessageContext msgContext,
RPCElement body) |
Modifier and Type | Method and Description |
---|---|
protected RPCElement |
RPCProvider.createResponseBody(RPCElement body,
MessageContext msgContext,
OperationDesc operation,
ServiceDesc serviceDesc,
Object objRes,
SOAPEnvelope resEnv,
ArrayList outs) |
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
|
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 © The Apache Software Foundation. All Rights Reserved.