JBoss Wise API

Uses of Interface
org.jboss.wise.core.client.WSEndpoint

Packages that use WSEndpoint
org.jboss.wise.core.client   
org.jboss.wise.core.client.impl.reflection   
 

Uses of WSEndpoint in org.jboss.wise.core.client
 

Methods in org.jboss.wise.core.client that return WSEndpoint
 WSEndpoint WSMethod.getEndpoint()
           
 

Methods in org.jboss.wise.core.client that return types with arguments of type WSEndpoint
 java.util.Map<java.lang.String,WSEndpoint> WSService.processEndpoints()
          Create the endpoints' map and gives it back.
 

Uses of WSEndpoint in org.jboss.wise.core.client.impl.reflection
 

Classes in org.jboss.wise.core.client.impl.reflection that implement WSEndpoint
 class WSEndpointImpl
          This represent a WebEndpoint and has utility methods to edit username, password, endpoint address, attach handlers
 

Fields in org.jboss.wise.core.client.impl.reflection declared as WSEndpoint
protected  WSEndpoint EndpointMethodCaller.epInstance
           
 

Methods in org.jboss.wise.core.client.impl.reflection that return WSEndpoint
 WSEndpoint WSMethodImpl.getEndpoint()
           
 

Methods in org.jboss.wise.core.client.impl.reflection that return types with arguments of type WSEndpoint
 java.util.Map<java.lang.String,WSEndpoint> WSServiceImpl.getEndpoints()
           
 java.util.Map<java.lang.String,WSEndpoint> WSServiceImpl.processEndpoints()
          Create the endpoints' map and gives it back.
 

Constructors in org.jboss.wise.core.client.impl.reflection with parameters of type WSEndpoint
EndpointMethodCaller(WSEndpoint epInstance, java.lang.reflect.Method methodPointer, java.lang.Object[] args)
           
WSMethodImpl(java.lang.reflect.Method method, WSEndpoint endpoint)
           
 


JBoss Wise API

Copyright © 2008-2009 Jboss.org. All Rights Reserved.