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