public abstract class AbstractServiceConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
serviceNamespace |
| Constructor and Description |
|---|
AbstractServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction(org.apache.cxf.service.model.OperationInfo op,
Method method) |
QName |
getEndpointName() |
String |
getFaultMessageName(org.apache.cxf.service.model.OperationInfo op,
Class<?> exClass,
Class<?> beanClass) |
QName |
getFaultName(org.apache.cxf.service.model.InterfaceInfo service,
org.apache.cxf.service.model.OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
Type |
getHolderType(Class<?> cls,
Type type) |
QName |
getInParameterName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getInPartName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getInputMessageName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
QName |
getInterfaceName() |
String |
getMEP(Method method) |
QName |
getOperationName(org.apache.cxf.service.model.InterfaceInfo service,
Method method)
Creates a name for the operation from the method name.
|
QName |
getOutParameterName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getOutPartName(org.apache.cxf.service.model.OperationInfo op,
Method method,
int paramNumber) |
QName |
getOutputMessageName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
Class<?> |
getRequestWrapper(Method selected) |
String |
getRequestWrapperClassName(Method selected) |
QName |
getRequestWrapperName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
String |
getRequestWrapperPartName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
Class<?> |
getResponseWrapper(Method selected) |
String |
getResponseWrapperClassName(Method selected) |
QName |
getResponseWrapperName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
String |
getResponseWrapperPartName(org.apache.cxf.service.model.OperationInfo op,
Method method) |
ReflectionServiceFactoryBean |
getServiceFactory() |
String |
getServiceName() |
String |
getServiceNamespace() |
String |
getStyle() |
Long |
getWrapperPartMaxOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) |
Long |
getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi) |
String |
getWsdlURL() |
Boolean |
hasOutMessage(Method m) |
Boolean |
isAsync(Method method) |
Boolean |
isHeader(Method method,
int j) |
Boolean |
isHolder(Class<?> cls,
Type type) |
Boolean |
isInParam(Method method,
int j) |
Boolean |
isOperation(Method method) |
Boolean |
isOutParam(Method method,
int j) |
Boolean |
isRPC(Method selected) |
Boolean |
isWrapped() |
Boolean |
isWrapped(Method m) |
Boolean |
isWrapperPartNillable(org.apache.cxf.service.model.MessagePartInfo mpi) |
Boolean |
isWrapperPartQualified(org.apache.cxf.service.model.MessagePartInfo mpi) |
void |
setServiceFactory(ReflectionServiceFactoryBean serviceFactory) |
void |
setServiceNamespace(String s) |
protected String serviceNamespace
public ReflectionServiceFactoryBean getServiceFactory()
public void setServiceFactory(ReflectionServiceFactoryBean serviceFactory)
public String getWsdlURL()
public String getServiceName()
public String getServiceNamespace()
public void setServiceNamespace(String s)
public String getStyle()
public Boolean isWrapped()
public QName getInputMessageName(org.apache.cxf.service.model.OperationInfo op, Method method)
public QName getOutputMessageName(org.apache.cxf.service.model.OperationInfo op, Method method)
public QName getFaultName(org.apache.cxf.service.model.InterfaceInfo service, org.apache.cxf.service.model.OperationInfo o, Class<?> exClass, Class<?> beanClass)
public QName getOperationName(org.apache.cxf.service.model.InterfaceInfo service, Method method)
doSomething, the first one will have an operation name of
"doSomething" and the second "doSomething1".service - method - public QName getInParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
public QName getOutParameterName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
public QName getInPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
public QName getOutPartName(org.apache.cxf.service.model.OperationInfo op, Method method, int paramNumber)
public QName getInterfaceName()
public QName getEndpointName()
public QName getRequestWrapperName(org.apache.cxf.service.model.OperationInfo op, Method method)
public QName getResponseWrapperName(org.apache.cxf.service.model.OperationInfo op, Method method)
public String getResponseWrapperPartName(org.apache.cxf.service.model.OperationInfo op, Method method)
public String getRequestWrapperPartName(org.apache.cxf.service.model.OperationInfo op, Method method)
public Boolean isWrapperPartNillable(org.apache.cxf.service.model.MessagePartInfo mpi)
public Boolean isWrapperPartQualified(org.apache.cxf.service.model.MessagePartInfo mpi)
public Long getWrapperPartMaxOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
public Long getWrapperPartMinOccurs(org.apache.cxf.service.model.MessagePartInfo mpi)
Apache CXF