|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BindingOperationInfo | |
---|---|
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.jbi.interceptor | |
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.service.model | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal | |
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 |
Uses of BindingOperationInfo in org.apache.cxf.binding |
---|
Methods in org.apache.cxf.binding with parameters of type BindingOperationInfo | |
---|---|
protected void |
AbstractBindingFactory.addMessageFromBinding(javax.wsdl.extensions.ExtensibilityElement ext,
BindingOperationInfo bop,
boolean isInput)
|
Uses of BindingOperationInfo in org.apache.cxf.binding.coloc |
---|
Methods in org.apache.cxf.binding.coloc with parameters of type BindingOperationInfo | |
---|---|
protected Server |
ColocOutInterceptor.isColocated(java.util.List<Server> servers,
Endpoint endpoint,
BindingOperationInfo boi)
|
protected boolean |
ColocOutInterceptor.isSameOperationInfo(BindingOperationInfo sender,
BindingOperationInfo receiver)
|
Uses of BindingOperationInfo in org.apache.cxf.binding.http |
---|
Methods in org.apache.cxf.binding.http that return BindingOperationInfo | |
---|---|
BindingOperationInfo |
URIMapper.ResourceInfo.getOperation()
|
BindingOperationInfo |
URIMapper.getOperation(java.lang.String uri,
java.lang.String verb,
Message m)
|
Methods in org.apache.cxf.binding.http with parameters of type BindingOperationInfo | |
---|---|
void |
URIMapper.bind(BindingOperationInfo bop,
java.lang.String uri,
java.lang.String verb)
|
java.lang.String |
URIMapper.getLocation(BindingOperationInfo bop)
|
java.lang.String |
URIMapper.getVerb(BindingOperationInfo bop)
|
void |
URIMapper.ResourceInfo.setOperation(BindingOperationInfo operation)
|
Uses of BindingOperationInfo in org.apache.cxf.binding.http.strategy |
---|
Methods in org.apache.cxf.binding.http.strategy with parameters of type BindingOperationInfo | |
---|---|
boolean |
ResourceStrategy.map(BindingOperationInfo bop,
java.lang.reflect.Method m,
URIMapper mapper)
|
boolean |
ConventionStrategy.map(BindingOperationInfo bop,
java.lang.reflect.Method m,
URIMapper mapper)
|
boolean |
JRAStrategy.map(BindingOperationInfo bop,
java.lang.reflect.Method m,
URIMapper mapper)
|
Uses of BindingOperationInfo in org.apache.cxf.binding.jbi.interceptor |
---|
Methods in org.apache.cxf.binding.jbi.interceptor that return BindingOperationInfo | |
---|---|
protected BindingOperationInfo |
JBIOperationInInterceptor.getBindingOperationInfo(BindingInfo service,
javax.xml.namespace.QName operation)
|
protected BindingOperationInfo |
JBIWrapperOutInterceptor.getOperation(Message message)
|
Uses of BindingOperationInfo in org.apache.cxf.binding.soap |
---|
Methods in org.apache.cxf.binding.soap with parameters of type BindingOperationInfo | |
---|---|
protected void |
SoapBindingFactory.addMessageFromBinding(javax.wsdl.extensions.ExtensibilityElement ext,
BindingOperationInfo bop,
boolean isInput)
|
protected boolean |
SoapBindingConfiguration.isHeader(BindingOperationInfo op,
MessagePartInfo part)
|
Uses of BindingOperationInfo in org.apache.cxf.binding.soap.interceptor |
---|
Methods in org.apache.cxf.binding.soap.interceptor with parameters of type BindingOperationInfo | |
---|---|
protected java.lang.String |
RPCOutInterceptor.addOperationNode(NSStack nsStack,
Message message,
javax.xml.stream.XMLStreamWriter xmlWriter,
boolean output,
BindingOperationInfo boi)
|
Uses of BindingOperationInfo in org.apache.cxf.endpoint |
---|
Methods in org.apache.cxf.endpoint with parameters of type BindingOperationInfo | |
---|---|
java.lang.Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
java.lang.Object... params)
|
java.lang.Object[] |
Client.invoke(BindingOperationInfo oi,
java.lang.Object... params)
Invokes an operation synchronously |
java.lang.Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
java.lang.Object[] params,
Exchange exchange)
|
java.lang.Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context)
|
java.lang.Object[] |
Client.invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context)
Invokes an operation synchronously |
java.lang.Object[] |
ClientImpl.invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context,
Exchange exchange)
|
java.lang.Object[] |
Client.invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context,
Exchange exchange)
Invokes an operation synchronously |
java.lang.Object[] |
Retryable.invoke(BindingOperationInfo oi,
java.lang.Object[] params,
java.util.Map<java.lang.String,java.lang.Object> context,
Exchange exchange)
|
void |
ClientImpl.invoke(ClientCallback callback,
BindingOperationInfo oi,
java.lang.Object... params)
|
void |
Client.invoke(ClientCallback callback,
BindingOperationInfo oi,
java.lang.Object... params)
Invokes an operation asynchronously |
protected java.lang.Object[] |
ClientImpl.processResult(Message message,
Exchange exchange,
BindingOperationInfo oi,
java.util.Map<java.lang.String,java.lang.Object> resContext)
|
protected void |
ClientImpl.setExchangeProperties(Exchange exchange,
Endpoint endpoint,
BindingOperationInfo boi)
|
protected void |
ClientImpl.setOutMessageProperties(Message message,
BindingOperationInfo boi)
|
Uses of BindingOperationInfo in org.apache.cxf.frontend |
---|
Methods in org.apache.cxf.frontend that return BindingOperationInfo | |
---|---|
BindingOperationInfo |
SimpleMethodDispatcher.getBindingOperation(java.lang.reflect.Method method,
Endpoint endpoint)
|
BindingOperationInfo |
MethodDispatcher.getBindingOperation(java.lang.reflect.Method m,
Endpoint endpoint)
|
Methods in org.apache.cxf.frontend with parameters of type BindingOperationInfo | |
---|---|
java.lang.reflect.Method |
SimpleMethodDispatcher.getMethod(BindingOperationInfo op)
|
java.lang.reflect.Method |
MethodDispatcher.getMethod(BindingOperationInfo op)
|
java.lang.Object |
ClientProxy.invokeSync(java.lang.reflect.Method method,
BindingOperationInfo oi,
java.lang.Object[] params)
|
Uses of BindingOperationInfo in org.apache.cxf.interceptor |
---|
Methods in org.apache.cxf.interceptor that return BindingOperationInfo | |
---|---|
protected BindingOperationInfo |
AbstractInDatabindingInterceptor.getBindingOperationInfo(Exchange exchange,
javax.xml.namespace.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,
javax.xml.namespace.QName name,
boolean client)
|
Methods in org.apache.cxf.interceptor with parameters of type BindingOperationInfo | |
---|---|
FaultInfo |
FaultOutInterceptor.getFaultForClass(BindingOperationInfo op,
java.lang.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 void |
AbstractOutDatabindingInterceptor.writeParts(Message message,
Exchange exchange,
BindingOperationInfo operation,
MessageContentsList objs,
java.util.List<MessagePartInfo> parts)
|
Uses of BindingOperationInfo in org.apache.cxf.jaxws |
---|
Methods in org.apache.cxf.jaxws that return BindingOperationInfo | |
---|---|
BindingOperationInfo |
JAXWSMethodDispatcher.getBindingOperation(java.lang.reflect.Method method,
Endpoint endpoint)
|
Uses of BindingOperationInfo in org.apache.cxf.service.model |
---|
Methods in org.apache.cxf.service.model that return BindingOperationInfo | |
---|---|
BindingOperationInfo |
BindingInfo.buildOperation(javax.xml.namespace.QName opName,
java.lang.String inName,
java.lang.String outName)
|
BindingOperationInfo |
BindingMessageInfo.getBindingOperation()
|
BindingOperationInfo |
BindingFaultInfo.getBindingOperation()
|
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
javax.xml.namespace.QName opName)
|
static BindingOperationInfo |
ServiceModelUtil.getOperation(Exchange exchange,
java.lang.String opName)
|
BindingOperationInfo |
BindingInfo.getOperation(OperationInfo oi)
|
BindingOperationInfo |
BindingInfo.getOperation(javax.xml.namespace.QName oname)
Returns the operation info with the given name, if found. |
static BindingOperationInfo |
ServiceModelUtil.getOperationForWrapperElement(Exchange exchange,
javax.xml.namespace.QName opName,
boolean output)
|
BindingOperationInfo |
BindingOperationInfo.getUnwrappedOperation()
|
BindingOperationInfo |
BindingOperationInfo.getWrappedOperation()
|
Methods in org.apache.cxf.service.model that return types with arguments of type BindingOperationInfo | |
---|---|
java.util.Collection<BindingOperationInfo> |
BindingInfo.getOperations()
Returns all operations for this service. |
Methods in org.apache.cxf.service.model with parameters of type BindingOperationInfo | |
---|---|
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)
|
Constructors in org.apache.cxf.service.model with parameters of type BindingOperationInfo | |
---|---|
BindingFaultInfo(FaultInfo f,
BindingOperationInfo info)
|
|
BindingMessageInfo(MessageInfo m,
BindingOperationInfo boi)
|
Uses of BindingOperationInfo in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal |
---|
Methods in org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal with parameters of type BindingOperationInfo | |
---|---|
void |
ServiceProcessor.processMultipart(JavaMethod jm,
BindingOperationInfo operation,
javax.wsdl.extensions.mime.MIMEMultipartRelated ext,
JavaType.Style style)
|
Uses of BindingOperationInfo in org.apache.cxf.ws.policy |
---|
Uses of BindingOperationInfo in org.apache.cxf.ws.policy.attachment |
---|
Methods in org.apache.cxf.ws.policy.attachment with parameters of type BindingOperationInfo | |
---|---|
org.apache.neethi.Policy |
ServiceModelPolicyProvider.getEffectivePolicy(BindingOperationInfo bi)
|
Uses of BindingOperationInfo in org.apache.cxf.ws.policy.attachment.external |
---|
Methods in org.apache.cxf.ws.policy.attachment.external with parameters of type BindingOperationInfo | |
---|---|
boolean |
DomainExpression.appliesTo(BindingOperationInfo boi)
|
boolean |
PolicyAttachment.appliesTo(BindingOperationInfo boi)
|
boolean |
EndpointReferenceDomainExpression.appliesTo(BindingOperationInfo boi)
|
boolean |
Wsdl11XPointerDomainExpression.appliesTo(BindingOperationInfo boi)
|
org.apache.neethi.Policy |
ExternalAttachmentProvider.getEffectivePolicy(BindingOperationInfo boi)
|
Uses of BindingOperationInfo in org.apache.cxf.ws.policy.attachment.wsdl11 |
---|
Methods in org.apache.cxf.ws.policy.attachment.wsdl11 with parameters of type BindingOperationInfo | |
---|---|
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. |
Uses of BindingOperationInfo in org.apache.cxf.wsdl11 |
---|
Method parameters in org.apache.cxf.wsdl11 with type arguments of type BindingOperationInfo | |
---|---|
protected void |
ServiceWSDLBuilder.buildBindingOperation(javax.wsdl.Definition def,
javax.wsdl.Binding binding,
java.util.Collection<BindingOperationInfo> bindingOperationInfos)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |