All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
String |
getAction(OperationInfo op,
Method method) |
QName |
getEndpointName() |
String |
getFaultMessageName(OperationInfo op,
Class<?> exClass,
Class<?> beanClass) |
QName |
getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
Type |
getHolderType(Class<?> cls,
Type type) |
QName |
getInParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
getInPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
getInputMessageName(OperationInfo op,
Method method) |
QName |
getInterfaceName() |
String |
getMEP(Method method) |
QName |
getOperationName(InterfaceInfo service,
Method method)
Creates a name for the operation from the method name.
|
QName |
getOutParameterName(OperationInfo op,
Method method,
int paramNumber) |
QName |
getOutPartName(OperationInfo op,
Method method,
int paramNumber) |
QName |
getOutputMessageName(OperationInfo op,
Method method) |
Class<?> |
getRequestWrapper(Method selected) |
String |
getRequestWrapperClassName(Method selected) |
QName |
getRequestWrapperName(OperationInfo op,
Method method) |
String |
getRequestWrapperPartName(OperationInfo op,
Method method) |
Class<?> |
getResponseWrapper(Method selected) |
String |
getResponseWrapperClassName(Method selected) |
QName |
getResponseWrapperName(OperationInfo op,
Method method) |
String |
getResponseWrapperPartName(OperationInfo op,
Method method) |
ReflectionServiceFactoryBean |
getServiceFactory() |
String |
getServiceName() |
String |
getServiceNamespace() |
String |
getStyle() |
Long |
getWrapperPartMaxOccurs(MessagePartInfo mpi) |
Long |
getWrapperPartMinOccurs(MessagePartInfo mpi) |
String |
getWsdlURL() |
Boolean |
hasOutMessage(Method m) |
Boolean |
isAsync(Method method) |
Boolean |
isHeader(Method method,
int j) |
Boolean |
isHolder(Class<?> cls,
Type type) |
Boolean |
isInOutParam(Method method,
int j) |
Boolean |
isInParam(Method method,
int j) |
Boolean |
isOperation(Method method) |
Boolean |
isOutParam(Method method,
int j) |
Boolean |
isRPC(Method selected) |
Boolean |
isWrapped() |
Boolean |
isWrapped(Method m) |
Boolean |
isWrapperPartNillable(MessagePartInfo mpi) |
Boolean |
isWrapperPartQualified(MessagePartInfo mpi) |
void |
setServiceFactory(ReflectionServiceFactoryBean serviceFactory) |
void |
setServiceNamespace(String s) |