|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.codehaus.xfire.AbstractContext org.codehaus.xfire.handler.AbstractHandlerSupport org.codehaus.xfire.transport.AbstractTransport it.imolinfo.jbi4ejb.jbi.xfire.EjbTransport
public class EjbTransport
Simple ejb transport, similar to local transport, but without soap encoding.
Field Summary | |
---|---|
static java.lang.String |
EJB_BINDING
The Constant EJB_BINDING. |
Constructor Summary | |
---|---|
EjbTransport()
Instantiates a new ejb transport. |
Method Summary | |
---|---|
protected org.codehaus.xfire.transport.Channel |
createNewChannel(java.lang.String uri)
Creates a new Channel. |
boolean |
equals(java.lang.Object o)
True if the object is of the same instance (EjbTransport). |
java.lang.String[] |
getKnownUriSchemes()
Return the known uri scheme (only the KNOWN_URI_SCHEME constant value. |
java.lang.String |
getName()
Returns the transport name. |
java.lang.String |
getServiceURL(org.codehaus.xfire.service.Service service)
Returns the service URL. |
java.lang.String[] |
getSupportedBindings()
Return the supported binding array. |
protected java.lang.String |
getUriPrefix()
Returns the prefix uri (the URI_PREFIX constant). |
Methods inherited from class org.codehaus.xfire.transport.AbstractTransport |
---|
close, createChannel, createChannel, dispose, findBinding, getChannelMap, isUriSupported |
Methods inherited from class org.codehaus.xfire.handler.AbstractHandlerSupport |
---|
addFaultHandler, addInHandler, addOutHandler, getFaultHandlers, getInHandlers, getOutHandlers, setFaultHandlers, setInHandlers, setOutHandlers |
Methods inherited from class org.codehaus.xfire.AbstractContext |
---|
getProperty, removeProperty, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.xfire.transport.Transport |
---|
dispose, findBinding, isUriSupported |
Methods inherited from interface org.codehaus.xfire.transport.ChannelFactory |
---|
close, createChannel, createChannel |
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport |
---|
getFaultHandlers, getInHandlers, getOutHandlers |
Methods inherited from interface org.codehaus.xfire.transport.Transport |
---|
dispose, findBinding, isUriSupported |
Methods inherited from interface org.codehaus.xfire.transport.ChannelFactory |
---|
close, createChannel, createChannel |
Methods inherited from interface org.codehaus.xfire.handler.HandlerSupport |
---|
getFaultHandlers, getInHandlers, getOutHandlers |
Field Detail |
---|
public static final java.lang.String EJB_BINDING
Constructor Detail |
---|
public EjbTransport()
Method Detail |
---|
public java.lang.String getName()
getName
in interface org.codehaus.xfire.soap.SoapTransport
getName
in interface org.codehaus.xfire.wsdl11.WSDL11Transport
EJB
constant)WSDL11Transport.getName()
public java.lang.String getServiceURL(org.codehaus.xfire.service.Service service)
getServiceURL
in interface org.codehaus.xfire.wsdl11.WSDL11Transport
service
- the service
WSDL11Transport.getServiceURL(org.codehaus.xfire.service.Service)
protected org.codehaus.xfire.transport.Channel createNewChannel(java.lang.String uri)
createNewChannel
in class org.codehaus.xfire.transport.AbstractTransport
uri
- the channel uri
EjbChannel
AbstractTransport.createNewChannel(java.lang.String)
protected java.lang.String getUriPrefix()
URI_PREFIX
constant).
getUriPrefix
in class org.codehaus.xfire.transport.AbstractTransport
AbstractTransport.getUriPrefix()
public java.lang.String[] getSupportedBindings()
EJB_BINDING
binding
getSupportedBindings
in interface org.codehaus.xfire.transport.Transport
getSupportedBindings
in class org.codehaus.xfire.transport.AbstractTransport
AbstractTransport.getSupportedBindings()
public java.lang.String[] getKnownUriSchemes()
KNOWN_URI_SCHEME
constant value.
getKnownUriSchemes
in class org.codehaus.xfire.transport.AbstractTransport
AbstractTransport.getKnownUriSchemes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object
Object.equals(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |