weblogic.wsee.connection.transport.ClientTransport, weblogic.wsee.connection.transport.Transportpublic class JmsTransport
extends java.lang.Object
| Constructor | Description | 
|---|---|
JmsTransport() | 
 Deprecated. 
creates a JMS transport 
 | 
| Modifier and Type | Method | Description | 
|---|---|---|
void | 
confirmOneway() | 
 Deprecated. 
Confirms a oneway send/receive. 
 | 
void | 
connect(java.lang.String destination,
       TransportInfo info) | 
 Deprecated. 
Connects to the target 
 | 
java.lang.String | 
getEndpointAddress() | 
 Deprecated. 
Gets the address of the endpoint targeted by this transport 
 | 
java.lang.String | 
getName() | 
 Deprecated. 
Gets the name of the transport 
 | 
java.lang.String | 
getServiceURI() | 
 Deprecated. 
Gets the URI of the service targeted by this transport 
 | 
boolean | 
isBlocking() | 
 Deprecated. 
Called to query if this transport is blocking or non-blocking 
 | 
java.io.InputStream | 
receive(javax.xml.soap.MimeHeaders headers) | 
 Deprecated. 
Receives a message 
 | 
java.io.OutputStream | 
send(javax.xml.soap.MimeHeaders headers) | 
 Deprecated. 
Sends a message 
 | 
java.io.OutputStream | 
sendFault(javax.xml.soap.MimeHeaders headers) | 
 Deprecated. 
  | 
void | 
setConnectionTimeout(int millis) | 
 Deprecated. 
sets time out 
 | 
void | 
setReadTimeout(int millis) | 
 Deprecated. 
  | 
public void connect(java.lang.String destination,
                    TransportInfo info)
             throws java.io.IOException
ClientTransportconnect in interface weblogic.wsee.connection.transport.ClientTransportdestination - The target addressjava.io.IOExceptionpublic boolean isBlocking()
ClientTransportisBlocking in interface weblogic.wsee.connection.transport.ClientTransportpublic void setConnectionTimeout(int millis)
ClientTransportsetConnectionTimeout in interface weblogic.wsee.connection.transport.ClientTransportmillis - milli secoundpublic void setReadTimeout(int millis)
setReadTimeout in interface weblogic.wsee.connection.transport.ClientTransportpublic java.lang.String getName()
TransportgetName in interface weblogic.wsee.connection.transport.Transportpublic java.lang.String getServiceURI()
TransportgetServiceURI in interface weblogic.wsee.connection.transport.Transportpublic java.lang.String getEndpointAddress()
TransportgetEndpointAddress in interface weblogic.wsee.connection.transport.Transportpublic java.io.OutputStream send(javax.xml.soap.MimeHeaders headers)
                          throws java.io.IOException
Transportsend in interface weblogic.wsee.connection.transport.Transportheaders - The headers to be written to the messagejava.io.IOExceptionpublic java.io.OutputStream sendFault(javax.xml.soap.MimeHeaders headers)
                               throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream receive(javax.xml.soap.MimeHeaders headers)
                            throws java.io.IOException
Transportreceive in interface weblogic.wsee.connection.transport.Transportheaders - The headers, populated from the messagejava.io.IOExceptionpublic void confirmOneway()
                   throws java.io.IOException
TransportconfirmOneway in interface weblogic.wsee.connection.transport.Transportjava.io.IOException