Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


oracle.webservices.annotations
Annotation Type PortableWebServiceProvider


@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 portName
          Port name.
 String serviceName
          Service name.
 String targetNamespace
          Target namespace for the service
 String wsdlLocation
          Location of the WSDL description for the service.

 

wsdlLocation

public abstract String wsdlLocation
Location of the WSDL description for the service.
Default:
""

serviceName

public abstract String serviceName
Service name.
Default:
""

targetNamespace

public abstract String targetNamespace
Target namespace for the service
Default:
""

portName

public abstract String portName
Port name.
Default:
""

Skip navigation links

Java API Reference for Oracle Infrastructure Web Services
11
Release 1 (11.1.1)

E10654-04


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved..