Skip navigation links

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

E10654-02


oracle.webservices.annotations
Annotation Type FabricService


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface FabricService

The FabricService annotation provides configuration for a jaxws service that is registered with Fabric


Optional Element Summary
 String registerImpl
          The class name of the register implementation.
 String serviceID
          The service id used to register with fabric.

 

serviceID

public abstract String serviceID
The service id used to register with fabric. Defaults to {Targetnamespace}@WebService(name)
Default:
""

registerImpl

public abstract String registerImpl
The class name of the register implementation. Defaults to oracle.j2ee.ws.server.fabric.FabricServiceRegister
Default:
" "

Skip navigation links

Copyright © 2006, 2009 Oracle. All Rights Reserved.