public @interface TestClassAnnotationWithArgsEndpoint
| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
String |
wsdlLocation |
| Modifier and Type | Optional Element and Description |
|---|---|
TestClassAnnotationWithArgsEndpoint.AuthenticationTypes |
authType |
int |
callTimeout |
String |
password |
String |
userName |
public abstract String name
public abstract String wsdlLocation
public abstract TestClassAnnotationWithArgsEndpoint.AuthenticationTypes authType
public abstract String password
public abstract String userName
Copyright © 2015. All rights reserved.