Anyframe Core

Package anyframe.core.remoting.webservices.client

When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).

See:
          Description

Interface Summary
Client When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend).
 

Class Summary
ClientInfo ClientInfo has the information that can be used to access web service methods.
JaxWsClient JaxWsClient makes client implementation simplified using a JAX-WS frontend APIs which are supported by Apache CXF framework.
SimpleClient SimpleClient makes client implementation simplified using a Simple frontend APIs which are supported by Apache CXF framework.
 

Package anyframe.core.remoting.webservices.client Description

When you use Apache CXF framework to implement web services, you can use two kinds of frontend model(Simple frontend, JAX-WS frontend). anyframe.core.remoting.webservices.client.SimpleClient class is a simple frontend client and anyframe.core.remoting.webservices.client.JaxWsClient class is a JAX-WS frontend client. Those client classes should implement this Client interface class. You can get a ProxyFactory instance to invoke remote web service methods using a getClient method consistently.

Since:
3.1.0

Anyframe Core

Copyright © 2008-2009 Samsung SDS. All Rights Reserved.