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

Part Number E41849-02

weblogic.wsee.connection.transport.jms
Class JmsServerQueueTransport

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

Deprecated.

public class JmsServerQueueTransport
extends Object

This class represents server side queue transport


Constructor Summary
JmsServerQueueTransport(String wsUrl, Message message, QueueConnectionFactory factory, String userName, String passwd)
          Deprecated.  
 
Method Summary
 void completeSend()
          Deprecated.  
 void confirmOneway()
          Deprecated.  
 String getEndpointAddress()
          Deprecated.  
 String getName()
          Deprecated.  
 String getServiceURI()
          Deprecated.  
 Principal getUserPrincipal()
          Deprecated.  
 boolean isBytesMessage()
          Deprecated.  
 boolean isReliable()
          Deprecated.  
 boolean isUserInRole(String role)
          Deprecated.  
 InputStream receive(MimeHeaders headers)
          Deprecated.  
 OutputStream send(MimeHeaders headers)
          Deprecated.  
 OutputStream sendAuthorizationFault(MimeHeaders headers)
          Deprecated.  
 OutputStream sendAuthorizationRequiredFault(MimeHeaders headers)
          Deprecated.  
 OutputStream sendGeneralFault(MimeHeaders headers)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmsServerQueueTransport

public JmsServerQueueTransport(String wsUrl,
                               Message message,
                               QueueConnectionFactory factory,
                               String userName,
                               String passwd)
Deprecated. 
Method Detail

isUserInRole

public boolean isUserInRole(String role)
Deprecated. 

getUserPrincipal

public Principal getUserPrincipal()
Deprecated. 

isReliable

public boolean isReliable()
Deprecated. 

getName

public String getName()
Deprecated. 

getServiceURI

public String getServiceURI()
Deprecated. 

getEndpointAddress

public String getEndpointAddress()
Deprecated. 

isBytesMessage

public boolean isBytesMessage()
Deprecated. 

send

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

completeSend

public void completeSend()
                  throws JMSException
Deprecated. 
Throws:
JMSException

sendGeneralFault

public OutputStream sendGeneralFault(MimeHeaders headers)
                              throws IOException
Deprecated. 
Throws:
IOException

sendAuthorizationFault

public OutputStream sendAuthorizationFault(MimeHeaders headers)
                                    throws IOException
Deprecated. 
Throws:
IOException

sendAuthorizationRequiredFault

public OutputStream sendAuthorizationRequiredFault(MimeHeaders headers)
                                            throws IOException
Deprecated. 
Throws:
IOException

receive

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

confirmOneway

public void confirmOneway()
                   throws IOException
Deprecated. 
Throws:
IOException

Copyright 1996, 2014, 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.3)

Part Number E41849-02