Skip navigation links

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

E10654-02


oracle.webservices.annotations
Annotation Type PortableWebService


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

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

Copyright © 2006, 2009 Oracle. All Rights Reserved.