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

Part Number E27170-01

weblogic.wsee.connection.transport.jms
Class JMSServerTransport

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

public class JMSServerTransport
extends Object

This class represents
Created: Sep 29, 2003 -- 2:26:36 PM


Field Summary
protected  String uri
           
 
Constructor Summary
JMSServerTransport(String uri)
           
 
Method Summary
 void confirmOneway()
           
 String getEndpointAddress()
          Gets the address of the endpoint targeted by this transport
 String getName()
           
 String getServiceURI()
          Gets the URI of the service targeted by this transport
 Principal getUserPrincipal()
          Gets the calling Principal
 boolean isReliable()
          Determines if this transport is reliable
 boolean isUserInRole(String role)
           
 InputStream receive(MimeHeaders headers)
           
 OutputStream send(MimeHeaders headers)
           
 OutputStream sendAuthorizationFault(MimeHeaders headers)
           
 OutputStream sendAuthorizationRequiredFault(MimeHeaders headers)
           
 OutputStream sendGeneralFault(MimeHeaders headers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected String uri
Constructor Detail

JMSServerTransport

public JMSServerTransport(String uri)
Method Detail

getEndpointAddress

public String getEndpointAddress()
Gets the address of the endpoint targeted by this transport

Returns:
The address of the endpoint targeted by this transport

getServiceURI

public String getServiceURI()
Gets the URI of the service targeted by this transport

Returns:
The URI of the service targeted by this transport

getName

public String getName()

send

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

sendGeneralFault

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

sendAuthorizationFault

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

sendAuthorizationRequiredFault

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

receive

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

isUserInRole

public boolean isUserInRole(String role)

getUserPrincipal

public Principal getUserPrincipal()
Gets the calling Principal

Returns:
The calling Principal

isReliable

public boolean isReliable()
Determines if this transport is reliable

Returns:
true if the transport is reliable (e.g. JMS)

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