Modifier and Type | Field and Description |
---|---|
protected Call |
Stub._call |
protected Call |
AdminClient.call
the object that represents our call
|
Modifier and Type | Method and Description |
---|---|
Call |
Stub._createCall()
Creates a call from the service.
|
Call |
Stub._getCall()
Returns last Call object associated with this stub.
|
Call |
AxisClientProxy.getCall()
Returns the current call.
|
Call |
AdminClient.getCall()
External access to our Call
|
Modifier and Type | Method and Description |
---|---|
void |
Stub.extractAttachments(Call call)
Extract attachments
|
protected void |
Stub.getResponseHeaders(Call call)
Deprecated.
This method has been changed to a no-op but remains
in the code to keep compatibility with pre-1.1
generated stubs.
|
protected void |
Stub.setAttachments(Call call)
copy the attachments from the stub to the call object.
|
protected void |
Stub.setRequestHeaders(Call call) |
void |
Transport.setupMessageContext(MessageContext context,
Call message,
AxisEngine engine) |
void |
Transport.setupMessageContextImpl(MessageContext context,
Call message,
AxisEngine engine) |
Modifier and Type | Method and Description |
---|---|
Call |
AsyncCall.getCall()
Method getCall
|
Constructor and Description |
---|
AsyncCall(Call call)
Constructor AsyncCall
|
AsyncCall(Call call,
IAsyncCallback callback)
Constructor AsyncCall
|
Modifier and Type | Method and Description |
---|---|
void |
JMSVendorAdapter.setupApplicationProperties(MessageContext context,
Call call,
JMSURLHelper jmsurl) |
void |
JMSVendorAdapter.setupMessageContext(MessageContext context,
Call call,
JMSURLHelper jmsurl)
Set JMS properties in the message context.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPTransport.setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
Set up any transport-specific derived properties in the message context.
|
Modifier and Type | Method and Description |
---|---|
void |
JavaTransport.setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
Set up any transport-specific derived properties in the message context.
|
Modifier and Type | Method and Description |
---|---|
void |
JMSTransport.setupMessageContextImpl(MessageContext context,
Call message,
AxisEngine engine)
Set up any transport-specific derived properties in the message context.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalTransport.setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
Set up any transport-specific derived properties in the message context.
|
Modifier and Type | Method and Description |
---|---|
void |
MailTransport.setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
Set up any transport-specific derived properties in the message context.
|
Copyright © The Apache Software Foundation. All Rights Reserved.