|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cxf.jca.outbound.ConnectionFactoryImpl
public class ConnectionFactoryImpl
Implement ConnectionFactory that delegate allocation of connection
to ConnectionManager
.
Constructor Summary | |
---|---|
ConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf,
javax.resource.spi.ConnectionManager connectionManager)
|
Method Summary | |
---|---|
CXFConnection |
getConnection(CXFConnectionSpec spec)
Creates a CXFConnection object which allows access to CXF web service based on the CXFConnectionSpec object. |
Reference |
getReference()
|
void |
setReference(Reference reference)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionFactoryImpl(javax.resource.spi.ManagedConnectionFactory mcf, javax.resource.spi.ConnectionManager connectionManager)
Method Detail |
---|
public void setReference(Reference reference)
public Reference getReference() throws NamingException
getReference
in interface Referenceable
NamingException
public CXFConnection getConnection(CXFConnectionSpec spec) throws javax.resource.ResourceException
CXFConnectionFactory
CXFConnection.close()
when it is no
longer needed.
getConnection
in interface CXFConnectionFactory
javax.resource.ResourceException
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |