|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transport.AbstractTransportFactory
org.apache.cxf.transport.http.AbstractHTTPTransportFactory
org.apache.cxf.transport.http.ClientOnlyHTTPTransportFactory
public class ClientOnlyHTTPTransportFactory
| Field Summary |
|---|
| Fields inherited from class org.apache.cxf.transport.AbstractTransportFactory |
|---|
bus |
| Constructor Summary | |
|---|---|
ClientOnlyHTTPTransportFactory()
|
|
| Method Summary | |
|---|---|
Conduit |
getConduit(EndpointInfo endpointInfo)
This call creates a new HTTPConduit for the endpoint. |
Conduit |
getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
This call creates a new HTTP Conduit based on the EndpointInfo and EndpointReferenceType. |
void |
setBus(Bus b)
|
| Methods inherited from class org.apache.cxf.transport.http.AbstractHTTPTransportFactory |
|---|
configure, configure, createEndpointInfo, createPortExtensors, getUriPrefixes, setActivationNamespaces |
| Methods inherited from class org.apache.cxf.transport.AbstractTransportFactory |
|---|
getBus, getTransportIds, register, setTransportIds, unregister |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.transport.ConduitInitiator |
|---|
getTransportIds, getUriPrefixes |
| Constructor Detail |
|---|
public ClientOnlyHTTPTransportFactory()
| Method Detail |
|---|
public void setBus(Bus b)
setBus in class AbstractTransportFactory
public Conduit getConduit(EndpointInfo endpointInfo)
throws java.io.IOException
getConduit in interface ConduitInitiatorendpointInfo - the endpoint info of the target
java.io.IOException
public Conduit getConduit(EndpointInfo endpointInfo,
EndpointReferenceType target)
throws java.io.IOException
getConduit in interface ConduitInitiatorendpointInfo - the endpoint info for a local endpoint on which the
the configuration should be basedtarget - the target EPR
java.io.IOException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||