|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.wsee.connection.transport.jms.JmsTransport
public class JmsTransport
JMS Client Binding based on
Constructor Summary | |
---|---|
JmsTransport()
creates a JMS transport |
Method Summary | |
---|---|
void |
confirmOneway()
Confirms a oneway send/receive. |
void |
connect(String destination,
weblogic.wsee.connection.transport.TransportInfo info)
Connects to the target |
String |
getEndpointAddress()
Gets the address of the endpoint targeted by this transport |
String |
getName()
Gets the name of the transport |
String |
getServiceURI()
Gets the URI of the service targeted by this transport |
boolean |
isBlocking()
Called to query if this transport is blocking or non-blocking |
InputStream |
receive(MimeHeaders headers)
Receives a message |
OutputStream |
send(MimeHeaders headers)
Sends a message |
OutputStream |
sendFault(MimeHeaders headers)
|
void |
setConnectionTimeout(int millis)
sets time out |
void |
setReadTimeout(int millis)
|
void |
setResponseListener(weblogic.wsee.connection.ResponseListener listener)
Sets the response listener, which fires when the transport relpy is available |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JmsTransport()
Method Detail |
---|
public void connect(String destination, weblogic.wsee.connection.transport.TransportInfo info) throws IOException
weblogic.wsee.connection.transport.ClientTransport
connect
in interface weblogic.wsee.connection.transport.ClientTransport
destination
- The target address
IOException
public void setResponseListener(weblogic.wsee.connection.ResponseListener listener)
weblogic.wsee.connection.transport.ClientTransport
setResponseListener
in interface weblogic.wsee.connection.transport.ClientTransport
listener
- The response listenerpublic boolean isBlocking()
weblogic.wsee.connection.transport.ClientTransport
isBlocking
in interface weblogic.wsee.connection.transport.ClientTransport
public void setConnectionTimeout(int millis)
weblogic.wsee.connection.transport.ClientTransport
setConnectionTimeout
in interface weblogic.wsee.connection.transport.ClientTransport
millis
- milli secoundpublic void setReadTimeout(int millis)
setReadTimeout
in interface weblogic.wsee.connection.transport.ClientTransport
public String getName()
weblogic.wsee.connection.transport.Transport
getName
in interface weblogic.wsee.connection.transport.Transport
public String getServiceURI()
weblogic.wsee.connection.transport.Transport
getServiceURI
in interface weblogic.wsee.connection.transport.Transport
public String getEndpointAddress()
weblogic.wsee.connection.transport.Transport
getEndpointAddress
in interface weblogic.wsee.connection.transport.Transport
public OutputStream send(MimeHeaders headers) throws IOException
weblogic.wsee.connection.transport.Transport
send
in interface weblogic.wsee.connection.transport.Transport
headers
- The headers to be written to the message
IOException
public OutputStream sendFault(MimeHeaders headers) throws IOException
IOException
public InputStream receive(MimeHeaders headers) throws IOException
weblogic.wsee.connection.transport.Transport
receive
in interface weblogic.wsee.connection.transport.Transport
headers
- The headers, populated from the message
IOException
public void confirmOneway() throws IOException
weblogic.wsee.connection.transport.Transport
confirmOneway
in interface weblogic.wsee.connection.transport.Transport
IOException
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |