All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected FaultInfo |
addFault(InterfaceInfo service,
OperationInfo op,
Class<?> exClass) |
protected void |
bindOperation(OperationInfo op,
Method m) |
protected void |
buildServiceFromClass() |
protected void |
buildServiceFromWSDL(String url) |
protected void |
checkForElement(ServiceInfo serviceInfo,
MessagePartInfo mpi) |
protected void |
checkServiceClassAnnotations(Class<?> sc) |
Service |
create() |
protected void |
createBareMessage(ServiceInfo serviceInfo,
OperationInfo opInfo,
boolean isOut) |
protected DataBinding |
createDefaultDataBinding() |
Endpoint |
createEndpoint(EndpointInfo ei) |
protected void |
createEndpoints() |
protected void |
createFaultForException(Class<?> exClass,
FaultInfo fi) |
protected void |
createInputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo inMsg) |
protected InterfaceInfo |
createInterface(ServiceInfo serviceInfo) |
protected Invoker |
createInvoker() |
protected void |
createMessageParts(InterfaceInfo intf,
OperationInfo op,
Method method) |
protected OperationInfo |
createOperation(ServiceInfo serviceInfo,
InterfaceInfo intf,
Method m) |
protected QName |
createOutputMessageName(OperationInfo op,
Method method) |
protected void |
createOutputWrappedMessageParts(OperationInfo op,
Method method,
MessageInfo outMsg) |
protected ServiceInfo |
createServiceInfo(InterfaceInfo intf) |
protected void |
createWrappedSchema(ServiceInfo serviceInfo,
AbstractMessageContainer wrappedMessage,
AbstractMessageContainer unwrappedMessage,
QName wrapperBeanName) |
protected String |
getAction(OperationInfo op,
Method method) |
boolean |
getAnonymousWrapperTypes() |
protected Class<?> |
getBeanClass(Class<?> exClass) |
List<AbstractServiceConfiguration> |
getConfigurations() |
EndpointInfo |
getEndpointInfo() |
QName |
getEndpointName() |
QName |
getEndpointName(boolean lookup) |
Executor |
getExecutor() |
protected Set<Class<?>> |
getExtraClass() |
protected QName |
getFaultName(InterfaceInfo service,
OperationInfo o,
Class<?> exClass,
Class<?> beanClass) |
List<Feature> |
getFeatures() |
Type |
getHolderType(Class<?> cls,
Type type) |
List<String> |
getIgnoredClasses() |
List<Method> |
getIgnoredMethods() |
protected QName |
getInParameterName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
getInPartName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
getInputMessageName(OperationInfo op,
Method method) |
protected InterfaceInfo |
getInterfaceInfo() |
QName |
getInterfaceName() |
Invoker |
getInvoker() |
MethodDispatcher |
getMethodDispatcher() |
protected QName |
getOperationName(InterfaceInfo service,
Method method)
Creates a name for the operation from the method name.
|
protected QName |
getOutParameterName(OperationInfo op,
Method method,
int paramNumber) |
protected QName |
getOutPartName(OperationInfo op,
Method method,
int paramNumber) |
Map<String,Object> |
getProperties() |
boolean |
getQualifyWrapperSchema() |
protected Class<?> |
getRequestWrapper(Method selected) |
protected String |
getRequestWrapperClassName(Method selected) |
protected Class<?> |
getResponseWrapper(Method selected) |
protected String |
getResponseWrapperClassName(Method selected) |
Class<?> |
getServiceClass() |
List<AbstractServiceConfiguration> |
getServiceConfigurations() |
protected String |
getServiceName() |
protected String |
getServiceNamespace() |
QName |
getServiceQName() |
QName |
getServiceQName(boolean lookup) |
String |
getStyle() |
Boolean |
getWrapped()
Returns non-null if wrapped mode was explicitely disabled or enabled.
|
long |
getWrapperPartMaxOccurs(MessagePartInfo mpi) |
long |
getWrapperPartMinOccurs(MessagePartInfo mpi) |
String |
getWsdlURL() |
protected boolean |
hasOutMessage(Method m) |
boolean |
hasWrappedMethods(InterfaceInfo interfaceInfo) |
protected boolean |
initializeClassInfo(OperationInfo o,
Method method,
List<String> paramOrder)
set the holder generic type info into message part info
|
protected void |
initializeDefaultInterceptors() |
protected void |
initializeFaultInterceptors() |
protected void |
initializeFaults(InterfaceInfo service,
OperationInfo op,
Method method) |
protected void |
initializeParameter(MessagePartInfo part,
Class<?> rawClass,
Type type) |
protected void |
initializeServiceConfigurations() |
protected void |
initializeServiceModel() |
protected void |
initializeWrappedSchema(ServiceInfo serviceInfo) |
protected void |
initializeWSDLOperation(InterfaceInfo intf,
OperationInfo o,
Method method) |
protected void |
initializeWSDLOperations() |
boolean |
isAnonymousWrapperTypes() |
protected boolean |
isAsync(Method method) |
protected boolean |
isFromWsdl() |
boolean |
isHeader(Method method,
int j) |
boolean |
isHolder(Class<?> cls,
Type type) |
protected boolean |
isInOutParam(Method method,
int j) |
protected boolean |
isInParam(Method method,
int j) |
protected boolean |
isMatchOperation(String methodNameInClass,
String methodNameInWsdl) |
protected boolean |
isOutParam(Method method,
int j) |
boolean |
isPopulateFromClass() |
boolean |
isQualifyWrapperSchema() |
boolean |
isRPC(Method method) |
protected boolean |
isValidMethod(Method method) |
boolean |
isWrapped() |
protected boolean |
isWrapped(Method method) |
boolean |
isWrapperPartNillable(MessagePartInfo mpi) |
Boolean |
isWrapperPartQualified(MessagePartInfo mpi) |
protected void |
processTypes(Class<?> sc,
Type tp) |
void |
reset() |
void |
setAnonymousWrapperTypes(boolean b) |
void |
setConfigurations(List<AbstractServiceConfiguration> configurations) |
void |
setEndpointName(QName en) |
void |
setExecutor(Executor executor) |
void |
setFeatures(List<? extends Feature> features2) |
void |
setIgnoredClasses(List<String> ignoredClasses) |
void |
setIgnoredMethods(List<Method> ignoredMethods) |
void |
setInvoker(Invoker invoker) |
protected void |
setMethodDispatcher(MethodDispatcher m) |
void |
setPopulateFromClass(boolean fomClass) |
void |
setProperties(Map<String,Object> properties) |
void |
setQualifyWrapperSchema(boolean b) |
void |
setSchemaLocations(List<String> schemaLocations) |
void |
setServiceClass(Class<?> serviceClass) |
void |
setServiceConfigurations(List<AbstractServiceConfiguration> serviceConfigurations) |
void |
setServiceName(QName serviceName) |
protected void |
setServiceProperties() |
void |
setServiceType(ParameterizedType servicetype) |
void |
setValidate(boolean validate)
If 'validate' is true, this class will validate the service.
|
void |
setWrapped(boolean style) |
void |
setWsdlURL(String wsdlURL) |
void |
setWsdlURL(URL wsdlURL) |
void |
updateBindingOperation(BindingOperationInfo boi) |
void |
validateServiceModel() |