Apache CXF API

Uses of Class
org.apache.cxf.jaxws.javaee.LocalType

Packages that use LocalType
org.apache.cxf.jaxws.javaee   
 

Uses of LocalType in org.apache.cxf.jaxws.javaee
 

Fields in org.apache.cxf.jaxws.javaee declared as LocalType
protected  LocalType EjbLocalRefType.local
           
 

Methods in org.apache.cxf.jaxws.javaee that return LocalType
 LocalType ObjectFactory.createLocalType()
          Create an instance of LocalType
 LocalType EjbLocalRefType.getLocal()
          Gets the value of the local property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type LocalType
 void EjbLocalRefType.setLocal(LocalType value)
          Sets the value of the local property.
 


Apache CXF API

Apache CXF