| java.lang.Object org.apache.cxf.service.factory.AbstractServiceConfiguration
All known Subclasses: org.apache.cxf.jaxws.support.JaxWsServiceConfiguration, org.apache.cxf.service.factory.DefaultServiceConfiguration,
AbstractServiceConfiguration | abstract public class AbstractServiceConfiguration (Code) | | |
Method Summary | |
public String | getAction(OperationInfo op, Method method) | public QName | getEndpointName() | public QName | getFaultName(InterfaceInfo service, OperationInfo o, Class> exClass, Class> beanClass) | public QName | getInParameterName(OperationInfo op, Method method, int paramNumber) | public QName | getInPartName(OperationInfo op, Method method, int paramNumber) | public QName | getInputMessageName(OperationInfo op, Method method) | public QName | getInterfaceName() | public String | getMEP(Method method) | public QName | getOperationName(InterfaceInfo service, Method method) Creates a name for the operation from the method name. | public QName | getOutParameterName(OperationInfo op, Method method, int paramNumber) | public QName | getOutPartName(OperationInfo op, Method method, int paramNumber) | public QName | getOutputMessageName(OperationInfo op, Method method) | public Class | getRequestWrapper(Method selected) | public String | getRequestWrapperClassName(Method selected) | public QName | getRequestWrapperName(OperationInfo op, Method method) | public Class | getResponseWrapper(Method selected) | public String | getResponseWrapperClassName(Method selected) | public QName | getResponseWrapperName(OperationInfo op, Method method) | public ReflectionServiceFactoryBean | getServiceFactory() | public String | getServiceName() | public String | getServiceNamespace() | public String | getStyle() | public String | getWsdlURL() | public Boolean | hasOutMessage(Method m) | public Boolean | isAsync(Method method) | public Boolean | isHeader(Method method, int j) | public Boolean | isInParam(Method method, int j) | public Boolean | isOperation(Method method) | public Boolean | isOutParam(Method method, int j) | public Boolean | isRPC(Method selected) | public Boolean | isWrapped() | public Boolean | isWrapped(Method m) | public void | setServiceFactory(ReflectionServiceFactoryBean serviceFactory) |
getFaultName | public QName getFaultName(InterfaceInfo service, OperationInfo o, Class> exClass, Class> beanClass)(Code) | | |
getInParameterName | public QName getInParameterName(OperationInfo op, Method method, int paramNumber)(Code) | | |
getInPartName | public QName getInPartName(OperationInfo op, Method method, int paramNumber)(Code) | | |
getInputMessageName | public QName getInputMessageName(OperationInfo op, Method method)(Code) | | |
getOperationName | public QName getOperationName(InterfaceInfo service, Method method)(Code) | | Creates a name for the operation from the method name. If an operation
with that name already exists, a name is create by appending an integer
to the end. I.e. if there is already two methods named
doSomething , the first one will have an operation name of
"doSomething" and the second "doSomething1".
Parameters: service - Parameters: method - |
getOutParameterName | public QName getOutParameterName(OperationInfo op, Method method, int paramNumber)(Code) | | |
getOutPartName | public QName getOutPartName(OperationInfo op, Method method, int paramNumber)(Code) | | |
getOutputMessageName | public QName getOutputMessageName(OperationInfo op, Method method)(Code) | | |
getRequestWrapperName | public QName getRequestWrapperName(OperationInfo op, Method method)(Code) | | |
getResponseWrapperClassName | public String getResponseWrapperClassName(Method selected)(Code) | | |
getResponseWrapperName | public QName getResponseWrapperName(OperationInfo op, Method method)(Code) | | |
getServiceNamespace | public String getServiceNamespace()(Code) | | |
|
|