public class DefaultServiceConfiguration extends AbstractServiceConfiguration
serviceNamespace| Constructor and Description |
|---|
DefaultServiceConfiguration() |
getAction, getFaultMessageName, getMEP, getRequestWrapper, getRequestWrapperClassName, getRequestWrapperName, getRequestWrapperPartName, getResponseWrapper, getResponseWrapperClassName, getResponseWrapperName, getResponseWrapperPartName, getServiceFactory, getStyle, getWsdlURL, isRPC, isWrapped, isWrapperPartQualified, setServiceFactory, setServiceNamespacepublic QName getOperationName(InterfaceInfo service, 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, Class<?> exClass, Class<?> beanClass)
getFaultName in class AbstractServiceConfigurationpublic QName getInPartName(OperationInfo op, Method method, int paramNumber)
getInPartName in class AbstractServiceConfigurationpublic QName getOutPartName(OperationInfo op, Method method, int paramNumber)
getOutPartName in class AbstractServiceConfigurationpublic QName getInParameterName(OperationInfo op, Method method, int paramNumber)
getInParameterName in class AbstractServiceConfigurationpublic QName getInputMessageName(OperationInfo op, Method method)
getInputMessageName in class AbstractServiceConfigurationpublic QName getOutParameterName(OperationInfo op, Method method, int paramNumber)
getOutParameterName in class AbstractServiceConfigurationpublic static String createName(Method method, int paramNumber, int currentSize, boolean addMethodName, String flow)
public QName getOutputMessageName(OperationInfo op, Method method)
getOutputMessageName in class AbstractServiceConfigurationpublic QName getInterfaceName()
getInterfaceName in class AbstractServiceConfigurationpublic QName getEndpointName()
getEndpointName in class AbstractServiceConfigurationpublic String getServiceName()
getServiceName in class AbstractServiceConfigurationpublic String getServiceNamespace()
getServiceNamespace in class AbstractServiceConfigurationpublic Boolean hasOutMessage(Method m)
hasOutMessage in class AbstractServiceConfigurationpublic Boolean isAsync(Method method)
isAsync in class AbstractServiceConfigurationpublic Boolean isHeader(Method method, int j)
isHeader in class AbstractServiceConfigurationpublic Boolean isInParam(Method method, int j)
isInParam in class AbstractServiceConfigurationpublic Boolean isOperation(Method method)
isOperation in class AbstractServiceConfigurationpublic Boolean isOutParam(Method method, int j)
isOutParam in class AbstractServiceConfigurationpublic Boolean isWrapped(Method m)
isWrapped in class AbstractServiceConfigurationpublic Boolean isHolder(Class<?> cls, Type type)
isHolder in class AbstractServiceConfigurationpublic Class<?> getHolderType(Class<?> cls, Type type)
getHolderType in class AbstractServiceConfigurationpublic Boolean isWrapperPartNillable(MessagePartInfo mpi)
isWrapperPartNillable in class AbstractServiceConfigurationpublic Long getWrapperPartMaxOccurs(MessagePartInfo mpi)
getWrapperPartMaxOccurs in class AbstractServiceConfigurationpublic Long getWrapperPartMinOccurs(MessagePartInfo mpi)
getWrapperPartMinOccurs in class AbstractServiceConfigurationApache CXF