Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

weblogic.ejbgen
Annotation Type ServiceEndpointMethod


@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.METHOD)
public @interface ServiceEndpointMethod


Optional Element Summary
 String roles
          Specifies a comma-separated list of roles that are allowed to invoke this method.
 Constants.TransactionAttribute transactionAttribute
          (NotSupported|Required|Supports|ReqruiesNew|Never) Specified the Transaction Attribute for a Service Endpoint method of a Stateless Session Bean
 Constants.Bool unchecked
          (True|False) Is this method accessible by everyone
 

transactionAttribute

public abstract Constants.TransactionAttribute transactionAttribute
(NotSupported|Required|Supports|ReqruiesNew|Never) Specified the Transaction Attribute for a Service Endpoint method of a Stateless Session Bean

Default:
weblogic.ejbgen.Constants.TransactionAttribute.UNSPECIFIED

unchecked

public abstract Constants.Bool unchecked
(True|False) Is this method accessible by everyone

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

roles

public abstract String roles
Specifies a comma-separated list of roles that are allowed to invoke this method.

Default:
"UNSPECIFIED"

Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01