Package | Description |
---|---|
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.ws.security.trust |
Modifier and Type | Method and Description |
---|---|
protected abstract Endpoint |
AbstractEndpointFactory.createEndpoint() |
EndpointImpl |
SimpleEndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
EndpointImpl |
EndpointImplFactory.newEndpointImpl(Bus bus,
Service service,
EndpointInfo endpointInfo)
Create an EndpointImpl from a bus, service, and endpoint info.
|
Constructor and Description |
---|
EndpointImpl(Bus bus,
Service s,
EndpointInfo ei) |
EndpointImpl(Bus bus,
Service s,
QName endpointName) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSTSClient.createClient() |
static Endpoint |
STSUtils.createSCEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy) |
static Endpoint |
STSUtils.createSTSEndpoint(Bus bus,
String namespace,
String transportId,
String location,
String soapVersion,
org.apache.neethi.Policy policy,
QName epName) |
Client |
AbstractSTSClient.getClient() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.