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