|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface PortableWebServiceProvider
Marks a Java class as implementing an Oracle Infrastructure Web Services Provider.
| Optional Element Summary | |
|---|---|
String |
portNamePort name. |
String |
serviceNameService name. |
String |
targetNamespaceTarget namespace for the service |
String |
wsdlLocationLocation of the WSDL description for the service. |
public abstract String wsdlLocation
public abstract String serviceName
public abstract String targetNamespace
public abstract String portName
|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||