Spring Web Services Framework

Uses of Class
org.springframework.ws.server.endpoint.MethodEndpoint

Packages that use MethodEndpoint
org.springframework.ws.server.endpoint.adapter Provides miscellaneous EndpointAdapter implementations. 
org.springframework.ws.server.endpoint.mapping Provides miscellaneous endpoints EndpointMapping implementations. 
 

Uses of MethodEndpoint in org.springframework.ws.server.endpoint.adapter
 

Methods in org.springframework.ws.server.endpoint.adapter with parameters of type MethodEndpoint
protected  Object[] DefaultMethodEndpointAdapter.getMethodArguments(MessageContext messageContext, MethodEndpoint methodEndpoint)
          Returns the argument array for the given method endpoint.
protected  void DefaultMethodEndpointAdapter.handleMethodReturnValue(MessageContext messageContext, Object returnValue, MethodEndpoint methodEndpoint)
          Handle the return value for the given method endpoint.
protected  void XPathParamAnnotationMethodEndpointAdapter.invokeInternal(MessageContext messageContext, MethodEndpoint methodEndpoint)
          Deprecated.  
protected  void PayloadMethodEndpointAdapter.invokeInternal(MessageContext messageContext, MethodEndpoint methodEndpoint)
          Deprecated.  
protected  void MessageMethodEndpointAdapter.invokeInternal(MessageContext messageContext, MethodEndpoint methodEndpoint)
          Deprecated.  
protected  void MarshallingMethodEndpointAdapter.invokeInternal(MessageContext messageContext, MethodEndpoint methodEndpoint)
          Deprecated.  
protected  void DefaultMethodEndpointAdapter.invokeInternal(MessageContext messageContext, MethodEndpoint methodEndpoint)
           
protected abstract  void AbstractMethodEndpointAdapter.invokeInternal(MessageContext messageContext, MethodEndpoint methodEndpoint)
          Use the given method endpoint to handle the request.
protected  boolean XPathParamAnnotationMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
          Deprecated. Supports methods with @XPathParam parameters, and return either Source or nothing.
protected  boolean PayloadMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
          Deprecated.  
protected  boolean MessageMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
          Deprecated.  
protected  boolean MarshallingMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
          Deprecated. Supports a method with a single, unmarshallable parameter, and that return void or a marshallable type.
protected  boolean GenericMarshallingMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
          Deprecated.  
protected  boolean DefaultMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
           
protected abstract  boolean AbstractMethodEndpointAdapter.supportsInternal(MethodEndpoint methodEndpoint)
          Given a method endpoint, return whether or not this adapter can support it.
 

Uses of MethodEndpoint in org.springframework.ws.server.endpoint.mapping
 

Methods in org.springframework.ws.server.endpoint.mapping that return MethodEndpoint
protected  MethodEndpoint AbstractMethodEndpointMapping.lookupEndpoint(T key)
          Looks up an endpoint instance for the given keys.
 

Methods in org.springframework.ws.server.endpoint.mapping with parameters of type MethodEndpoint
protected  void AbstractMethodEndpointMapping.registerEndpoint(T key, MethodEndpoint endpoint)
          Register the given endpoint instance under the key.
 


Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.