Skip navigation links

Oracle Application Server
Web Services Java API Reference
10g Release 3 (10.1.3.1.0)

B28977-01


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, Oracle. All Rights Reserved.