public class DefaultServiceConfiguration extends AbstractServiceConfiguration
serviceNamespace| Constructor and Description |
|---|
DefaultServiceConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
createName(java.lang.reflect.Method method,
int paramNumber,
int currentSize,
boolean addMethodName,
java.lang.String flow) |
QName |
getEndpointName() |
QName |
getFaultName(InterfaceInfo service,
OperationInfo o,
java.lang.Class<?> exClass,
java.lang.Class<?> beanClass) |
java.lang.Class<?> |
getHolderType(java.lang.Class<?> cls,
java.lang.reflect.Type type) |
QName |
getInParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber) |
QName |
getInPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber) |
QName |
getInputMessageName(OperationInfo op,
java.lang.reflect.Method method) |
QName |
getInterfaceName() |
QName |
getOperationName(InterfaceInfo service,
java.lang.reflect.Method method)
Creates a name for the operation from the method name.
|
QName |
getOutParameterName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber) |
QName |
getOutPartName(OperationInfo op,
java.lang.reflect.Method method,
int paramNumber) |
QName |
getOutputMessageName(OperationInfo op,
java.lang.reflect.Method method) |
java.lang.String |
getServiceName() |
java.lang.String |
getServiceNamespace() |
java.lang.Long |
getWrapperPartMaxOccurs(MessagePartInfo mpi) |
java.lang.Long |
getWrapperPartMinOccurs(MessagePartInfo mpi) |
java.lang.Boolean |
hasOutMessage(java.lang.reflect.Method m) |
java.lang.Boolean |
isAsync(java.lang.reflect.Method method) |
java.lang.Boolean |
isHeader(java.lang.reflect.Method method,
int j) |
java.lang.Boolean |
isHolder(java.lang.Class<?> cls,
java.lang.reflect.Type type) |
java.lang.Boolean |
isInParam(java.lang.reflect.Method method,
int j) |
java.lang.Boolean |
isOperation(java.lang.reflect.Method method) |
java.lang.Boolean |
isOutParam(java.lang.reflect.Method method,
int j) |
java.lang.Boolean |
isWrapped(java.lang.reflect.Method m) |
java.lang.Boolean |
isWrapperPartNillable(MessagePartInfo mpi) |
getAction, getFaultMessageName, getMEP, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWsdlURL, isInOutParam, isRPC, isWrapped, isWrapperPartQualified, setServiceFactory, setServiceNamespacepublic QName getOperationName(InterfaceInfo service, java.lang.reflect.Method method)
AbstractServiceConfigurationdoSomething, the first one will have an operation name of
"doSomething" and the second "doSomething1".getOperationName in class AbstractServiceConfigurationpublic QName getFaultName(InterfaceInfo service, OperationInfo o, java.lang.Class<?> exClass, java.lang.Class<?> beanClass)
getFaultName in class AbstractServiceConfigurationpublic QName getInPartName(OperationInfo op, java.lang.reflect.Method method, int paramNumber)
getInPartName in class AbstractServiceConfigurationpublic QName getOutPartName(OperationInfo op, java.lang.reflect.Method method, int paramNumber)
getOutPartName in class AbstractServiceConfigurationpublic QName getInParameterName(OperationInfo op, java.lang.reflect.Method method, int paramNumber)
getInParameterName in class AbstractServiceConfigurationpublic QName getInputMessageName(OperationInfo op, java.lang.reflect.Method method)
getInputMessageName in class AbstractServiceConfigurationpublic QName getOutParameterName(OperationInfo op, java.lang.reflect.Method method, int paramNumber)
getOutParameterName in class AbstractServiceConfigurationpublic static java.lang.String createName(java.lang.reflect.Method method,
int paramNumber,
int currentSize,
boolean addMethodName,
java.lang.String flow)
public QName getOutputMessageName(OperationInfo op, java.lang.reflect.Method method)
getOutputMessageName in class AbstractServiceConfigurationpublic QName getInterfaceName()
getInterfaceName in class AbstractServiceConfigurationpublic QName getEndpointName()
getEndpointName in class AbstractServiceConfigurationpublic java.lang.String getServiceName()
getServiceName in class AbstractServiceConfigurationpublic java.lang.String getServiceNamespace()
getServiceNamespace in class AbstractServiceConfigurationpublic java.lang.Boolean hasOutMessage(java.lang.reflect.Method m)
hasOutMessage in class AbstractServiceConfigurationpublic java.lang.Boolean isAsync(java.lang.reflect.Method method)
isAsync in class AbstractServiceConfigurationpublic java.lang.Boolean isHeader(java.lang.reflect.Method method,
int j)
isHeader in class AbstractServiceConfigurationpublic java.lang.Boolean isInParam(java.lang.reflect.Method method,
int j)
isInParam in class AbstractServiceConfigurationpublic java.lang.Boolean isOperation(java.lang.reflect.Method method)
isOperation in class AbstractServiceConfigurationpublic java.lang.Boolean isOutParam(java.lang.reflect.Method method,
int j)
isOutParam in class AbstractServiceConfigurationpublic java.lang.Boolean isWrapped(java.lang.reflect.Method m)
isWrapped in class AbstractServiceConfigurationpublic java.lang.Boolean isHolder(java.lang.Class<?> cls,
java.lang.reflect.Type type)
isHolder in class AbstractServiceConfigurationpublic java.lang.Class<?> getHolderType(java.lang.Class<?> cls,
java.lang.reflect.Type type)
getHolderType in class AbstractServiceConfigurationpublic java.lang.Boolean isWrapperPartNillable(MessagePartInfo mpi)
isWrapperPartNillable in class AbstractServiceConfigurationpublic java.lang.Long getWrapperPartMaxOccurs(MessagePartInfo mpi)
getWrapperPartMaxOccurs in class AbstractServiceConfigurationpublic java.lang.Long getWrapperPartMinOccurs(MessagePartInfo mpi)
getWrapperPartMinOccurs in class AbstractServiceConfiguration