Apache CXF API

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

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

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

Fields in org.apache.cxf.jaxws.javaee declared as RemoteType
protected  RemoteType EjbRefType.remote
           
 

Methods in org.apache.cxf.jaxws.javaee that return RemoteType
 RemoteType ObjectFactory.createRemoteType()
          Create an instance of RemoteType
 RemoteType EjbRefType.getRemote()
          Gets the value of the remote property.
 

Methods in org.apache.cxf.jaxws.javaee with parameters of type RemoteType
 void EjbRefType.setRemote(RemoteType value)
          Sets the value of the remote property.
 


Apache CXF API

Apache CXF