org.apache.geronimo.jaxws.client
Class EndpointInfo

java.lang.Object
  extended by org.apache.geronimo.jaxws.client.EndpointInfo
All Implemented Interfaces:
Serializable

public class EndpointInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
EndpointInfo(URL location, String credentialsName, boolean mtomEnabled)
           
 
Method Summary
 String getCredentialsName()
           
 URL getLocation()
           
 boolean isMTOMEnabled()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndpointInfo

public EndpointInfo(URL location,
                    String credentialsName,
                    boolean mtomEnabled)
Method Detail

isMTOMEnabled

public boolean isMTOMEnabled()

getLocation

public URL getLocation()

getCredentialsName

public String getCredentialsName()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.