Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.wsee.connection.transport.jms
Class JmsTransport

java.lang.Object
  extended by weblogic.wsee.connection.transport.jms.JmsTransport

public class JmsTransport
extends Object

JMS Client Binding based on


Constructor Summary
JmsTransport()
          creates a JMS transport
 
Method Summary
 void confirmOneway()
           
 void connect(String destination, TransportInfo info)
           
 String getEndpointAddress()
           
 String getName()
           
 String getServiceURI()
           
 boolean isBlocking()
           
 InputStream receive(MimeHeaders headers)
           
 OutputStream send(MimeHeaders headers)
           
 OutputStream sendFault(MimeHeaders headers)
           
 void setConnectionTimeout(int millis)
           
 void setReadTimeout(int millis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsTransport

public JmsTransport()
creates a JMS transport

Method Detail

connect

public void connect(String destination,
                    TransportInfo info)
             throws IOException
Throws:
IOException

isBlocking

public boolean isBlocking()

setConnectionTimeout

public void setConnectionTimeout(int millis)

setReadTimeout

public void setReadTimeout(int millis)

getName

public String getName()

getServiceURI

public String getServiceURI()

getEndpointAddress

public String getEndpointAddress()

send

public OutputStream send(MimeHeaders headers)
                  throws IOException
Throws:
IOException

sendFault

public OutputStream sendFault(MimeHeaders headers)
                       throws IOException
Throws:
IOException

receive

public InputStream receive(MimeHeaders headers)
                    throws IOException
Throws:
IOException

confirmOneway

public void confirmOneway()
                   throws IOException
Throws:
IOException

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01