Package | Description |
---|---|
org.apache.cxf.aegis.databinding | |
org.apache.cxf.binding.coloc | |
org.apache.cxf.binding.soap | |
org.apache.cxf.binding.soap.model | |
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.jaxws.binding.soap | |
org.apache.cxf.jaxws.support | |
org.apache.cxf.service |
This package and its sub packages contain classes relating to services and the CXF
service model
|
org.apache.cxf.service.factory | |
org.apache.cxf.service.model | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.annotator | |
org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.mapper | |
org.apache.cxf.wsdl11 |
Modifier and Type | Method and Description |
---|---|
QName |
AegisDatabinding.getSuggestedName(Service s,
TypeMapping tm,
OperationInfo op,
int param) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ColocUtil.isAssignableOperationInfo(OperationInfo oi,
Class<?> cls) |
static boolean |
ColocUtil.isCompatibleOperationInfo(OperationInfo oi1,
OperationInfo oi2) |
static boolean |
ColocUtil.isSameOperationInfo(OperationInfo oi1,
OperationInfo oi2) |
Modifier and Type | Method and Description |
---|---|
String |
SoapBindingConfiguration.getSoapAction(OperationInfo op) |
String |
SoapBindingConfiguration.getStyle(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
SoapBindingInfo.getOperationByAction(String action) |
Modifier and Type | Method and Description |
---|---|
String |
SoapBindingInfo.getSoapAction(OperationInfo operation)
Get the soap action for an operation.
|
String |
SoapBindingInfo.getStyle(OperationInfo operation) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMethodDispatcher.bind(OperationInfo o,
Method... methods) |
void |
MethodDispatcher.bind(OperationInfo o,
Method... methods) |
Method |
SimpleMethodDispatcher.getPrimaryMethod(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
URIMappingInterceptor.keepInOrder(Map<String,String> params,
OperationInfo operation,
List<String> order) |
Modifier and Type | Method and Description |
---|---|
protected MessagePartInfo |
AbstractInDatabindingInterceptor.findMessagePart(Exchange exchange,
Collection<OperationInfo> operations,
QName name,
boolean client,
int index,
Message message)
Find the next possible message part in the message.
|
Modifier and Type | Method and Description |
---|---|
void |
JAXWSMethodDispatcher.bind(OperationInfo o,
Method... methods) |
void |
JAXWSProviderMethodDispatcher.bind(OperationInfo o,
Method... methods) |
Modifier and Type | Method and Description |
---|---|
String |
JaxWsSoapBindingConfiguration.getStyle(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
protected OperationInfo |
JaxWsServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m) |
Modifier and Type | Method and Description |
---|---|
protected void |
JaxWsServiceFactoryBean.bindOperation(OperationInfo op,
Method method) |
String |
JaxWsServiceConfiguration.getAction(OperationInfo op,
Method method) |
String |
JaxWsServiceConfiguration.getFaultMessageName(OperationInfo op,
Class<?> exClass,
Class<?> beanClass) |
QName |
JaxWsServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
QName |
JaxWsServiceConfiguration.getInParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
JaxWsServiceConfiguration.getInPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
JaxWsServiceConfiguration.getOutParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
JaxWsServiceConfiguration.getOutPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
JaxWsServiceConfiguration.getRequestWrapperName(OperationInfo op,
Method method) |
String |
JaxWsServiceConfiguration.getRequestWrapperPartName(OperationInfo op,
Method method) |
QName |
JaxWsServiceConfiguration.getResponseWrapperName(OperationInfo op,
Method method) |
String |
JaxWsServiceConfiguration.getResponseWrapperPartName(OperationInfo op,
Method method) |
protected void |
JaxWsServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
Method method) |
Modifier and Type | Method and Description |
---|---|
void |
ServiceModelVisitor.begin(OperationInfo op) |
void |
ServiceModelVisitor.end(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
protected OperationInfo |
ReflectionServiceFactoryBean.createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m) |
Modifier and Type | Method and Description |
---|---|
protected FaultInfo |
ReflectionServiceFactoryBean.addFault(InterfaceInfo service,
OperationInfo op,
Class exClass) |
protected void |
ReflectionServiceFactoryBean.bindOperation(OperationInfo op,
Method m) |
protected void |
ReflectionServiceFactoryBean.createBareMessage(ServiceInfo serviceInfo,
OperationInfo opInfo,
boolean isOut) |
protected void |
ReflectionServiceFactoryBean.createInputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo inMsg) |
protected void |
ReflectionServiceFactoryBean.createMessageParts(InterfaceInfo intf,
OperationInfo op,
Method method) |
protected QName |
ReflectionServiceFactoryBean.createOutputMessageName(OperationInfo op,
Method method) |
protected void |
ReflectionServiceFactoryBean.createOutputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo outMsg) |
String |
MethodNameSoapActionServiceConfiguration.getAction(OperationInfo op,
Method method) |
protected String |
ReflectionServiceFactoryBean.getAction(OperationInfo op,
Method method) |
String |
AbstractServiceConfiguration.getAction(OperationInfo op,
Method method) |
String |
AbstractServiceConfiguration.getFaultMessageName(OperationInfo op,
Class<?> exClass,
Class<?> beanClass) |
QName |
DefaultServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
QName |
AbstractServiceConfiguration.getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
protected QName |
ReflectionServiceFactoryBean.getFaultName(InterfaceInfo service,
OperationInfo o,
Class exClass,
Class beanClass) |
QName |
DefaultServiceConfiguration.getInParameterName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
ReflectionServiceFactoryBean.getInParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
AbstractServiceConfiguration.getInParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
DefaultServiceConfiguration.getInPartName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
ReflectionServiceFactoryBean.getInPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
AbstractServiceConfiguration.getInPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
DefaultServiceConfiguration.getInputMessageName(OperationInfo op,
Method method) |
protected QName |
ReflectionServiceFactoryBean.getInputMessageName(OperationInfo op,
Method method) |
QName |
AbstractServiceConfiguration.getInputMessageName(OperationInfo op,
Method method) |
QName |
DefaultServiceConfiguration.getOutParameterName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
ReflectionServiceFactoryBean.getOutParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
AbstractServiceConfiguration.getOutParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
DefaultServiceConfiguration.getOutPartName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
ReflectionServiceFactoryBean.getOutPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
AbstractServiceConfiguration.getOutPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
DefaultServiceConfiguration.getOutputMessageName(OperationInfo op,
Method method) |
QName |
AbstractServiceConfiguration.getOutputMessageName(OperationInfo op,
Method method) |
QName |
AbstractServiceConfiguration.getRequestWrapperName(OperationInfo op,
Method method) |
String |
AbstractServiceConfiguration.getRequestWrapperPartName(OperationInfo op,
Method method) |
QName |
AbstractServiceConfiguration.getResponseWrapperName(OperationInfo op,
Method method) |
String |
AbstractServiceConfiguration.getResponseWrapperPartName(OperationInfo op,
Method method) |
protected boolean |
ReflectionServiceFactoryBean.initializeClassInfo(OperationInfo o,
Method method,
List<String> paramOrder)
set the holder generic type info into message part info
|
protected void |
ReflectionServiceFactoryBean.initializeFaults(InterfaceInfo service,
OperationInfo op,
Method method) |
protected void |
ReflectionServiceFactoryBean.initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
Method method) |
Modifier and Type | Class and Description |
---|---|
class |
UnwrappedOperationInfo |
Modifier and Type | Field and Description |
---|---|
protected OperationInfo |
BindingOperationInfo.opInfo |
Modifier and Type | Method and Description |
---|---|
OperationInfo |
InterfaceInfo.addOperation(QName oname)
Adds an operation to this service.
|
OperationInfo |
AbstractMessageContainer.getOperation()
Returns the operation of this container.
|
OperationInfo |
InterfaceInfo.getOperation(QName oname)
Returns the operation info with the given name, if found.
|
OperationInfo |
BindingOperationInfo.getOperationInfo() |
OperationInfo |
OperationInfo.getUnwrappedOperation() |
OperationInfo |
UnwrappedOperationInfo.getWrappedOperation() |
Modifier and Type | Method and Description |
---|---|
Collection<OperationInfo> |
InterfaceInfo.getOperations()
Returns all operations for this service.
|
Modifier and Type | Method and Description |
---|---|
BindingOperationInfo |
BindingInfo.getOperation(OperationInfo oi) |
static List<String> |
ServiceModelUtil.getOperationInputPartNames(OperationInfo operation) |
void |
InterfaceInfo.removeOperation(OperationInfo operation)
Removes an operation from this service.
|
void |
OperationInfo.setUnwrappedOperation(OperationInfo op) |
Constructor and Description |
---|
BindingOperationInfo(BindingInfo bi,
OperationInfo opinfo) |
FaultInfo(QName fname,
QName mname,
OperationInfo info) |
MessageInfo(OperationInfo op,
MessageInfo.Type type,
QName nm) |
UnwrappedOperationInfo(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
void |
OperationProcessor.process(JavaInterface intf,
OperationInfo operation) |
Constructor and Description |
---|
WSActionAnnotator(OperationInfo op) |
Modifier and Type | Method and Description |
---|---|
JavaMethod |
MethodMapper.map(OperationInfo operation) |
Modifier and Type | Method and Description |
---|---|
static void |
WSDLServiceBuilder.checkForWrapped(OperationInfo opInfo,
boolean relaxed) |
static void |
WSDLServiceBuilder.checkForWrapped(OperationInfo opInfo,
boolean allowRefs,
boolean relaxed) |
static void |
WSDLServiceBuilder.checkForWrapped(OperationInfo opInfo,
boolean allowRefs,
boolean relaxed,
Level logLevel) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServiceWSDLBuilder.buildPortTypeOperation(javax.wsdl.PortType portType,
Collection<OperationInfo> operationInfos,
javax.wsdl.Definition def) |
Apache CXF