org.apache.wsif.providers.soap.apacheaxis
Class WSIFJmsTransport

java.lang.Object
  |
  +--org.apache.axis.client.Transport
        |
        +--org.apache.wsif.providers.soap.apacheaxis.WSIFJmsTransport

public class WSIFJmsTransport
extends org.apache.axis.client.Transport

Author:
Mark Whitlock , Ant Elder

Field Summary
static java.lang.String ASYNC_TIMEOUT
           
static java.lang.String ASYNCOPERATION
           
static java.lang.String DESTINATION
           
static java.lang.String SYNC_TIMEOUT
           
static java.lang.String WSIFOPERATION
           
 
Fields inherited from class org.apache.axis.client.Transport
transportName, url
 
Constructor Summary
WSIFJmsTransport()
           
 
Method Summary
 void close()
           
 WSIFJmsTransport copy()
           
 java.lang.String deep()
           
 java.lang.String getAsyncOperation()
           
 java.lang.Long getAsyncTimeout()
           
 WSIFJMSDestination getDestination()
           
 java.lang.Long getSyncTimeout()
           
 WSIFOperation getWsifOperation()
           
 void setAsyncOperation(java.lang.String asyncOperation)
           
 void setAsyncTimeout(java.lang.Long asyncTimeout)
           
 void setDestination(WSIFJMSDestination destination)
           
 void setSyncTimeout(java.lang.Long syncTimeout)
           
 void setupMessageContextImpl(org.apache.axis.MessageContext context, org.apache.axis.client.Call call, org.apache.axis.AxisEngine engine)
           
 void setWsifOperation(WSIFOperation wsifOperation)
           
 
Methods inherited from class org.apache.axis.client.Transport
getTransportName, getUrl, processReturnedMessageContext, setTransportName, setupMessageContext, setUrl
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESTINATION

public static final java.lang.String DESTINATION

ASYNCOPERATION

public static final java.lang.String ASYNCOPERATION

WSIFOPERATION

public static final java.lang.String WSIFOPERATION

SYNC_TIMEOUT

public static final java.lang.String SYNC_TIMEOUT

ASYNC_TIMEOUT

public static final java.lang.String ASYNC_TIMEOUT
Constructor Detail

WSIFJmsTransport

public WSIFJmsTransport()
Method Detail

setDestination

public void setDestination(WSIFJMSDestination destination)

setAsyncOperation

public void setAsyncOperation(java.lang.String asyncOperation)

setWsifOperation

public void setWsifOperation(WSIFOperation wsifOperation)

setSyncTimeout

public void setSyncTimeout(java.lang.Long syncTimeout)

setAsyncTimeout

public void setAsyncTimeout(java.lang.Long asyncTimeout)

getDestination

public WSIFJMSDestination getDestination()

getAsyncOperation

public java.lang.String getAsyncOperation()

getWsifOperation

public WSIFOperation getWsifOperation()

getSyncTimeout

public java.lang.Long getSyncTimeout()

getAsyncTimeout

public java.lang.Long getAsyncTimeout()

setupMessageContextImpl

public void setupMessageContextImpl(org.apache.axis.MessageContext context,
                                    org.apache.axis.client.Call call,
                                    org.apache.axis.AxisEngine engine)
                             throws org.apache.axis.AxisFault
Overrides:
setupMessageContextImpl in class org.apache.axis.client.Transport

copy

public WSIFJmsTransport copy()

close

public void close()
           throws WSIFException

deep

public java.lang.String deep()


Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.