weblogic.wsee.connection.transport.ServerTransport
, weblogic.wsee.connection.transport.Transport
public class JMSServerTransport
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
protected java.lang.String |
uri |
Deprecated.
|
Constructor | Description |
---|---|
JMSServerTransport(java.lang.String uri) |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
confirmOneway() |
Deprecated.
Confirms a oneway send/receive.
|
java.lang.String |
getEndpointAddress() |
Deprecated.
Gets the address of the endpoint targeted by this transport
|
java.lang.String |
getName() |
Deprecated.
Gets the name of the transport
|
java.lang.String |
getServiceURI() |
Deprecated.
Gets the URI of the service targeted by this transport
|
java.security.Principal |
getUserPrincipal() |
Deprecated.
Gets the calling
Principal |
boolean |
isReliable() |
Deprecated.
Determines if this transport is reliable
|
boolean |
isUserInRole(java.lang.String role) |
Deprecated.
Determines if the caller is in a particular Java EE role
|
java.io.InputStream |
receive(javax.xml.soap.MimeHeaders headers) |
Deprecated.
Receives a message
|
java.io.OutputStream |
send(javax.xml.soap.MimeHeaders headers) |
Deprecated.
Sends a message
|
java.io.OutputStream |
sendAuthorizationFault(javax.xml.soap.MimeHeaders headers) |
Deprecated.
Sends a authorization fault message
|
java.io.OutputStream |
sendAuthorizationRequiredFault(javax.xml.soap.MimeHeaders headers) |
Deprecated.
Sends a authorization required fault message
|
java.io.OutputStream |
sendGeneralFault(javax.xml.soap.MimeHeaders headers) |
Deprecated.
Sends a general fault message
|
public java.lang.String getEndpointAddress()
getEndpointAddress
in interface weblogic.wsee.connection.transport.Transport
public java.lang.String getServiceURI()
getServiceURI
in interface weblogic.wsee.connection.transport.Transport
public java.lang.String getName()
Transport
getName
in interface weblogic.wsee.connection.transport.Transport
public java.io.OutputStream send(javax.xml.soap.MimeHeaders headers) throws java.io.IOException
Transport
send
in interface weblogic.wsee.connection.transport.Transport
headers
- The headers to be written to the messagejava.io.IOException
public java.io.OutputStream sendGeneralFault(javax.xml.soap.MimeHeaders headers) throws java.io.IOException
ServerTransport
sendGeneralFault
in interface weblogic.wsee.connection.transport.ServerTransport
headers
- The headers to be written to the messagejava.io.IOException
- failed to send faultpublic java.io.OutputStream sendAuthorizationFault(javax.xml.soap.MimeHeaders headers) throws java.io.IOException
ServerTransport
sendAuthorizationFault
in interface weblogic.wsee.connection.transport.ServerTransport
headers
- The headers to be written to the messagejava.io.IOException
- failed to send faultpublic java.io.OutputStream sendAuthorizationRequiredFault(javax.xml.soap.MimeHeaders headers) throws java.io.IOException
ServerTransport
sendAuthorizationRequiredFault
in interface weblogic.wsee.connection.transport.ServerTransport
headers
- The headers to be written to the messagejava.io.IOException
- failed to send faultpublic java.io.InputStream receive(javax.xml.soap.MimeHeaders headers) throws java.io.IOException
Transport
receive
in interface weblogic.wsee.connection.transport.Transport
headers
- The headers, populated from the messagejava.io.IOException
public boolean isUserInRole(java.lang.String role)
ServerTransport
isUserInRole
in interface weblogic.wsee.connection.transport.ServerTransport
role
- The Java EE rolepublic java.security.Principal getUserPrincipal()
Principal
getUserPrincipal
in interface weblogic.wsee.connection.transport.ServerTransport
Principal
public boolean isReliable()
isReliable
in interface weblogic.wsee.connection.transport.ServerTransport
public void confirmOneway() throws java.io.IOException
Transport
confirmOneway
in interface weblogic.wsee.connection.transport.Transport
java.io.IOException