org.uddi.v3_service
Interface UDDISecurityPortType

All Superinterfaces:
Remote
All Known Implementing Classes:
UDDISecurityImpl, UDDISecurityService

public interface UDDISecurityPortType
extends Remote

This portType defines all of the UDDI security operations. This class was generated by the JAX-WS RI. JAX-WS RI 2.1.5-b03- Generated source version: 2.1


Method Summary
 void discardAuthToken(DiscardAuthToken body)
           
 AuthToken getAuthToken(GetAuthToken body)
           
 

Method Detail

discardAuthToken

void discardAuthToken(DiscardAuthToken body)
                      throws DispositionReportFaultMessage,
                             RemoteException
Parameters:
body -
Throws:
DispositionReportFaultMessage
RemoteException

getAuthToken

AuthToken getAuthToken(GetAuthToken body)
                       throws DispositionReportFaultMessage,
                              RemoteException
Parameters:
body -
Returns:
returns org.uddi.api_v3.AuthToken
Throws:
DispositionReportFaultMessage
RemoteException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.