public interface CXFConnectionFactory extends Serializable, javax.resource.Referenceable
CXFConnection
object that provides access
to a Web Service defined from the supplied specifications. A CXFConnectionFactory
is returned from an environment naming context JNDI lookup by the Application
Server.Modifier and Type | Method and Description |
---|---|
CXFConnection |
getConnection(CXFConnectionSpec spec)
Creates a CXFConnection object which allows access to CXF web service based on
the CXFConnectionSpec object.
|
getReference
CXFConnection getConnection(CXFConnectionSpec spec) throws javax.resource.ResourceException
CXFConnection.close()
when it is no
longer needed.spec
- javax.resource.ResourceException
Apache CXF