Skip navigation links

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

E10654-04


oracle.webservices.annotations
Annotation Type PortableWebService


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface PortableWebService

Marks a Java class as implementing an Oracle Infrastructure Web Service, or a Java interface as defining an Oracle Infrastructure Web Service interface.


Optional Element Summary
 String endpointInterface
           
 String name
           
 String portName
           
 String serviceName
           
 String targetNamespace
           
 String wsdlLocation
           

 

name

public abstract String name
Default:
""

targetNamespace

public abstract String targetNamespace
Default:
""

serviceName

public abstract String serviceName
Default:
""

portName

public abstract String portName
Default:
""

wsdlLocation

public abstract String wsdlLocation
Default:
""

endpointInterface

public abstract String endpointInterface
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..