|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.xfire.transport.DelegatedTransport
public class DelegatedTransport
Wraps another channel so it is easy to provide custom functionality to any transport - such as reliable messaging.
| Constructor Summary | |
|---|---|
DelegatedTransport(Transport transport)
|
|
| Method Summary | |
|---|---|
void |
close(Channel c)
|
Channel |
createChannel()
Create a channel with a new unique URI. |
Channel |
createChannel(java.lang.String uri)
Create a channel with a specified URI. |
void |
dispose()
|
Binding |
findBinding(MessageContext context,
Service service)
|
java.util.List |
getFaultHandlers()
|
java.util.List |
getInHandlers()
|
java.util.List |
getOutHandlers()
|
java.lang.String[] |
getSupportedBindings()
|
Transport |
getTransport()
The transport which this transport wraps. |
boolean |
isUriSupported(java.lang.String uri)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelegatedTransport(Transport transport)
| Method Detail |
|---|
public Transport getTransport()
public void dispose()
dispose in interface Transport
public Channel createChannel()
throws java.lang.Exception
ChannelFactory
createChannel in interface ChannelFactoryjava.lang.Exception - Occurs if there was an exception creating or opening the channel.
public Channel createChannel(java.lang.String uri)
throws java.lang.Exception
ChannelFactory
createChannel in interface ChannelFactoryuri - The URI which represents this Channel's endpoint.
java.lang.Exception - Occurs if there was an exception creating or opening the channel.public java.util.List getInHandlers()
getInHandlers in interface HandlerSupportpublic java.util.List getOutHandlers()
getOutHandlers in interface HandlerSupportpublic java.util.List getFaultHandlers()
getFaultHandlers in interface HandlerSupportpublic boolean isUriSupported(java.lang.String uri)
isUriSupported in interface Transportpublic java.lang.String[] getSupportedBindings()
getSupportedBindings in interface Transport
public Binding findBinding(MessageContext context,
Service service)
findBinding in interface Transportpublic void close(Channel c)
close in interface ChannelFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||