+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.resolver.bindings
Interface HttpBinding

All Superinterfaces:
Binding
All Known Subinterfaces:
HttpGetBinding, HttpPostBinding, HttpSafeBinding, HttpUnsafeBinding, WpSelectionBinding
public interface HttpBinding
extends Binding

Binding via the HTTP protocol

Note:
This interface is designed to be implemented by clients.

Method Summary
 java.lang.String getMethod()
          Return the preferred HTTP method used to access the binding
 

Method Detail

getMethod

java.lang.String getMethod()
Returns the preferred HTTP method used to access the binding

Returns:
the HTTP method
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD