|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EndpointImplFactory | |
|---|---|
| org.apache.cxf.endpoint | Client and Server related classes. |
| Uses of EndpointImplFactory in org.apache.cxf.endpoint |
|---|
| Classes in org.apache.cxf.endpoint that implement EndpointImplFactory | |
|---|---|
class |
SimpleEndpointImplFactory
Create ordinary EndpointImpl objects. |
| Methods in org.apache.cxf.endpoint that return EndpointImplFactory | |
|---|---|
static EndpointImplFactory |
SimpleEndpointImplFactory.getSingleton()
Avoid the need to contruct these objects over and over in cases where the code knows that it needs the basic case. |
| Constructors in org.apache.cxf.endpoint with parameters of type EndpointImplFactory | |
|---|---|
ClientImpl(Bus bus,
Service svc,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl. |
|
ClientImpl(Bus bus,
URL wsdlUrl,
QName service,
QName port,
EndpointImplFactory endpointImplFactory)
Create a Client that uses a specific EndpointImpl. |
|
|
Apache CXF API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||