Package | Description |
---|---|
org.apache.cxf.binding |
Interfaces for protocol bindings and their factories.
|
org.apache.cxf.binding.coloc | |
org.apache.cxf.binding.http | |
org.apache.cxf.binding.http.strategy | |
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.interceptor | |
org.apache.cxf.endpoint |
Client and Server related classes.
|
org.apache.cxf.frontend | |
org.apache.cxf.interceptor |
Core interceptor interfaces which form the basis for message processing chains
in CXF.
|
org.apache.cxf.jaxws | |
org.apache.cxf.message | |
org.apache.cxf.service.factory | |
org.apache.cxf.service.model | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal | |
org.apache.cxf.ws.addressing | |
org.apache.cxf.ws.policy | |
org.apache.cxf.ws.policy.attachment | |
org.apache.cxf.ws.policy.attachment.external | |
org.apache.cxf.ws.policy.attachment.wsdl11 | |
org.apache.cxf.wsdl11 |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractBindingFactory.addMessageFromBinding(javax.wsdl.extensions.ExtensibilityElement ext,
BindingOperationInfo bop,
boolean isInput) |
Modifier and Type | Method and Description |
---|---|
protected Server |
ColocOutInterceptor.isColocated(List<Server> servers,
Endpoint endpoint,
BindingOperationInfo boi) |
protected boolean |
ColocOutInterceptor.isCompatibleOperationInfo(BindingOperationInfo sender,
BindingOperationInfo receiver) |
protected boolean |
ColocOutInterceptor.isSameOperationInfo(BindingOperationInfo sender,
BindingOperationInfo receiver) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
URIMapper.ResourceInfo.getOperation() |
BindingOperationInfo |
URIMapper.getOperation(String uri,
String verb,
Message m) |
Modifier and Type | Method and Description |
---|---|
void |
URIMapper.bind(BindingOperationInfo bop,
String uri,
String verb) |
String |
URIMapper.getLocation(BindingOperationInfo bop) |
String |
URIMapper.getVerb(BindingOperationInfo bop) |
void |
URIMapper.ResourceInfo.setOperation(BindingOperationInfo operation) |
Modifier and Type | Method and Description |
---|---|
boolean |
JRAStrategy.map(BindingOperationInfo bop,
Method m,
URIMapper mapper) |
boolean |
ResourceStrategy.map(BindingOperationInfo bop,
Method m,
URIMapper mapper) |
boolean |
ConventionStrategy.map(BindingOperationInfo bop,
Method m,
URIMapper mapper) |
Modifier and Type | Method and Description |
---|---|
protected void |
SoapBindingFactory.addMessageFromBinding(javax.wsdl.extensions.ExtensibilityElement ext,
BindingOperationInfo bop,
boolean isInput) |
protected boolean |
SoapBindingConfiguration.isHeader(BindingOperationInfo op,
MessagePartInfo part) |
Modifier and Type | Method and Description |
---|---|
protected String |
RPCOutInterceptor.addOperationNode(NSStack nsStack,
Message message,
javax.xml.stream.XMLStreamWriter xmlWriter,
boolean output,
BindingOperationInfo boi) |
Modifier and Type | Method and Description |
---|---|
Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
Object... params) |
Object[] |
Client.invoke(BindingOperationInfo oi,
Object... params)
Invokes an operation synchronously
|
Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
Object[] params,
Exchange exchange) |
Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context) |
Object[] |
Client.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context)
Invokes an operation synchronously
|
Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange) |
Object[] |
Client.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange)
Invokes an operation synchronously
|
Object[] |
Retryable.invoke(BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange) |
void |
ClientImpl.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object... params) |
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object... params)
Invokes an operation asynchronously
|
void |
ClientImpl.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Exchange exchange) |
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Exchange exchange)
Invokes an operation asynchronously
|
void |
ClientImpl.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Map<String,Object> context) |
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Map<String,Object> context)
Invokes an operation asynchronously
|
void |
ClientImpl.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange) |
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
Object[] params,
Map<String,Object> context,
Exchange exchange)
Invokes an operation asynchronously
|
protected Object[] |
ClientImpl.processResult(Message message,
Exchange exchange,
BindingOperationInfo oi,
Map<String,Object> resContext) |
protected void |
ClientImpl.setExchangeProperties(Exchange exchange,
Endpoint endpoint,
BindingOperationInfo boi) |
protected void |
ClientImpl.setOutMessageProperties(Message message,
BindingOperationInfo boi) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
SimpleMethodDispatcher.getBindingOperation(Method method,
Endpoint endpoint) |
BindingOperationInfo |
MethodDispatcher.getBindingOperation(Method m,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
Method |
SimpleMethodDispatcher.getMethod(BindingOperationInfo op) |
Method |
MethodDispatcher.getMethod(BindingOperationInfo op) |
Object |
ClientProxy.invokeSync(Method method,
BindingOperationInfo oi,
Object[] params) |
Modifier and Type | Method and Description |
---|---|
protected BindingOperationInfo |
AbstractInDatabindingInterceptor.getBindingOperationInfo(Exchange exchange,
QName name,
boolean client)
Returns a BindingOperationInfo if the operation is indentified as
a wrapped method, return null if it is not a wrapped method
(i.e., it is a bare method)
|
protected BindingOperationInfo |
DocLiteralInInterceptor.getBindingOperationInfo(Exchange exchange,
QName name,
boolean client) |
Modifier and Type | Method and Description |
---|---|
FaultInfo |
FaultOutInterceptor.getFaultForClass(BindingOperationInfo op,
Class class1)
Find the correct Fault part for a particular exception.
|
protected MessageInfo |
AbstractInDatabindingInterceptor.getMessageInfo(Message message,
BindingOperationInfo operation) |
protected MessageInfo |
AbstractInDatabindingInterceptor.getMessageInfo(Message message,
BindingOperationInfo operation,
boolean requestor) |
protected MessageContentsList |
URIMappingInterceptor.getParameters(Message message,
BindingOperationInfo operation) |
protected MessageInfo |
AbstractInDatabindingInterceptor.setMessage(Message message,
BindingOperationInfo operation,
boolean requestor,
ServiceInfo si,
MessageInfo msgInfo) |
protected void |
AbstractOutDatabindingInterceptor.writeParts(Message message,
Exchange exchange,
BindingOperationInfo operation,
MessageContentsList objs,
List<MessagePartInfo> parts) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
JAXWSMethodDispatcher.getBindingOperation(Method method,
Endpoint endpoint) |
BindingOperationInfo |
JAXWSProviderMethodDispatcher.getBindingOperation(Method m,
Endpoint endpoint) |
Modifier and Type | Method and Description |
---|---|
Method |
JAXWSProviderMethodDispatcher.getMethod(BindingOperationInfo op) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
ExchangeImpl.getBindingOperationInfo() |
BindingOperationInfo |
Exchange.getBindingOperationInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ReflectionServiceFactoryBean.updateBindingOperation(BindingOperationInfo boi) |
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
BindingInfo.buildOperation(QName opName,
String inName,
String outName) |
BindingOperationInfo |
BindingFaultInfo.getBindingOperation() |
BindingOperationInfo |
BindingMessageInfo.getBindingOperation() |
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
QName opName) |
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
String opName) |
BindingOperationInfo |
BindingInfo.getOperation(OperationInfo oi) |
BindingOperationInfo |
BindingInfo.getOperation(QName oname)
Returns the operation info with the given name, if found.
|
static BindingOperationInfo |
ServiceModelUtil.getOperationForWrapperElement(Exchange exchange,
QName opName,
boolean output) |
BindingOperationInfo |
BindingOperationInfo.getUnwrappedOperation() |
BindingOperationInfo |
BindingOperationInfo.getWrappedOperation() |
Modifier and Type | Method and Description |
---|---|
Collection<BindingOperationInfo> |
BindingInfo.getOperations()
Returns all operations for this service.
|
Modifier and Type | Method and Description |
---|---|
void |
BindingInfo.addOperation(BindingOperationInfo operation)
Adds an operation to this service.
|
void |
BindingInfo.removeOperation(BindingOperationInfo operation)
Removes an operation from this service.
|
void |
BindingOperationInfo.setUnwrappedOperation(BindingOperationInfo op) |
Constructor and Description |
---|
BindingFaultInfo(FaultInfo f,
BindingOperationInfo info) |
BindingMessageInfo(MessageInfo m,
BindingOperationInfo boi) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceProcessor.processMultipart(JavaMethod jm,
BindingOperationInfo operation,
javax.wsdl.extensions.mime.MIMEMultipartRelated ext,
JavaType.Style style) |
Modifier and Type | Method and Description |
---|---|
static SoapOperationInfo |
ContextUtils.getSoapOperationInfo(BindingOperationInfo bindingOpInfo) |
Modifier and Type | Method and Description |
---|---|
org.apache.neethi.Policy |
ServiceModelPolicyProvider.getEffectivePolicy(BindingOperationInfo bi) |
Modifier and Type | Method and Description |
---|---|
boolean |
Wsdl11XPointerDomainExpression.appliesTo(BindingOperationInfo boi) |
boolean |
DomainExpression.appliesTo(BindingOperationInfo boi) |
boolean |
PolicyAttachment.appliesTo(BindingOperationInfo boi) |
boolean |
EndpointReferenceDomainExpression.appliesTo(BindingOperationInfo boi) |
org.apache.neethi.Policy |
ExternalAttachmentProvider.getEffectivePolicy(BindingOperationInfo boi) |
Modifier and Type | Method and Description |
---|---|
org.apache.neethi.Policy |
Wsdl11AttachmentPolicyProvider.getEffectivePolicy(BindingOperationInfo bi)
The effective policy for a WSDL operation policy subject is calculated in relation to a
specific port, and includes the element policy of the wsdl11:portType/wsdl11:operation
element that defines the operation merged with that of the corresponding
wsdl11:binding/wsdl11:operation element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceWSDLBuilder.buildBindingOperation(javax.wsdl.Definition def,
javax.wsdl.Binding binding,
Collection<BindingOperationInfo> bindingOperationInfos) |
Apache CXF