Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-02


Uses of Class
oracle.webservices.transport.JmsAddress

Packages that use JmsAddress
oracle.webservices.transport This package contains the classes and interfaces to support multiple transport bindings. 

 

Uses of JmsAddress in oracle.webservices.transport

 

Methods in oracle.webservices.transport that return JmsAddress
 JmsAddress JmsClientTransportFactory.getDestination()
          Get the jms address of the queue that used to send soap messages to the server
 JmsAddress JmsClientTransportFactory.getReplyTo()
          Get the jms address of the queue that used to send response soap messages back to the client

 

Methods in oracle.webservices.transport with parameters of type JmsAddress
 void JmsClientTransportFactory.setDestination(JmsAddress destination)
          Set the jms address of the queue that used to send soap messages to the server
 void JmsClientTransportFactory.setReplyTo(JmsAddress replyTo)
          Set the jms address of the queue that used to send response soap messages back to the client

 

Constructors in oracle.webservices.transport with parameters of type JmsAddress
JmsClientTransportFactory(JmsAddress destination, JmsAddress replyTo)
          Constructs a new configured JMS client transport factory

 


Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.