org.uddi.v3_service
Interface UDDISecurityPortType

All Superinterfaces:
java.rmi.Remote

public interface UDDISecurityPortType
extends java.rmi.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,
                             java.rmi.RemoteException
Parameters:
body -
Throws:
DispositionReportFaultMessage
java.rmi.RemoteException

getAuthToken

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


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